Skip to content

Commit 710d14b

Browse files
chore(deps): bump tokio-util from 0.7.16 to 0.7.17 (#18898)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.17. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tokio-rs/tokio/commit/454fd8c3477a37d12d5d11948fd6fe496924e950"><code>454fd8c</code></a> chore: prepare tokio-util v0.7.17 (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7719">#7719</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/4421022c254cda51fe2dd641c2114fb3af7fb711"><code>4421022</code></a> codec: remove unnecessary trait bounds on all <code>Framed</code> constructors (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7716">#7716</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5a709e391bdab3cf8bab9fe65d75fa2b92f4e0db"><code>5a709e3</code></a> io_uring: change <code>Completable</code> to not return io::Result (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7702">#7702</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5efb1c3b16496f51f2ec959b68a1b97efd7ee234"><code>5efb1c3</code></a> io: doc that <code>AsyncWrite</code> does not inherit from <code>Write</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7705">#7705</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/f490029b8fc4552d54b527fc0052fb539e493ebf"><code>f490029</code></a> runtime: revert &quot;replace manual vtable definitions with <code>Wake</code>&quot; (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7699">#7699</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d25778f67d4571f9067a0004133d5a9005b6aedd"><code>d25778f</code></a> task: add tests for <code>task::Builder::spawn_local</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7697">#7697</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/b8318fa1723784cc7f777a900af74ada0ad0dbf7"><code>b8318fa</code></a> task: add tests for <code>spawn_local</code> in panic scenarios (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7694">#7694</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/acfdb87e2b8b5daa8ffe31de53eaff0df3f04c50"><code>acfdb87</code></a> task: use <code>#[tokio::test]</code> explicitly in <code>tests/task_builder.rs</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7698">#7698</a>)</li> <li><a href="https://github.com/tokio-rs/tokio/commit/d060401f6c7dca4a20674e3ad63ad7f1b228aa31"><code>d060401</code></a> sync: return <code>TryRecvError::Disconnected</code> from <code>Receiver::try_recv</code> after `Re...</li> <li><a href="https://github.com/tokio-rs/tokio/commit/5dacc2e2a8ca151d0e4c5d7021bac8f1fdca1987"><code>5dacc2e</code></a> task: add tests for <code>spawn_local</code> and <code>spawn_local_on</code> (<a href="https://redirect.github.com/tokio-rs/tokio/issues/7609">#7609</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.16...tokio-util-0.7.17">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.7.16&new-version=0.7.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent faca8d7 commit 710d14b

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
@@ -66,7 +66,7 @@ object_store = { workspace = true }
6666
rand = { workspace = true }
6767
tempfile = { workspace = true, optional = true }
6868
tokio = { workspace = true }
69-
tokio-util = { version = "0.7.16", features = ["io"], optional = true }
69+
tokio-util = { version = "0.7.17", features = ["io"], optional = true }
7070
url = { workspace = true }
7171
zstd = { version = "0.13", optional = true, default-features = false }
7272

0 commit comments

Comments
 (0)