From 12835c661588560a6d503f3d86280dcb6e5c1175 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 12 Jan 2024 02:06:13 +0100 Subject: [PATCH] Update Rust crate futures to 0.3.30 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8665dd0..4372c26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.111" reqwest = "0.11.22" tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] } -futures = "0.3.29" +futures = "0.3.30" serial_test = "3.0.0" num-traits = "0.2.17" num-derive = "0.4.1" -- 2.45.2