diff --git a/Cargo.toml b/Cargo.toml index 459c82e..2285121 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ actix-web = "4.10.2" actix-files = "0.6.6" actix-multipart = "0.7.2" env_logger = "0.11.7" -log = "0.4" +log = "0.4.27" bytes = "1.10.1" futures-util = { version = "0.3.21", default-features = false, features = ["std"] } tar = "0.4.38"