diff --git a/Cargo.toml b/Cargo.toml index 4fb5282..7fc0579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" actix-web = "4" awc = { version = "3", features = ["rustls"] } config = "0.13.3" -env_logger = "0.10.0" +env_logger = "0.11.1" http = "0.2.9" log = "0.4" once_cell = "1.17.1"