From ab9e764cc3cf4d9ac294372da31999107e07ec52 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 28 Jan 2024 23:04:24 +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 e79375d..3ae0792 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ 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"] } serde_json = { version = "1" } serde_yaml = {version = "0.9"} 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