This is an automated email from the ASF dual-hosted git repository.

comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 8d41934d8f chore(deps): bump tokio from 1.52.4 to 1.53.0 in the 
all-other-cargo-deps group across 1 directory (#10366)
8d41934d8f is described below

commit 8d41934d8f7bc96448e3fe8a2bb60c22f50d547d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 18 10:31:06 2026 -0700

    chore(deps): bump tokio from 1.52.4 to 1.53.0 in the all-other-cargo-deps 
group across 1 directory (#10366)
    
    Bumps the all-other-cargo-deps group with 1 update in the / directory:
    [tokio](https://github.com/tokio-rs/tokio).
    
    Updates `tokio` from 1.52.4 to 1.53.0
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/tokio-rs/tokio/releases";>tokio's
    releases</a>.</em></p>
    <blockquote>
    <h2>Tokio v1.53.0</h2>
    <h1>1.53.0 (July 17th, 2026)</h1>
    <h3>Added</h3>
    <ul>
    <li>fs: implement <code>From&lt;OwnedFd&gt;</code> and
    <code>From&lt;OwnedHandle&gt;</code> for <code>File</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8266";>#8266</a>)</li>
    <li>metrics: add task schedule latency metric (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/7986";>#7986</a>)</li>
    <li>net: add <code>SocketAddr</code> methods to Unix sockets (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8144";>#8144</a>)</li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>io: add <code>#[inline]</code> to IO trait impls for in-memory types
    (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8242";>#8242</a>)</li>
    <li>net: implement UCred::pid on FreeBSD (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8086";>#8086</a>)</li>
    <li>net: support Nuttx target os (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8259";>#8259</a>)</li>
    <li>signal: refactor global variables on Windows (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8231";>#8231</a>)</li>
    <li>sync: <code>mpsc::{Receiver,UnboundedReceiver}</code> now drops
    waker on drop, even if there are still senders (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8095";>#8095</a>)</li>
    <li>taskdump: support taskdumps on s390x (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8192";>#8192</a>)</li>
    <li>time: add <code>#[track_caller]</code> to <code>timeout_at()</code>
    (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8077";>#8077</a>)</li>
    <li>time: consolidate mutex locks on spurious poll (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8124";>#8124</a>)</li>
    <li>time: defer waker clone on spurious poll (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8107";>#8107</a>)</li>
    <li>time: move lazy-registration state into <code>Sleep</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8132";>#8132</a>)</li>
    <li>tracing: remove unnecessary span clone (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8126";>#8126</a>)</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>io: do not treat zero-length reads as EOF in <code>Chain</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8251";>#8251</a>)</li>
    <li>net: use getpeereid for QNX peer credentials (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8270";>#8270</a>)</li>
    <li>runtime: avoid illegal state in <code>FastRand</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8078";>#8078</a>)</li>
    <li>sync: wake mpsc receiver when a queued <code>reserve[_many]</code>
    returns permits (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8260";>#8260</a>)</li>
    <li>taskdump: skip double wake on
    <code>Trace::capture</code>/<code>Trace::trace_with</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8043";>#8043</a>)</li>
    <li>time: avoid stack overflow in runtime constructor (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8093";>#8093</a>)</li>
    <li>time (alt timer): ensure timers stay in the same runtime after
    <code>.reset()</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8169";>#8169</a>)</li>
    </ul>
    <h3>IO uring (unstable)</h3>
    <ul>
    <li>fs: use io-uring for <code>fs::try_exists</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8080";>#8080</a>)</li>
    <li>fs: use io-uring for renaming files (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/7800";>#7800</a>)</li>
    <li>rt: flush io-uring CQE in case of CQE overflow (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8277";>#8277</a>)</li>
    </ul>
    <h3>Documented</h3>
    <ul>
    <li>docs: clarify cancel safety wording (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8181";>#8181</a>)</li>
    <li>fs: clarify <code>create_dir_all</code> succeeds if path exists (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8149";>#8149</a>)</li>
    <li>io: add warning about stdout reordering with multiple handles (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8276";>#8276</a>)</li>
    <li>net: document pipe <code>try_read*</code>/<code>try_write*</code>
    readiness behavior (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8032";>#8032</a>)</li>
    <li>runtime: document interaction with fork() (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8202";>#8202</a>)</li>
    <li>sync: clarify broadcast lagging semantics (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8239";>#8239</a>)</li>
    <li>sync: document memory ordering guarantees for Semaphore (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8119";>#8119</a>)</li>
    <li>task: explain why <code>yield_now</code> defers its waker (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8254";>#8254</a>)</li>
    <li>time: add panic docs to <code>timeout_at()</code> (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8077";>#8077</a>)</li>
    </ul>
    <!-- raw HTML omitted -->
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/be689a35f5ade5a39e507f79d3ec85cdab27806f";><code>be689a3</code></a>
    chore: prepare Tokio v1.53.0 (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8294";>#8294</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/50f76c71ec7203013f7f0cda59deaa9016e93939";><code>50f76c7</code></a>
    chore: prepare tokio-macros v2.7.1 (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8295";>#8295</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/f61fccad3cd598cce743fc511a983364b77af92a";><code>f61fcca</code></a>
    Merge 'tokio-1.52.4' into 'master' (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8290";>#8290</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/5e16ee00faae5b81a58f70b734577b800e0b203b";><code>5e16ee0</code></a>
    task: avoid replacing the JoinQueue waker in <code>try_join_next</code>
    (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8279";>#8279</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/88212ab64afd2b2f87deeb073f9eef6aaaad3701";><code>88212ab</code></a>
    sync: document memory ordering guarantees for Semaphore (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8119";>#8119</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/9cae638de6dc8dd9779c450201df8c102247a242";><code>9cae638</code></a>
    examples: add UDP binding to all interfaces docs (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8283";>#8283</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/315a320e96f413cb56f153806953acaaf7975976";><code>315a320</code></a>
    io: fix typo in <code>SimplexStream</code> docs (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8284";>#8284</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/dac81bf8c8de0a3e35f1626643674ba9faf9569c";><code>dac81bf</code></a>
    sync: wake mpsc receiver when a queued <code>reserve[_many]</code>
    returns permits (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8260";>#8260</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/145f124d98a4071b030347748d37fe00f381679b";><code>145f124</code></a>
    ci: preserve QEMU exit status in uring kernel tests (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8271";>#8271</a>)</li>
    <li><a
    
href="https://github.com/tokio-rs/tokio/commit/6e8475dd605e334e0f97cbe15e09306ee0472ac6";><code>6e8475d</code></a>
    time: wake <code>DelayQueue</code> after resetting to expired (<a
    
href="https://redirect.github.com/tokio-rs/tokio/issues/8274";>#8274</a>)</li>
    <li>Additional commits viewable in <a
    
href="https://github.com/tokio-rs/tokio/compare/tokio-1.52.4...tokio-1.53.0";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility
    
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.52.4&new-version=1.53.0)](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 show <dependency name> ignore conditions` will show all
    of the ignore conditions of the specified dependency
    - `@dependabot ignore <dependency name> major version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's major version (unless you unignore this specific
    dependency's major version or upgrade to it yourself)
    - `@dependabot ignore <dependency name> minor version` will close this
    group update PR and stop Dependabot creating any more for the specific
    dependency's minor version (unless you unignore this specific
    dependency's minor version or upgrade to it yourself)
    - `@dependabot ignore <dependency name>` will close this group update PR
    and stop Dependabot creating any more for the specific dependency
    (unless you unignore this specific dependency or upgrade to it yourself)
    - `@dependabot unignore <dependency name>` will remove all of the ignore
    conditions of the specified dependency
    - `@dependabot unignore <dependency name> <ignore condition>` will
    remove the ignore condition of the specified dependency and ignore
    conditions
    
    
    </details>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index d728f8a9a1..e664df61e4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3455,9 +3455,9 @@ checksum = 
"1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 
 [[package]]
 name = "tokio"
-version = "1.52.4"
+version = "1.53.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "317fafbbe3f02fc663dad00ea6186197de963cd4190e86a26d8d0fae095539af"
+checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
 dependencies = [
  "bytes",
  "libc",

Reply via email to