dependabot[bot] opened a new pull request, #23771:
URL: https://github.com/apache/datafusion/pull/23771

   Bumps the all-other-cargo-deps group with 15 updates in the / directory:
   
   | Package | From | To |
   | --- | --- | --- |
   | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | 
`0.1.91` |
   | [ctor](https://github.com/mmastrac/linktime) | `1.0.8` | `1.0.10` |
   | [glob](https://github.com/rust-lang/glob) | `0.3.3` | `0.3.4` |
   | [regex](https://github.com/rust-lang/regex) | `1.13.0` | `1.13.1` |
   | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` |
   | [tokio](https://github.com/tokio-rs/tokio) | `1.52.3` | `1.53.1` |
   | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.18` | `0.7.19` |
   | [uuid](https://github.com/uuid-rs/uuid) | `1.23.5` | `1.24.0` |
   | [libc](https://github.com/rust-lang/libc) | `0.2.186` | `0.2.188` |
   | [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` |
   | [stabby](https://github.com/ZettaScaleLabs/stabby) | `72.1.8` | `72.1.16` |
   | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.2` | `2.1.3` |
   | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.3` |
   | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.18` | `2.0.19` |
   | [quote](https://github.com/dtolnay/quote) | `1.0.46` | `1.0.47` |
   
   
   Updates `async-trait` from 0.1.89 to 0.1.91
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/async-trait/releases";>async-trait's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.1.90</h2>
   <ul>
   <li>Update to syn 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/d049ee02a2d50b72e03d07f06311e23bf5b512a8";><code>d049ee0</code></a>
 Release 0.1.91</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/7a0961f275432c40cc5e7aa011362e4b50d763b1";><code>7a0961f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/async-trait/issues/301";>#301</a> from 
dtolnay/mutability</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/740f86f23d176229011f2389c8a206ef5ba547e7";><code>740f86f</code></a>
 Ignore mut_mut pedantic clippy lint in test</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/4699cd320a8aaaf06a2a369cb9e1f2964b14b71c";><code>4699cd3</code></a>
 Fix mutability for by-reference receivers</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/6dd3573df95878d34fcfc0ab9c242aeab3140f82";><code>6dd3573</code></a>
 Add regression test for issue 300</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/2371797a3938808bd7e1f4f9abd0eed51bd99634";><code>2371797</code></a>
 Release 0.1.90</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/d03f075ecc2b9fcbf6757f3654a7974a518a144e";><code>d03f075</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/async-trait/issues/299";>#299</a> from 
dtolnay/syn3</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/6cf42c104d1c02aa97d4fc62ff117f8d6b05eacb";><code>6cf42c1</code></a>
 Update to syn 3</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/b9daabad756580d31bd2b9221ea599db51bf6cdd";><code>b9daaba</code></a>
 Ignore match_same_arms pedantic clippy lint</li>
   <li><a 
href="https://github.com/dtolnay/async-trait/commit/aa706d127114e57dc163238af947ba495b0b86d2";><code>aa706d1</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dtolnay/async-trait/compare/0.1.89...0.1.91";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `ctor` from 1.0.8 to 1.0.10
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mmastrac/linktime/releases";>ctor's 
releases</a>.</em></p>
   <blockquote>
   <h2>ctor-1.0.10</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Split <code>Static::deref</code>'s slow path into cold fn by <a 
href="https://github.com/yvt";><code>@​yvt</code></a> in <a 
href="https://redirect.github.com/mmastrac/linktime/pull/501";>mmastrac/linktime#501</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/yvt";><code>@​yvt</code></a> made their first 
contribution in <a 
href="https://redirect.github.com/mmastrac/linktime/pull/501";>mmastrac/linktime#501</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.9...ctor-1.0.10";>https://github.com/mmastrac/linktime/compare/ctor-1.0.9...ctor-1.0.10</a></p>
   <h2>ctor-1.0.9</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Ensure that Apple-platform staticlibs always keep the primary priority 
ctor (fixed by <a 
href="https://github.com/mmastrac";><code>@​mmastrac</code></a> in <a 
href="https://redirect.github.com/mmastrac/linktime/pull/498";>mmastrac/linktime#498</a>,
 reported in <a 
href="https://redirect.github.com/mmastrac/linktime/issues/496";>#496</a> by <a 
href="https://github.com/tylerhawkes";><code>@​tylerhawkes</code></a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.8...ctor-1.0.9";>https://github.com/mmastrac/linktime/compare/ctor-1.0.8...ctor-1.0.9</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/2c48528313c34e45ca52faddfdfce2908ce1fc7e";><code>2c48528</code></a>
 Split <code>Static::deref</code>'s slow path into cold fn (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/501";>#501</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/f0d0f5a28d35835326bc812286496399e28ccca0";><code>f0d0f5a</code></a>
 Bump crok and Cargo.lock (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/499";>#499</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/62e015cea09e73cfc48784e16deecbb0aa899c82";><code>62e015c</code></a>
 Fix semicolons in expression position (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/500";>#500</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/15e16266b1121f2728520fec876b05e76faf4bc0";><code>15e1626</code></a>
 Ensure that Apple-platform staticlibs expose ctors (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/498";>#498</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/9bbba49498ed2350137a31c646ac140bf1c5a80d";><code>9bbba49</code></a>
 Migrate crok files to actual files (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/493";>#493</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/0bf572600861ea45749e53f6c5bc2f45d0919ff9";><code>0bf5726</code></a>
 Refactor the WASM test suite (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/492";>#492</a>)</li>
   <li><a 
href="https://github.com/mmastrac/linktime/commit/94ae7373d8c57b510a17e94703106b7a2b79f0b2";><code>94ae737</code></a>
 Migrate to crok (<a 
href="https://redirect.github.com/mmastrac/linktime/issues/491";>#491</a>)</li>
   <li>See full diff in <a 
href="https://github.com/mmastrac/linktime/compare/ctor-1.0.8...ctor-1.0.10";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `glob` from 0.3.3 to 0.3.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/glob/releases";>glob's releases</a>.</em></p>
   <blockquote>
   <h2>v0.3.4</h2>
   <ul>
   <li>Cache filename for sorting in <code>fill_todo</code> (<a 
href="https://redirect.github.com/rust-lang/glob/pull/181";>#181</a>)</li>
   <li>Replace <code>into_error</code> method with <code>impl Into</code> (<a 
href="https://redirect.github.com/rust-lang/glob/pull/179";>#179</a>)</li>
   <li>Replace tempdir with tempfile (<a 
href="https://redirect.github.com/rust-lang/glob/pull/176";>#176</a>)</li>
   <li>Set the edition to 2021 (<a 
href="https://redirect.github.com/rust-lang/glob/pull/188";>#188</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/glob/blob/master/CHANGELOG.md";>glob's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/rust-lang/glob/compare/v0.3.3...v0.3.4";>0.3.4</a> - 
2026-07-21</h2>
   <ul>
   <li>Cache filename for sorting in <code>fill_todo</code> (<a 
href="https://redirect.github.com/rust-lang/glob/pull/181";>#181</a>)</li>
   <li>Replace <code>into_error</code> method with <code>impl Into</code> (<a 
href="https://redirect.github.com/rust-lang/glob/pull/179";>#179</a>)</li>
   <li>Replace tempdir with tempfile (<a 
href="https://redirect.github.com/rust-lang/glob/pull/176";>#176</a>)</li>
   <li>Set the edition to 2021 (<a 
href="https://redirect.github.com/rust-lang/glob/pull/188";>#188</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/glob/commit/cfa2a58f2e44373573f657ec25b3621e44714dee";><code>cfa2a58</code></a>
 chore: release v0.3.4</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/8a903ef83cdc3ac4be8a16c4160c570fcfead655";><code>8a903ef</code></a>
 Set the edition to 2021</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/1f753241f047175126d1be051718d1a0994d29f4";><code>1f75324</code></a>
 Bump actions/checkout from 6 to 7</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/7df5575be1090ed26dfe29a617424a81bdfbc18a";><code>7df5575</code></a>
 ci: Bump ubuntu-24.04 to ubuntu-26.04</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/e476c2ac65baba95160feadb438c535b68781677";><code>e476c2a</code></a>
 ci: Replace macos-13 and macos-15 with macos-26-intel and macos-26</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/0dc6566edfe3c4d87580e46bab6441c84f469296";><code>0dc6566</code></a>
 ci: Get MSRV directly from crate metadata</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/c3c81deadaf32271ccafb187f3ff90d250c5bba5";><code>c3c81de</code></a>
 ci: Bump MSRV of test dependencies</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/6bde97025420162502fda2c4a850137567db838c";><code>6bde970</code></a>
 Bump actions/checkout from 5 to 6 (<a 
href="https://redirect.github.com/rust-lang/glob/issues/184";>#184</a>)</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/0639988caf1c644b78629cd0f7d65f4d0a4920c9";><code>0639988</code></a>
 Cache filename for sorting in <code>fill_todo</code> (<a 
href="https://redirect.github.com/rust-lang/glob/issues/181";>#181</a>)</li>
   <li><a 
href="https://github.com/rust-lang/glob/commit/335da33c46daaa7db629ad77e07a9531909d9dfd";><code>335da33</code></a>
 Replace <code>into_error</code> method with <code>impl Into</code> (<a 
href="https://redirect.github.com/rust-lang/glob/issues/179";>#179</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/glob/compare/v0.3.3...v0.3.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `regex` from 1.13.0 to 1.13.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/regex/blob/master/CHANGELOG.md";>regex's 
changelog</a>.</em></p>
   <blockquote>
   <h1>1.13.1 (2026-07-15)</h1>
   <p>This is a release that fixes a bug where incorrect regex match offsets 
could be
   reported. Note that this doesn't impact whether a match occurs or not, just
   where it occurs. The match offsets are still valid for slicing, they just may
   not refer to the correct leftmost-first match. See
   <a href="https://redirect.github.com/rust-lang/regex/pull/1364";>#1364</a> 
for (many) more details.</p>
   <p>Bug fixes:</p>
   <ul>
   <li><a 
href="https://redirect.github.com/rust-lang/regex/issues/1354";>#1354</a>:
   Fixes previously unsound reverse suffix and inner optimizations.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/regex/commit/2b527599eb9eea0dcc288c704584f242f26a5c61";><code>2b52759</code></a>
 1.13.1, redux</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/40e98238fff903f3e1ec95bbdb487185dd60504a";><code>40e9823</code></a>
 1.13.1</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/75fcb962d6ea1c456f6f023c9537a66389413a85";><code>75fcb96</code></a>
 changelog: 1.13.1</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/64ad0b618e043b791ed5385dd5504a436da1ddae";><code>64ad0b6</code></a>
 automata: fix bug in reverse suffix/inner optimization</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/fa91c31a4291c9dda6afe19829e6fe2e3bbc2da5";><code>fa91c31</code></a>
 automata: fix a bug caught by Codex review</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/30390ec3e8889aad830337cdf3a7a01ae195ae73";><code>30390ec</code></a>
 automata: formatting tweaks</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/821a8eb1ad7860ddc788fe36f495036df63cfc35";><code>821a8eb</code></a>
 automata: refactor reverse suffix/inner search slightly</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/10afd704d88d00ddfcd10218883a81b3ae5e4831";><code>10afd70</code></a>
 automata: expose the extracted literals for inner literal extraction</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/8c34f41d3c5a0e16ce17dfb964587cb48625a8d5";><code>8c34f41</code></a>
 automata: avoid reverse suffix optimization for non-leftmost-first</li>
   <li><a 
href="https://github.com/rust-lang/regex/commit/5524f02430d2d118d5c34fde54136d08376de711";><code>5524f02</code></a>
 test: add regression tests for failed reverse suffix/inner optimizations</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/regex/compare/1.13.0...1.13.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde_json` from 1.0.150 to 1.0.151
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/json/releases";>serde_json's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.151</h2>
   <ul>
   <li>Add RawValue::from_string_unchecked (<a 
href="https://redirect.github.com/serde-rs/json/issues/1331";>#1331</a>, thanks 
<a 
href="https://github.com/WonderLawrence";><code>@​WonderLawrence</code></a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/json/commit/de8500740cdcabffb9734f503e4889def823cf10";><code>de85007</code></a>
 Release 1.0.151</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/3b2b3c5f28c20ed988bd081a4147c535e7e65c74";><code>3b2b3c5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/json/issues/1331";>#1331</a> from 
WonderLawrence/rawvalue-from-string-unchecked</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/0406d96860e9d8b9252e2002fa3e626ae48ca1b0";><code>0406d96</code></a>
 Debug-assert well-formedness and no-whitespace in from_string_unchecked</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/cf16f75d81e28c723323bfc60a68fc02d2994fff";><code>cf16f75</code></a>
 Add RawValue::from_string_unchecked</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/827a315bf2198558f0325b07bcc1e2cd973aba2f";><code>827a315</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/json/commit/cea36a5c017ebffdeb95d0cd0f1aad473bfab758";><code>cea36a5</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li>See full diff in <a 
href="https://github.com/serde-rs/json/compare/v1.0.150...v1.0.151";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tokio` from 1.52.3 to 1.53.1
   <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.1</h2>
   <h1>1.53.1 (July 20th, 2026)</h1>
   <h3>Fixed</h3>
   <ul>
   <li>signal: restore MSRV by removing <code>OnceLock::wait</code> from the 
Windows handler (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>)</li>
   </ul>
   <h3>Fixed (unstable)</h3>
   <ul>
   <li>time: fix alt timer cancellation and insertion race (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>)</li>
   </ul>
   <h3>Documented</h3>
   <ul>
   <li>runtime: remove dead link definition in Runtime::block_on (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>)</li>
   </ul>
   <p><a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>: <a 
href="https://redirect.github.com/tokio-rs/tokio/pull/8252";>tokio-rs/tokio#8252</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>: 
<a 
href="https://redirect.github.com/tokio-rs/tokio/pull/8300";>tokio-rs/tokio#8300</a>
   <a href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>: 
<a 
href="https://redirect.github.com/tokio-rs/tokio/pull/8301";>tokio-rs/tokio#8301</a></p>
   <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>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/75fef53d0a8590c2d1dbb63672aa7b7d1ef51155";><code>75fef53</code></a>
 chore: prepare Tokio v1.53.1 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8303";>#8303</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ae9d01121377cdbef32b9d5e8559843cce9f927e";><code>ae9d011</code></a>
 signal: restore MSRV by removing OnceLock::wait from the Windows handler (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/eb4988dc2ecb85d2617971fbbabc84938c141bfd";><code>eb4988d</code></a>
 time: fix the loom test of the race between cancellation/insertion (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8302";>#8302</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/91d3b4c0bccf2234fc3ed19e605e2cd402f19437";><code>91d3b4c</code></a>
 time: fix alt timer cancellation and insertion race (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/a46338401b9e0ffc9bd68c31100ee99cee717481";><code>a463384</code></a>
 runtime: remove dead link definition in <code>Runtime::block_on</code> (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>)</li>
   <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/efdba5fcf02c4b93d379114df136b994c3b21445";><code>efdba5f</code></a>
 chore: prepare Tokio v1.52.4 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8289";>#8289</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/b0ba02e75507518baed6718b0c37105e430f3a93";><code>b0ba02e</code></a>
 Merge 'tokio-1.51.4' into 'tokio-1.52.x' (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8288";>#8288</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/tokio-rs/tokio/compare/tokio-1.52.3...tokio-1.53.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `tokio-util` from 0.7.18 to 0.7.19
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/f2189d3bd69d22638158a0ca8163b2e8daf18c5f";><code>f2189d3</code></a>
 chore: prepare tokio-util v0.7.19 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8309";>#8309</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/52f2745c18fd69174ca420a2ff5fe4216d320a48";><code>52f2745</code></a>
 net: re-enable <code>tcp_stream::try_read_buf</code> test for WASI (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8305";>#8305</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ac6869a431d9d7e2a81ce5309f00730741d3462a";><code>ac6869a</code></a>
 rt: remove unstable cfgs leftovers after local runtime stabilization (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8298";>#8298</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/75fef53d0a8590c2d1dbb63672aa7b7d1ef51155";><code>75fef53</code></a>
 chore: prepare Tokio v1.53.1 (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8303";>#8303</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/ae9d01121377cdbef32b9d5e8559843cce9f927e";><code>ae9d011</code></a>
 signal: restore MSRV by removing OnceLock::wait from the Windows handler (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8300";>#8300</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/eb4988dc2ecb85d2617971fbbabc84938c141bfd";><code>eb4988d</code></a>
 time: fix the loom test of the race between cancellation/insertion (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8302";>#8302</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/91d3b4c0bccf2234fc3ed19e605e2cd402f19437";><code>91d3b4c</code></a>
 time: fix alt timer cancellation and insertion race (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8252";>#8252</a>)</li>
   <li><a 
href="https://github.com/tokio-rs/tokio/commit/a46338401b9e0ffc9bd68c31100ee99cee717481";><code>a463384</code></a>
 runtime: remove dead link definition in <code>Runtime::block_on</code> (<a 
href="https://redirect.github.com/tokio-rs/tokio/issues/8301";>#8301</a>)</li>
   <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>Additional commits viewable in <a 
href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.18...tokio-util-0.7.19";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `uuid` from 1.23.5 to 1.24.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/uuid-rs/uuid/releases";>uuid's releases</a>.</em></p>
   <blockquote>
   <h2>v1.24.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat(fmt): support encoding into MaybeUninit buffers by <a 
href="https://github.com/weifanglab";><code>@​weifanglab</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/892";>uuid-rs/uuid#892</a></li>
   <li>Prepare for 1.24.0 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/896";>uuid-rs/uuid#896</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/weifanglab";><code>@​weifanglab</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/892";>uuid-rs/uuid#892</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/uuid-rs/uuid/compare/v1.23.5...v1.24.0";>https://github.com/uuid-rs/uuid/compare/v1.23.5...v1.24.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/6a8aeab3d02838f6fef71e69cdfda963e8c4158b";><code>6a8aeab</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/896";>#896</a> from 
uuid-rs/cargo/v1.24.0</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/e6db8ec0879fc9e703efc1911512c111f86e540d";><code>e6db8ec</code></a>
 prepare for 1.24.0 release</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/606f2365c706ccd0309d3263b381f5378b004e4d";><code>606f236</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/892";>#892</a> from 
weifanglab/main</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/ab848dbdf652c91af3ed5a413d3edd74bc2ebcfb";><code>ab848db</code></a>
 feat(fmt): support encoding into MaybeUninit buffers</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/6fa1a1e38afa7536bad4cd0febf689338f65c220";><code>6fa1a1e</code></a>
 feat(fmt): support encoding into MaybeUninit buffers</li>
   <li>See full diff in <a 
href="https://github.com/uuid-rs/uuid/compare/v1.23.5...v1.24.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `libc` from 0.2.186 to 0.2.188
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/libc/releases";>libc's releases</a>.</em></p>
   <blockquote>
   <h2>0.2.188</h2>
   <h3>Changed</h3>
   <ul>
   <li>Restore <code>Send</code> and <code>Sync</code> for <code>DIR</code> (<a 
href="https://github.com/rust-lang/libc/commit/35b062263401733cd89065c6a553640f2ba51ff1";>35b062263401</a>)</li>
   </ul>
   <p>These were removed in 0.2.187 because <code>libc</code> does not actually 
make <code>Send</code> and <code>Sync</code>
   guarantees about <code>DIR</code> (or other extern types), but this caused 
some crates to break.
   The traits are added back for now to allow time to migrate, but will be 
removed again
   in the future; please make sure your crates are not relying on 
<code>libc::DIR: Send</code> or
   <code>libc::DIR: Sync</code>.</p>
   <h2>0.2.187</h2>
   <p>This release contains a number of improvements related to 64-bit 
<code>time_t</code> configuration.
   Of note the existing <code>RUST_LIBC_UNSTABLE_*</code> environment variables 
have been replaced
   with configuration options. The new way to use these is:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_musl_v1_2_3' cargo ...
   RUSTFLAGS='--cfg=libc_unstable_gnu_time_bits=&quot;64&quot;' cargo ...
   </code></pre>
   <p>Being able to set this via <code>RUSTFLAGS</code> makes it easier to only 
apply configuration to
   specific targets (and notably, not the host if build scripts are used).</p>
   <p>There are two other notable changes:</p>
   <ul>
   <li>
   <p>The 32-bit <code>windows-gnu</code> targets now respect 
<code>libc_unstable_gnu_time_bits</code></p>
   </li>
   <li>
   <p>uClibc now supports a similar configuration option:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_uclibc_time64'
   </code></pre>
   </li>
   </ul>
   <p>As a reminder, these options are under active development and may change 
in the future
   (hence the &quot;unstable&quot; in the name). It likely that we will 
harmonize everything under a
   single configuration option before considering them stable.</p>
   <h3>Support</h3>
   <ul>
   <li>Add support for <code>aarch64-unknown-linux-pauthtest</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5065";>#5065</a>)</li>
   <li>Add support for new QNX targets (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5241";>#5241</a>)</li>
   <li>Better document breaking change policy and recommended usage (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5179";>#5179</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Android: Add <code>POSIX_SPAWN_*</code> constants (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5104";>#5104</a>)</li>
   <li>Android: Add <code>getpwent</code>, <code>setpwent</code>, and 
<code>endpwent</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5160";>#5160</a>)</li>
   <li>Android: Add <code>preadv2</code> and <code>pwritev2</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5157";>#5157</a>)</li>
   <li>Android: Add <code>seccomp_notif*</code> structures (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5224";>#5224</a>)</li>
   <li>Android: Add <code>timer_[create, delete, getoverrun, gettime, 
settime]</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5108";>#5108</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/libc/blob/0.2.188/CHANGELOG.md";>libc's 
changelog</a>.</em></p>
   <blockquote>
   <h2><a 
href="https://github.com/rust-lang/libc/compare/0.2.187...0.2.188";>0.2.188</a> 
- 2026-07-21</h2>
   <h3>Changed</h3>
   <ul>
   <li>Restore <code>Send</code> and <code>Sync</code> for <code>DIR</code> (<a 
href="https://github.com/rust-lang/libc/commit/35b062263401733cd89065c6a553640f2ba51ff1";>35b062263401</a>)</li>
   </ul>
   <p>These were removed in 0.2.187 because <code>libc</code> does not actually 
make <code>Send</code> and <code>Sync</code>
   guarantees about <code>DIR</code> (or other extern types), but this caused 
some crates to break.
   The traits are added back for now to allow time to migrate, but will be 
removed again
   in the future; please make sure your crates are not relying on 
<code>libc::DIR: Send</code> or
   <code>libc::DIR: Sync</code>.</p>
   <h2><a 
href="https://github.com/rust-lang/libc/compare/0.2.186...0.2.187";>0.2.187</a> 
- 2026-07-20</h2>
   <p>This release contains a number of improvements related to 64-bit 
<code>time_t</code> configuration.
   Of note the existing <code>RUST_LIBC_UNSTABLE_*</code> environment variables 
have been replaced
   with configuration options. The new way to use these is:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_musl_v1_2_3' cargo ...
   RUSTFLAGS='--cfg=libc_unstable_gnu_time_bits=&quot;64&quot;' cargo ...
   </code></pre>
   <p>Being able to set this via <code>RUSTFLAGS</code> makes it easier to only 
apply configuration to
   specific targets (and notably, not the host if build scripts are used).</p>
   <p>There are two other notable changes:</p>
   <ul>
   <li>
   <p>The 32-bit <code>windows-gnu</code> targets now respect 
<code>libc_unstable_gnu_time_bits</code></p>
   </li>
   <li>
   <p>uClibc now supports a similar configuration option:</p>
   <pre lang="sh"><code>RUSTFLAGS='--cfg=libc_unstable_uclibc_time64'
   </code></pre>
   </li>
   </ul>
   <p>As a reminder, these options are under active development and may change 
in the future
   (hence the &quot;unstable&quot; in the name). It likely that we will 
harmonize everything under a
   single configuration option before considering them stable.</p>
   <h3>Support</h3>
   <ul>
   <li>Add support for <code>aarch64-unknown-linux-pauthtest</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5065";>#5065</a>)</li>
   <li>Add support for new QNX targets (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5241";>#5241</a>)</li>
   <li>Better document breaking change policy and recommended usage (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5179";>#5179</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Android: Add <code>POSIX_SPAWN_*</code> constants (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5104";>#5104</a>)</li>
   <li>Android: Add <code>getpwent</code>, <code>setpwent</code>, and 
<code>endpwent</code> (<a 
href="https://redirect.github.com/rust-lang/libc/pull/5160";>#5160</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/libc/commit/7b7b771895c2a5ae75f358fadb893845ce9ae6cf";><code>7b7b771</code></a>
 libc: Release 0.2.188</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/ba6a6b56ae09e0640a2b2e27f3f6abdb4b3d243f";><code>ba6a6b5</code></a>
 [0.2] Restore <code>Send</code> and <code>Sync</code> for <code>DIR</code></li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/ee051902acd7ee674e1916e6b12297da3975b351";><code>ee05190</code></a>
 libc: Release 0.2.187</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/13b22188be02a58d669661c7a177d48d62c7eef5";><code>13b2218</code></a>
 unix: add preadv2 and pwritev2 to android</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/abc9903188c8454920295d5548cbeb4d7d5f4896";><code>abc9903</code></a>
 docs: Improve the pull request template and CONTRIBUTING.md</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/c452b48fb208de60fc2788a4a0857de88d8ebece";><code>c452b48</code></a>
 util: Restructure to use one class per subcommand</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/cbc70c94d25504059b8bd9ba559a20d234c61308";><code>cbc70c9</code></a>
 nuttx: more document comments</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/2589ea31957596d3cd217e5b36d1ffe9ced9dd83";><code>2589ea3</code></a>
 nuttx: add TCP_MAXSEG definitions</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/6be50c108554b169a254326f457c1839142fb007";><code>6be50c1</code></a>
 nuttx: add pipe2 definitions</li>
   <li><a 
href="https://github.com/rust-lang/libc/commit/450034486a93a673e4f108ed7a09ebbdac4e3597";><code>4500344</code></a>
 nuttx: add poll definitions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/libc/compare/0.2.186...0.2.188";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `serde` from 1.0.228 to 1.0.229
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/serde-rs/serde/releases";>serde's releases</a>.</em></p>
   <blockquote>
   <h2>v1.0.229</h2>
   <ul>
   <li>Update to syn 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/serde-rs/serde/commit/7fc3b4c30c94f73a96ebd1553f2b090d928fc3a8";><code>7fc3b4c</code></a>
 Release 1.0.229</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6d6e9a11101354ce769a3438a088b6b9305c1863";><code>6d6e9a1</code></a>
 Merge pull request <a 
href="https://redirect.github.com/serde-rs/serde/issues/3085";>#3085</a> from 
dtolnay/syn3</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6dec3b751126c8338cac0fe8085612d695e4ecf3";><code>6dec3b7</code></a>
 Update to syn 3</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/cfe669241065984177ff63af8b45058e6e9b499d";><code>cfe6692</code></a>
 Resolve mut_mut pedantic clippy lint</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/1023d077510b4aef36a41ef56fdb7798568a2654";><code>1023d07</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/dd682c2c86aa7629e77c1ccd93212d3729f4c66d";><code>dd682c2</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/5f0f18b9211732f2d82f73b5a43e4f5ff3701251";><code>5f0f18b</code></a>
 Update ui test suite to nightly-2026-06-01</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/63a1498f0e7be991ffac5939bdd202ca16e9a23f";><code>63a1498</code></a>
 Regenerate stderr with trybuild normalization fixes</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/fa7da4a93567ed347ad0735c28e439fca688ef26";><code>fa7da4a</code></a>
 Fix unused_features warning</li>
   <li><a 
href="https://github.com/serde-rs/serde/commit/6b1a17851ea3d86a56aa116ca1cbf428f8d5f22d";><code>6b1a178</code></a>
 Unpin CI miri toolchain</li>
   <li>Additional commits viewable in <a 
href="https://github.com/serde-rs/serde/compare/v1.0.228...v1.0.229";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `stabby` from 72.1.8 to 72.1.16
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/ZettaScaleLabs/stabby/blob/main/CHANGELOG.md";>stabby's 
changelog</a>.</em></p>
   <blockquote>
   <h1>72.1.16 (api=3.0.4, abi=2.0.0)</h1>
   <ul>
   <li>Fix clippy lints for 1.97, and a few typos.</li>
   <li><code>Vec::try_drain</code>'s index validation was reversed, making it 
not only buggy, but unsound:
   <ul>
   <li>it would always reject ranges that were in bound, and out-of-bounds 
ranges could be accepted, risking multiple UBs:
   <ul>
   <li><code>Vec::set_len</code> could extend the vec into uninitialized 
memory,</li>
   <li>the returned <code>Drain</code> could iterate over uninitialized memory 
as well.</li>
   </ul>
   </li>
   <li>Hopefully, no users were impacted: <code>Vec::drain</code> (which I 
expect most users would pick unless they wanted to guarantee no panics could 
ever occur) was always valid, and I expect most users who tried 
<code>try_drain</code> found it to not work (since it rejected all valid 
input).</li>
   <li>Thanks to <a href="https://github.com/eslerm";><code>@​eslerm</code></a>, 
who raised the issue privately to avoid broadcasting it before a fix would be 
made available.</li>
   </ul>
   </li>
   <li>Improved error message when a stabbied trait declaration attempts to use 
<code>Self</code> in signature, <a 
href="https://redirect.github.com/ZettaScaleLabs/stabby/issues/101";>#101</a> 
shows that the previous error message was absolutely useless to users.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/ZettaScaleLabs/stabby/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `twox-hash` from 2.1.2 to 2.1.3
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md";>twox-hash's
 changelog</a>.</em></p>
   <blockquote>
   <h2><a href="https://github.com/shepmaster/twox-hash/tree/v2.1.3";>2.1.3</a> 
- 2026-07-18</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Removed a panic that could occur when using <code>XxHash32</code> or 
<code>XxHash64</code>
   in debug mode. Release mode is unaffected.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>The version range for the optional <code>rand</code> dependency now 
allows 0.10
   in addtion to 0.9.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/cfe253f868f25d5f61f98f62af8b198270166ef0";><code>cfe253f</code></a>
 Release version 2.1.3</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/cb3ca8416c744db55dfb7516cf191bc5160412f3";><code>cb3ca84</code></a>
 Update the changelog</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/32e713276922940cf74bc7c01c41da823472155a";><code>32e7132</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/121";>#121</a> 
from shepmaster/length_overflow</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/103a4c8f7d227867242fed892d4ab883a0da537b";><code>103a4c8</code></a>
 Don't panic when adding the hashed length to the XxHash64 result</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/7abcfc10c5e5b2f5ad4de820ebc83cda9fb01a1f";><code>7abcfc1</code></a>
 Don't panic when adding the hashed length to the XxHash32 result</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/df7f72f900a00bfa7fdd51ae5ed20a2fe046291a";><code>df7f72f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/122";>#122</a> 
from shepmaster/ci-fixin</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/97e70bceeb2b6365d8965d9117cc2e008c02dca7";><code>97e70bc</code></a>
 Do not import proptest prelude a second time</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/6c7b0132c9096ba54fe771209c082917fc46428d";><code>6c7b013</code></a>
 Downgrade any version of rand, not just that patch level</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/9705684bfbe4b05be38c951872dc7cc7f06ff665";><code>9705684</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/116";>#116</a> 
from tisonkun/rand-010</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/445efe32270fded949d8504d76ea5979193eec50";><code>445efe3</code></a>
 build(dep): allow rand 0.10 in addition to 0.9</li>
   <li>Additional commits viewable in <a 
href="https://github.com/shepmaster/twox-hash/compare/v2.1.2...v2.1.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `clap` from 4.6.1 to 4.6.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/clap-rs/clap/releases";>clap's releases</a>.</em></p>
   <blockquote>
   <h2>v4.6.3</h2>
   <h2>[4.6.3] - 2026-07-20</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(derive)</em> Allow <code>&quot;literal&quot;.function()</code> as 
attribute values</li>
   </ul>
   <h2>v4.6.2</h2>
   <h2>[4.6.2] - 2026-07-15</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(help)</em> Say <code>alias</code> when there is only one</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/clap-rs/clap/blob/master/CHANGELOG.md";>clap's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[4.6.3] - 2026-07-20</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(derive)</em> Allow <code>&quot;literal&quot;.function()</code> as 
attribute values</li>
   </ul>
   <h2>[4.6.2] - 2026-07-15</h2>
   <h3>Fixes</h3>
   <ul>
   <li><em>(help)</em> Say <code>alias</code> when there is only one</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/clap-rs/clap/commit/7e0bccab8cf7be047fc84d804d19c7b30715d3fb";><code>7e0bcca</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/0f09905658535c4b3a92afc037e8970959f55559";><code>0f09905</code></a>
 docs: Update changelog</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/970695102173e40bddb0c95b0a3f6fb216f2eb19";><code>9706951</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6353";>#6353</a> from 
truffle-dev/feat-completer-arg-index</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/ac0d148f7e21068fd1f544230456f30c95311f78";><code>ac0d148</code></a>
 feat(complete): Index-aware ValueCompleter</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/1565a3cbb411dedc410154fca0de7ec445fcdb08";><code>1565a3c</code></a>
 test(complete): Cover indexed multi-value case</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/48fc10ae88e4d723fd581745cbbff40eea9ebc88";><code>48fc10a</code></a>
 Merge pull request <a 
href="https://redirect.github.com/clap-rs/clap/issues/6350";>#6350</a> from 
stefankreutz/missing_docs</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/7d4c353d5b843ac3b45473172ebdf9c80e89b697";><code>7d4c353</code></a>
 docs: Hint at clippy's missing docs lint</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/f6a6701e60f372c2104c6aca413c86b996e3e026";><code>f6a6701</code></a>
 chore(deps): Update Rust Stable to v1.95 (<a 
href="https://redirect.github.com/clap-rs/clap/issues/6347";>#6347</a>)</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/ac5fda6a799e4c640d671edd1111d4a5e723dc1a";><code>ac5fda6</code></a>
 chore: Release</li>
   <li><a 
href="https://github.com/clap-rs/clap/commit/b73c627638fb8d03497079408f5d684f281d132d";><code>b73c627</code></a>
 docs: Update changelog</li>
   <li>Additional commits viewable in <a 
href="https://github.com/clap-rs/clap/compare/clap_complete-v4.6.1...clap_complete-v4.6.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `thiserror` from 2.0.18 to 2.0.19
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/thiserror/releases";>thiserror's 
releases</a>.</em></p>
   <blockquote>
   <h2>2.0.19</h2>
   <ul>
   <li>Update to syn 3</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/e13a7854338e446f184725fc8b9c9e86a0a537d2";><code>e13a785</code></a>
 Release 2.0.19</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/0a0e76cc0f041a32e638328b47721b00037d0690";><code>0a0e76c</code></a>
 Update to syn 3</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/ec42ea70852f8db43e971700d1ccc184957d1b32";><code>ec42ea7</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/4178c4a0e1cb17473d95f42f5e441ef92d13d172";><code>4178c4a</code></a>
 Update actions/checkout@v6 -&gt; v7</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/7214e0e8331d76afbea7173d8a14997512ac8713";><code>7214e0e</code></a>
 Ignore items_after_statements pedantic clippy lint in test</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/febcc0381f003783efbb01595eb511bdf0c6f460";><code>febcc03</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/thiserror/issues/451";>#451</a> from 
vip892766gma/maint/20260521171412</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/c50e38779da40084363232252c46d86dc59286d0";><code>c50e387</code></a>
 chore: improve thiserror maintenance path</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/d4a2507576d276dbebc4be45c9b3d657216b727f";><code>d4a2507</code></a>
 Raise minimum tested compiler to rust 1.85</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/99e8a6cd6a312d455d74f40b449a6cbb868b2460";><code>99e8a6c</code></a>
 Unpin CI miri toolchain</li>
   <li><a 
href="https://github.com/dtolnay/thiserror/commit/9ac165c40055a126fc5d2ca49f4024bbac575d95";><code>9ac165c</code></a>
 Pin CI miri to nightly-2026-02-11</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dtolnay/thiserror/compare/2.0.18...2.0.19";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `quote` from 1.0.46 to 1.0.47
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dtolnay/quote/releases";>quote's releases</a>.</em></p>
   <blockquote>
   <h2>1.0.47</h2>
   <ul>
   <li>Documentation improvements</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/quote/commit/723dcb47d3f0ddc896e17287c8a8d3f2ea2317d5";><code>723dcb4</code></a>
 Release 1.0.47</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/86e2967ff7b8f91c1be824dcec4d8b438f1dd182";><code>86e2967</code></a>
 Update documentation links to syn 3</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/b56db874b8c53453a398aa1a671a27f9531de8f9";><code>b56db87</code></a>
 Update ui test suite to nightly-2026-07-14</li>
   <li><a 
href="https://github.com/dtolnay/quote/commit/cba5d96ac605a7c7d16b1455a891824035f68e90";><code>cba5d96</code></a>
 Update actions/upload-artifact@v6 -&gt; v7</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/quote/compare/1.0.46...1.0.47";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to