mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Lock the version of PyO3 because of API changes making the newer version a really big implementation task.
This commit is contained in:
parent
1f2fbba769
commit
31823d13fa
1
src/rust/Cargo.lock
generated
1
src/rust/Cargo.lock
generated
@ -2060,6 +2060,7 @@ dependencies = [
|
||||
"default-net",
|
||||
"lqos_config",
|
||||
"toml",
|
||||
"uuid",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user