From 86289721fa2b6a04211d6b0463689af21dbfdd1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 17:56:45 +0000 Subject: [PATCH] chore(deps): update rust crate futures to 0.3.30 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 96d77af..fa3cfdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1", features = ["serde_derive"], optional = true } serde_json = { version = "1", optional = true } tokio-stream = { version = "0.1" } tokio-util = { version = "0.7" } -futures = "0.3" +futures = "0.3.30" csv = { version = "1.3", optional = true } prost = { version= "0.12", optional = true } arrow = { version = "51", features = ["ipc"], optional = true } @@ -45,7 +45,7 @@ arrow = ["dep:arrow"] text = [] [dev-dependencies] -futures = "0.3" +futures = "0.3.30" hyper = "1" reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "multipart"] } tower = { version = "0.4", default-features = false, features = ["util", "make"] }