Lock the version of PyO3 because of API changes making the newer version a really big implementation task.

This commit is contained in:
Herbert Wolverson 2024-07-16 09:07:48 -05:00
parent 1f2fbba769
commit 31823d13fa
2 changed files with 2 additions and 1 deletions

1
src/rust/Cargo.lock generated
View File

@ -2060,6 +2060,7 @@ dependencies = [
"default-net",
"lqos_config",
"toml",
"uuid",
]
[[package]]

View File

@ -62,7 +62,7 @@ zerocopy = {version = "0.6.1", features = [ "simd" ] }
sysinfo = "0"
default-net = "0"
reqwest = { version = "0", features = ["json", "blocking"] }
pyo3 = "0"
pyo3 = "0.20.3"
colored = "2"
miniz_oxide = "0.7"
byteorder = "1"