diff --git a/Cargo.lock b/Cargo.lock index 0ec06f1..29984d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -641,9 +641,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.7" +version = "0.11.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3716d7a920fb4fac5d84e9d4bce8ceb321e9414b4409da61b07b75c1e3d0697" +checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index e64158a..88b13b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5.35", features = ["derive", "env"] } actix-web = "4.10.2" actix-files = "0.6.6" actix-multipart = "0.7.2" -env_logger = "0.11.7" +env_logger = "0.11.8" log = "0.4.27" bytes = "1.10.1" futures-util = { version = "0.3.21", default-features = false, features = ["std"] }