From 5362620c1a9d7900bc1b64159ba47fcd43dd12f8 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 11 Mar 2025 20:10:36 +0000 Subject: [PATCH] fix(deps): 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 5d0778f79..8767b13a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -226,7 +226,7 @@ tempfile = "3.14" rand = "0.8" colored = "2.2" dialoguer = "0.11" -futures = "0.3" +futures = "0.3.31" indexmap = "2.7" once_cell = "1.17"