Skip to content

Commit

Permalink
chore(deps): update rust crate futures to 0.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent d73a330 commit 8628972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"] }
Expand Down

0 comments on commit 8628972

Please sign in to comment.