dep cleanup
This commit is contained in:
parent
b4d9fb9677
commit
3dec5fbe36
2 changed files with 3 additions and 1 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -1028,6 +1028,7 @@ dependencies = [
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"snmp",
|
"snmp",
|
||||||
|
"thiserror",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-rustls",
|
"tokio-rustls",
|
||||||
"tokio-tungstenite",
|
"tokio-tungstenite",
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,8 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
snmp = "0.2"
|
snmp = "0.2"
|
||||||
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "net", "process", "signal", "io-util"] }
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "time", "net", "signal", "io-util"] }
|
||||||
|
thiserror = "2"
|
||||||
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] }
|
tokio-tungstenite = { version = "0.28", features = ["rustls-tls-webpki-roots"] }
|
||||||
tokio-rustls = "0.26"
|
tokio-rustls = "0.26"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue