From fd6d4a61e02aa88af7636afd9e79de44a516efb6 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 27 Jan 2024 23:46:39 +0000 Subject: [PATCH] fix(deps): update rust crate futures to 0.3.30 --- Cargo.toml | 2 +- ci/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f195bca..f859974 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.29" +futures = "0.3.30" async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] } diff --git a/ci/Cargo.toml b/ci/Cargo.toml index 1ba62f2..97e1fba 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.29" +futures = "0.3.30" async-scoped = { version = "0.8.0", features = ["tokio", "use-tokio"] } dotenv.workspace = true