Update Cargo.lock and Cargo.toml

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

View File

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