diff --git a/Cargo.toml b/Cargo.toml index bd8ef0a..5363bcb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ protocol = "sparse" actix-web = "4.5" reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"]} -log = "0.4" +log = "0.4.21" env_logger = "0.11" parking_lot = "0.12" futures = "0.3"