This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch dependabot/cargo/main/tokio-util-0.7.16 in repository https://gitbox.apache.org/repos/asf/datafusion.git
commit e335f5d0b76b90049d64eb60580276c22c2097ab Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Aug 4 18:07:35 2025 +0000 chore(deps): bump tokio-util from 0.7.15 to 0.7.16 Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.15 to 0.7.16. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.16) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- Cargo.lock | 4 ++-- benchmarks/Cargo.toml | 2 +- datafusion/datasource/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 286076d81b..3c0e32049a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6609,9 +6609,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.15" +version = "0.7.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df" +checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" dependencies = [ "bytes", "futures-core", diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 0aa257952e..5a846cb49e 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -54,7 +54,7 @@ snmalloc-rs = { version = "0.3", optional = true } structopt = { version = "0.3", default-features = false } test-utils = { path = "../test-utils/", version = "0.1.0" } tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] } -tokio-util = { version = "0.7.15" } +tokio-util = { version = "0.7.16" } [dev-dependencies] datafusion-proto = { workspace = true } diff --git a/datafusion/datasource/Cargo.toml b/datafusion/datasource/Cargo.toml index afef1901fa..f43894de37 100644 --- a/datafusion/datasource/Cargo.toml +++ b/datafusion/datasource/Cargo.toml @@ -66,7 +66,7 @@ parquet = { workspace = true, optional = true } rand = { workspace = true } tempfile = { workspace = true, optional = true } tokio = { workspace = true } -tokio-util = { version = "0.7.15", features = ["io"], optional = true } +tokio-util = { version = "0.7.16", features = ["io"], optional = true } url = { workspace = true } xz2 = { version = "0.1", optional = true, features = ["static"] } zstd = { version = "0.13", optional = true, default-features = false } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org For additional commands, e-mail: commits-h...@datafusion.apache.org