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