From e18d247e11034f4997708fdb3000abaf168170d7 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 26 Oct 2023 15:02:32 +0000 Subject: [PATCH] fix(deps): update rust crate futures to 0.3.29 --- ci/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 521bd2a..66204f9 100644 --- a/ci/Cargo.toml +++ b/ci/Cargo.toml @@ -14,6 +14,6 @@ eyre = "*" color-eyre = "*" tokio = "1" clap = {version = "4", features = ["derive"]} -futures = "0.3.28" +futures = "0.3.29" async-scoped = { version = "0.7.1", features = ["tokio", "use-tokio"] } dotenv.workspace = true