From 455660f1e01af06ecdbc22cd9c813b9da7376b58 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 25 Nov 2023 21:01:05 +0000 Subject: [PATCH] chore(deps): update rust crate futures to 0.3.29 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2f04b7f..c3df1fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ dotenv = "0.15.0" async-trait = "0.1.74" color-eyre = "*" clap = {version = "4", features = ["derive"]} -futures = "0.3.28" +futures = "0.3.29" async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] } -- 2.45.2