Update Cargo.lock and Cargo.toml

This commit is contained in:
2025-03-16 19:05:29 -04:00
parent 4846e045bb
commit e9d197229a
2 changed files with 12 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ rand = "0.8"
lazy_static = "1.4"
uuid = { version = "1.3", features = ["v4"] }
[build-dependencies]
reqwest = { version = "0.12.9", features = ["blocking"] }
serde = { version = "1.0.215", features = ["derive"] }