From 9cbb05dcd7275f00b0500db3f4b10dab2532dc23 Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Tue, 2 Sep 2025 01:18:52 +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 d3110be2..c2ee4aff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ clap-verbosity-flag = "3" color-eyre = "0.6" dialoguer = "0.11" dirs = "6" -futures = "0.3" +futures = "0.3.31" glob = "0.3" itertools = "0.14" keyring = { version = "3", features = ["apple-native", "windows-native", "sync-secret-service", "vendored"] }