diff --git a/Cargo.toml b/Cargo.toml index 1a7fa07..f943f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ actix-multipart = "0.7.2" env_logger = "0.11.8" log = "0.4.27" bytes = "1.10.1" -futures-util = { version = "0.3.21", default-features = false, features = ["std"] } +futures-util = { version = "0.3.31", default-features = false, features = ["std"] } tar = "0.4.44"