Update Cargo.lock and Cargo.toml

This commit is contained in:
Wizzard 2025-03-16 00:07:32 -04:00
parent 5e19f0af47
commit 6f4e6a4f30
2 changed files with 3 additions and 0 deletions

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"] }