diff --git a/Cargo.toml b/Cargo.toml index 8aabe45..28d404c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ image = "0.24.7" actix-web = "4.4.1" thiserror = "1.0.52" url = "2.5.0" -env_logger = "0.10.1" +env_logger = "0.11.8" reqwest = { version = "0.11.23", features = ["json", "blocking"] } serde = { version = "1.0.193", features = ["derive"] } tokio = { version = "1", features = ["macros", "rt-multi-thread"] }