Skip to content

Commit 44d00f3

Browse files
chore(deps): bump tokio-util from 0.7.16 to 0.7.17
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.16...tokio-util-0.7.17) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee5da7a commit 44d00f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ serde_json = { workspace = true }
5656
snmalloc-rs = { version = "0.3", optional = true }
5757
structopt = { version = "0.3", default-features = false }
5858
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
59-
tokio-util = { version = "0.7.16" }
59+
tokio-util = { version = "0.7.17" }
6060

6161
[dev-dependencies]
6262
datafusion-proto = { workspace = true }

datafusion/datasource/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ object_store = { workspace = true }
6565
rand = { workspace = true }
6666
tempfile = { workspace = true, optional = true }
6767
tokio = { workspace = true }
68-
tokio-util = { version = "0.7.16", features = ["io"], optional = true }
68+
tokio-util = { version = "0.7.17", features = ["io"], optional = true }
6969
url = { workspace = true }
7070
xz2 = { version = "0.1", optional = true, features = ["static"] }
7171
zstd = { version = "0.13", optional = true, default-features = false }

0 commit comments

Comments
 (0)