From dfed5daebc4c1f51b586111ddaac52cb0ad1e9f0 Mon Sep 17 00:00:00 2001 From: drone Date: Mon, 4 Apr 2022 00:14:52 +0000 Subject: [PATCH] Update Rust crate futures-util to 0.3.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1361b0d..f24d786 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ actix-multipart = "0.4" env_logger = "0.9.0" log = "0.4" bytes = "1.1.0" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.21", default-features = false, features = ["std"] } tar = "0.4.38" \ No newline at end of file