Update Cargo.lock and Cargo.toml
This commit is contained in:
parent
5e19f0af47
commit
6f4e6a4f30
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1888,6 +1888,7 @@ dependencies = [
|
||||
"enum-primitive-derive",
|
||||
"flate2",
|
||||
"itertools 0.13.0",
|
||||
"lazy_static",
|
||||
"local-ip-address",
|
||||
"log",
|
||||
"memflow",
|
||||
|
@ -41,6 +41,8 @@ itertools = "0.13.0"
|
||||
flate2 = "1.0"
|
||||
rand = "0.8"
|
||||
|
||||
lazy_static = "1.4"
|
||||
|
||||
[build-dependencies]
|
||||
reqwest = { version = "0.12.9", features = ["blocking"] }
|
||||
serde = { version = "1.0.215", features = ["derive"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user