From 33ea4ab4b69aa487a29ae7ff4a4561d14cee40f0 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Fri, 27 Oct 2023 02:02:45 +0200 Subject: [PATCH] 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 bf57280..05faa33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.107" reqwest = "0.11.22" tokio = { version = "1.33.0", features=["macros", "rt-multi-thread"] } -futures = "0.3.28" +futures = "0.3.29" serial_test = "2.0.0" num-traits = "0.2.17" num-derive = "0.4.1" -- 2.45.2