From 58ec52ed299cc8664cbb6d0b0d65a308b1ae9043 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 22:58:53 +0000 Subject: [PATCH] Update Rust crate futures to 0.3.31 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 174b4b1..9c34928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ log = "0.4.17" env_logger = "0.11.7" clap = { version = "4.5.34", features = ["derive", "env"] } actix-web = "4.10.2" -futures = "0.3.21" +futures = "0.3.31"