Unverified Commit e6cb6847 authored by Graham King's avatar Graham King Committed by GitHub
Browse files

fix: Upgrade futures-util to 0.3.32 (#7346)


Signed-off-by: default avatarGraham King <grahamk@nvidia.com>
parent 20f1c5a3
...@@ -80,6 +80,7 @@ derive-getters = { version = "0.5" } ...@@ -80,6 +80,7 @@ derive-getters = { version = "0.5" }
either = { version = "1.13", features = ["serde"] } either = { version = "1.13", features = ["serde"] }
etcd-client = { version = "0.17.0", features = ["tls"] } etcd-client = { version = "0.17.0", features = ["tls"] }
futures = { version = "0.3" } futures = { version = "0.3" }
futures-util = { version = "0.3.32" }
hf-hub = { version = "0.4.2", default-features = false, features = [ hf-hub = { version = "0.4.2", default-features = false, features = [
"tokio", "tokio",
"rustls-tls", "rustls-tls",
......
...@@ -33,7 +33,7 @@ harness = false ...@@ -33,7 +33,7 @@ harness = false
[dependencies] [dependencies]
anyhow = { workspace = true } anyhow = { workspace = true }
clap = { version = "4.5", features = ["derive"] } clap = { version = "4.5", features = ["derive"] }
futures-util = "0.3" futures-util = { workspace = true }
indicatif = "0.18" indicatif = "0.18"
rand = { workspace = true } rand = { workspace = true }
reqwest = { workspace = true } reqwest = { workspace = true }
......
...@@ -64,7 +64,7 @@ chrono = { workspace = true } ...@@ -64,7 +64,7 @@ chrono = { workspace = true }
derive_builder = { workspace = true } derive_builder = { workspace = true }
either = { workspace = true } either = { workspace = true }
futures = { workspace = true } futures = { workspace = true }
futures-util = "0.3.31" futures-util = { workspace = true }
hf-hub = { workspace = true } hf-hub = { workspace = true }
humantime = { workspace = true } # input/batch humantime = { workspace = true } # input/batch
rand = { workspace = true } rand = { workspace = true }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment