diff --git a/Cargo.lock b/Cargo.lock index 6f0f58b7617a..fd52b93cffd7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6382,9 +6382,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 870c826f5581..5f91175ca8ba 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -56,7 +56,7 @@ serde_json = { workspace = true } snmalloc-rs = { version = "0.3", optional = true } structopt = { version = "0.3", default-features = false } tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] } -tokio-util = { version = "0.7.16" } +tokio-util = { version = "0.7.17" } [dev-dependencies] datafusion-proto = { workspace = true } diff --git a/datafusion/datasource/Cargo.toml b/datafusion/datasource/Cargo.toml index e37752aa54ff..96e91b46eeac 100644 --- a/datafusion/datasource/Cargo.toml +++ b/datafusion/datasource/Cargo.toml @@ -66,7 +66,7 @@ object_store = { workspace = true } rand = { workspace = true } tempfile = { workspace = true, optional = true } tokio = { workspace = true } -tokio-util = { version = "0.7.16", features = ["io"], optional = true } +tokio-util = { version = "0.7.17", features = ["io"], optional = true } url = { workspace = true } zstd = { version = "0.13", optional = true, default-features = false }