From 476f2dd8fa0244bd29edb9a9511b8c4af8d4ab30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 14:57:19 +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 81dc8c0..9e94472 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ httpmock = "0.8" tokio-test = "0.4" temp-env = "0.3" tempfile = "3.12" -futures = "0.3" +futures = "0.3.31" assert_cmd = "2.0" assert_fs = "1.1.3" predicates = "3.1"