From 8dca766f8ed5d58125797be65a0a5f648bc63742 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 19 May 2025 00:08:43 +0000 Subject: [PATCH] Update Rust crate futures-util to 0.3.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"