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

   Bumps the all-other-cargo-deps group with 7 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.9` | `1.1.10` |
   | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.0` | `2.14.1` |
   | [log](https://github.com/rust-lang/log) | `0.4.33` | `0.4.34` |
   | [uuid](https://github.com/uuid-rs/uuid) | `1.24.1` | `1.26.0` |
   | [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.5.0` | `1.5.1` |
   | [twox-hash](https://github.com/shepmaster/twox-hash) | `2.1.3` | `2.1.4` |
   | [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.4` |
   
   Updates `flate2` from 1.1.9 to 1.1.10
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/flate2-rs/releases";>flate2's 
releases</a>.</em></p>
   <blockquote>
   <h2>1.1.10</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>feat: reuse zlib's decoder buffer by <a 
href="https://github.com/Vaiz";><code>@​Vaiz</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/532";>rust-lang/flate2-rs#532</a></li>
   <li>feat: add reset method for read::GzDecoder and buffered::GzDecoder by <a 
href="https://github.com/Vaiz";><code>@​Vaiz</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/534";>rust-lang/flate2-rs#534</a></li>
   <li>Drop cloudflare-zlib by <a 
href="https://github.com/kornelski";><code>@​kornelski</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/539";>rust-lang/flate2-rs#539</a></li>
   <li>Add a wrapper for the <code>Crc</code> struct by <a 
href="https://github.com/MikkelPaulson";><code>@​MikkelPaulson</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/540";>rust-lang/flate2-rs#540</a></li>
   <li>Bump miniz_oxide to 0.9 by <a 
href="https://github.com/oscargus";><code>@​oscargus</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/543";>rust-lang/flate2-rs#543</a></li>
   <li>Upgrade miniz_oxide and add unit tests of the different flush kinds by 
<a href="https://github.com/fintelia";><code>@​fintelia</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/498";>rust-lang/flate2-rs#498</a></li>
   <li>Fix infinite loop in writing gzip header/footer by <a 
href="https://github.com/Shnatsel";><code>@​Shnatsel</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/547";>rust-lang/flate2-rs#547</a></li>
   <li>test: generate corrupt gzip fixture at runtime by <a 
href="https://github.com/nanookclaw";><code>@​nanookclaw</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/550";>rust-lang/flate2-rs#550</a></li>
   <li>Reject oversized gzip extra fields by <a 
href="https://github.com/Byron";><code>@​Byron</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/553";>rust-lang/flate2-rs#553</a></li>
   <li>Reject incomplete deflate streams at EOF by <a 
href="https://github.com/Guflly";><code>@​Guflly</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/556";>rust-lang/flate2-rs#556</a></li>
   <li>Include <code>README.md</code> in a private module by <a 
href="https://github.com/bushrat011899";><code>@​bushrat011899</code></a> in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/562";>rust-lang/flate2-rs#562</a></li>
   <li>Add <code>no_std</code> support using nightly <code>alloc_io</code> by 
<a href="https://github.com/bushrat011899";><code>@​bushrat011899</code></a> in 
<a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/559";>rust-lang/flate2-rs#559</a></li>
   <li>Update <code>get_mut()</code> documentation to make clear how 'inner` 
can be used by <a href="https://github.com/Byron";><code>@​Byron</code></a> in 
<a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/558";>rust-lang/flate2-rs#558</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Vaiz";><code>@​Vaiz</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/532";>rust-lang/flate2-rs#532</a></li>
   <li><a 
href="https://github.com/MikkelPaulson";><code>@​MikkelPaulson</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/540";>rust-lang/flate2-rs#540</a></li>
   <li><a href="https://github.com/oscargus";><code>@​oscargus</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/543";>rust-lang/flate2-rs#543</a></li>
   <li><a href="https://github.com/nanookclaw";><code>@​nanookclaw</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/550";>rust-lang/flate2-rs#550</a></li>
   <li><a href="https://github.com/Guflly";><code>@​Guflly</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/556";>rust-lang/flate2-rs#556</a></li>
   <li><a 
href="https://github.com/bushrat011899";><code>@​bushrat011899</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/flate2-rs/pull/562";>rust-lang/flate2-rs#562</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10";>https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/ed93d4fc60eaf876c6aded741bf992d524551930";><code>ed93d4f</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/flate2-rs/issues/558";>#558</a> from 
rust-lang/lib-doc-update</li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/fb5228dcd7ca7f4ffb2240e6aec8547b85064c9a";><code>fb5228d</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/flate2-rs/issues/559";>#559</a> from 
bushrat011899/no_std</li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/6ed3ba32e321bd6865df6d4ec96d2550c11e50f0";><code>6ed3ba3</code></a>
 Add executable <code>no_std</code> example</li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/faed8a04671a608efda8ae3520844889210ada95";><code>faed8a0</code></a>
 Expand CI to test <code>no_std</code> compatibility and correctness</li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/2ba8e7e6663bb173782c2c96d1203bed098aadf3";><code>2ba8e7e</code></a>
 Add unstable <code>no_std</code> support behind 
<code>flate2_unstable_nightly_alloc_io</code></li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/3fe11268ccbb777e22a8352aa95307af72fa8ee9";><code>3fe1126</code></a>
 Centralize usage of <code>std</code> for <code>error</code> and 
<code>io</code></li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/98e313a26ff137b0d79eb55f192911c80862d6d5";><code>98e313a</code></a>
 Add <code>GzHeader::mtime_as_duration</code></li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/064296528d679f3aef0ca11b8ca0e2cad21b283d";><code>0642965</code></a>
 Switch to <code>core</code> implicit prelude and only use <code>std</code> 
where required</li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/454a63ce8ac5891d938ecf372a537e17e5cae586";><code>454a63c</code></a>
 Remove left-over <code>dbg!</code> statement</li>
   <li><a 
href="https://github.com/rust-lang/flate2-rs/commit/2a490b7df96326c34a8ea75b2930eab4851cac1e";><code>2a490b7</code></a>
 Add <code>runtime_detection</code> feature</li>
   <li>Additional commits viewable in <a 
href="https://github.com/rust-lang/flate2-rs/compare/1.1.9...1.1.10";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `indexmap` from 2.14.0 to 2.14.1
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md";>indexmap's 
changelog</a>.</em></p>
   <blockquote>
   <h2>2.14.1 (2026-08-28)</h2>
   <ul>
   <li>Simplify comparisons where <code>Equivalent</code> isn't needed (<code>Q 
= K</code>).</li>
   <li>Unify index assertions for bounds checks.</li>
   <li>Fix (or <code>expect</code>) clippy lints.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/fdf7e1738b3b53869bdc15d666f9b81961041825";><code>fdf7e17</code></a>
 Merge pull request <a 
href="https://redirect.github.com/indexmap-rs/indexmap/issues/449";>#449</a> 
from cuviper/release-2.14.1</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/ada540e17cc7d8f38359f7d83c225e38f367c86b";><code>ada540e</code></a>
 Release 2.14.1</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/af93b43ecd62d28deb59a6ac23f98bd115475eaf";><code>af93b43</code></a>
 expect clippy::redundant_slicing in tests</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/c95da18c97d2742fe8731f36e81c1d04f0620c6a";><code>c95da18</code></a>
 fix clippy::derivable_impls</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/21963654e41f86f396a2ba6d9582ccd8eb7df52c";><code>2196365</code></a>
 fix clippy::useless_vec (and more) in tests</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/1c2be7b00c5bb61f654210355d1e9f0d9be03956";><code>1c2be7b</code></a>
 use inherent usize::MAX</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/64f4a06684dd4ed06dc6629dd8bbefc59394b2c9";><code>64f4a06</code></a>
 fix clippy::int_plus_one</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/41760c52bbfdd6c7cb43331246c813506d825a49";><code>41760c5</code></a>
 fix clippy::map_entry</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/be7ffd0d154c06f76152b6884ee44f88eebe68aa";><code>be7ffd0</code></a>
 expect clippy::unnecessary_get_then_check in benches</li>
   <li><a 
href="https://github.com/indexmap-rs/indexmap/commit/bb35663f7593b37976ed6271c09f747559d646fe";><code>bb35663</code></a>
 expect clippy::reversed_empty_ranges in tests</li>
   <li>Additional commits viewable in <a 
href="https://github.com/indexmap-rs/indexmap/compare/2.14.0...2.14.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `log` from 0.4.33 to 0.4.34
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/releases";>log's releases</a>.</em></p>
   <blockquote>
   <h2>0.4.34</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>doc: Add context-logger utility to README by <a 
href="https://github.com/alekseysidorov";><code>@​alekseysidorov</code></a> in 
<a 
href="https://redirect.github.com/rust-lang/log/pull/735";>rust-lang/log#735</a></li>
   <li>Add alloc support for boxed loggers by <a 
href="https://github.com/malezjaa";><code>@​malezjaa</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/737";>rust-lang/log#737</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/alekseysidorov";><code>@​alekseysidorov</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/735";>rust-lang/log#735</a></li>
   <li><a href="https://github.com/malezjaa";><code>@​malezjaa</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/737";>rust-lang/log#737</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.33...0.4.34";>https://github.com/rust-lang/log/compare/0.4.33...0.4.34</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/rust-lang/log/blob/master/CHANGELOG.md";>log's 
changelog</a>.</em></p>
   <blockquote>
   <h2>[0.4.34] - 2026-08-22</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>doc: Add context-logger utility to README by <a 
href="https://github.com/alekseysidorov";><code>@​alekseysidorov</code></a> in 
<a 
href="https://redirect.github.com/rust-lang/log/pull/735";>rust-lang/log#735</a></li>
   <li>Add alloc support for boxed loggers by <a 
href="https://github.com/malezjaa";><code>@​malezjaa</code></a> in <a 
href="https://redirect.github.com/rust-lang/log/pull/737";>rust-lang/log#737</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/alekseysidorov";><code>@​alekseysidorov</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/735";>rust-lang/log#735</a></li>
   <li><a href="https://github.com/malezjaa";><code>@​malezjaa</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/rust-lang/log/pull/737";>rust-lang/log#737</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/rust-lang/log/compare/0.4.33...0.4.34";>https://github.com/rust-lang/log/compare/0.4.33...0.4.34</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/rust-lang/log/commit/8034743dd9d7f7583bd9a670271483d176130911";><code>8034743</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/738";>#738</a> from 
rust-lang/cargo/0.4.34</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/7d1e24e3506d4ffa1badf6c9ea357779877adaf0";><code>7d1e24e</code></a>
 prepare for 0.4.34 release</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/3b939b6714616dc32193c12019861c7c518c5edb";><code>3b939b6</code></a>
 Merge pull request <a 
href="https://redirect.github.com/rust-lang/log/issues/737";>#737</a> from 
malezjaa/master</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/b88266cfed8b287f8c35b2015808b09b056f61af";><code>b88266c</code></a>
 Add alloc support for boxed loggers</li>
   <li><a 
href="https://github.com/rust-lang/log/commit/037d7a58f6ad184abb3afc4db81d37c43a5696ec";><code>037d7a5</code></a>
 doc: Add context-logger utility to README</li>
   <li>See full diff in <a 
href="https://github.com/rust-lang/log/compare/0.4.33...0.4.34";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `uuid` from 1.24.1 to 1.26.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.26.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add ContextV7::with_additional_precision_bits by <a 
href="https://github.com/ChrisJr404";><code>@​ChrisJr404</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/904";>uuid-rs/uuid#904</a></li>
   <li>Prepare for 1.26.0 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/905";>uuid-rs/uuid#905</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/uuid-rs/uuid/compare/1.25.0...v1.26.0";>https://github.com/uuid-rs/uuid/compare/1.25.0...v1.26.0</a></p>
   <h2>1.25.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add a serde::bytes module that encodes a Uuid as a byte string by <a 
href="https://github.com/ChrisJr404";><code>@​ChrisJr404</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/902";>uuid-rs/uuid#902</a></li>
   <li>Prepare for 1.25.0 release by <a 
href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/903";>uuid-rs/uuid#903</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/ChrisJr404";><code>@​ChrisJr404</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/uuid-rs/uuid/pull/902";>uuid-rs/uuid#902</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/uuid-rs/uuid/compare/v1.24.1...1.25.0";>https://github.com/uuid-rs/uuid/compare/v1.24.1...1.25.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/cdc96a87bddc38d0eb8f894c764e151d2299b4b3";><code>cdc96a8</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/905";>#905</a> from 
uuid-rs/cargo/v1.26.0</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/34e4f49c0d50c12f1b3021baf98b8fb91f6407bb";><code>34e4f49</code></a>
 don't test macros under miri</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/d9e7242b37755d844d19fa74559a88e1c46c5206";><code>d9e7242</code></a>
 update nightly used for miri</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/ec16819865b89aa3c52456c8afd0ce9a90f0fcdb";><code>ec16819</code></a>
 prepare for 1.26.0 release</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/162cd208a4521138f1d8ce05b63342ba7ba5c4e6";><code>162cd20</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/904";>#904</a> from 
ChrisJr404/v7-additional-precision-bits</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/97eceffa708f87969792af604291d3e4984dfc90";><code>97eceff</code></a>
 Add ContextV7::with_additional_precision_bits for microsecond clocks</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/302e0bf6dc5abf949c06973a37f1f3a093cc2699";><code>302e0bf</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/903";>#903</a> from 
uuid-rs/cargo/1.25.0</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/b7ccde885d770d013f413a2685ebe7f38932e1d0";><code>b7ccde8</code></a>
 prepare for 1.25.0 release</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/c62dffbc038034ff045f3009f2536362e313bf34";><code>c62dffb</code></a>
 Merge pull request <a 
href="https://redirect.github.com/uuid-rs/uuid/issues/902";>#902</a> from 
ChrisJr404/serde-bytes-module</li>
   <li><a 
href="https://github.com/uuid-rs/uuid/commit/8c198b24b1aa55948c0fa4b3433c1954be19c8c8";><code>8c198b2</code></a>
 Add a serde::bytes module that encodes as a byte string</li>
   <li>See full diff in <a 
href="https://github.com/uuid-rs/uuid/compare/v1.24.1...v1.26.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `crc32fast` from 1.5.0 to 1.5.1
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/a150f65ce810793293d5c9dd815f4510eb6d8e4c";><code>a150f65</code></a>
 release 1.5.1</li>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/f066e8d618506d12b92cc46286b07929d4dd704e";><code>f066e8d</code></a>
 perf(simd): widen x86 folds, add ARM 3-way, and speed up small inputs (<a 
href="https://redirect.github.com/srijs/rust-crc32fast/issues/56";>#56</a>)</li>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/d5c123d00d5a0236b92acc56f984a5a8a5c7baf5";><code>d5c123d</code></a>
 consolidate dword load in baseline implementation (<a 
href="https://redirect.github.com/srijs/rust-crc32fast/issues/55";>#55</a>)</li>
   <li><a 
href="https://github.com/srijs/rust-crc32fast/commit/50e2046cbb5d4f1844931302b9cd9636694d88ec";><code>50e2046</code></a>
 downgrade msrv ci run to just cargo build</li>
   <li>See full diff in <a 
href="https://github.com/srijs/rust-crc32fast/compare/v1.5.0...v1.5.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `twox-hash` from 2.1.3 to 2.1.4
   <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.4";>2.1.4</a> 
- 2026-08-27</h2>
   <h3>Changed</h3>
   <ul>
   <li>Documentation added about the stability of the hashing algorithms.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/6f866bffe73900c63df2650be4eed41e3ed9b500";><code>6f866bf</code></a>
 Release version 2.1.4</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/bcfd930faa13eecefcb2ea5f2f9590226a5f2380";><code>bcfd930</code></a>
 Update the changelog</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/188f698293fb319b8fdb0ceba004411bb5fdd2ca";><code>188f698</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/125";>#125</a> 
from shepmaster/32-bit-consistency</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/e37e1efe56004aa73850153d22fdf57d4ea7c005";><code>e37e1ef</code></a>
 Document the stability of the algorithms and caveats</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/a08cde9f58c7bd1836383e631e647bcd93d0e63d";><code>a08cde9</code></a>
 Run the tests on a 32-bit platform (via Miri)</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/9cba5445a3f8033e4fb1d64f85344c0955f2200c";><code>9cba544</code></a>
 Adjust test to compile when usize is 32-bit</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/6f8020e3bb1a356bd944601860c0a0d140c97066";><code>6f8020e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/shepmaster/twox-hash/issues/126";>#126</a> 
from shepmaster/maint</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/a001afbde265f4770fd4eb31ab243224c55ac311";><code>a001afb</code></a>
 Upgrade GHA to actions/checkout@v7</li>
   <li><a 
href="https://github.com/shepmaster/twox-hash/commit/4c480b6acef2d851bc8fdc7c7d80b626bb7dda1e";><code>4c480b6</code></a>
 Apply some extra Clippy lints</li>
   <li>See full diff in <a 
href="https://github.com/shepmaster/twox-hash/compare/v2.1.3...v2.1.4";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `syn` from 3.0.3 to 3.0.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/dtolnay/syn/releases";>syn's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.0.4</h2>
   <ul>
   <li>Allow <code>safe fn</code> in <code>impl Parse for ForeignItemFn</code> 
(<a href="https://redirect.github.com/dtolnay/syn/issues/2078";>#2078</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dtolnay/syn/commit/b5d62a6e43a29418e118b7bcb48e211cefc0154f";><code>b5d62a6</code></a>
 Release 3.0.4</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/abf019cbcba61164c626a1bc4ea6f04653c02a5c";><code>abf019c</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dtolnay/syn/issues/2078";>#2078</a> from 
dtolnay/foreginitemfn</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/d454333f5bb73f2e0e235bdefff50809342f1485";><code>d454333</code></a>
 Allow safe fn in impl Parse for ForeignItemFn</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/8011b1c512dbe87c6b09627790735ecdaa65c0db";><code>8011b1c</code></a>
 Update test suite to nightly-2026-08-18</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/56a8d83b8f313b4a111fc44f7f223a574d918af5";><code>56a8d83</code></a>
 Raise rayon thread size for tests</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/f2c5c50200c1f056adc422e231819c8e4374bdfa";><code>f2c5c50</code></a>
 Ignore assert_is_empty pedantic clippy lint</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/0eba76daa24b574fc0d93e91cf575584228d2ed4";><code>0eba76d</code></a>
 Update test suite to nightly-2026-08-05</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/baaebce9776c4963f093334aae5d8899d1a056f6";><code>baaebce</code></a>
 Update test suite to nightly-2026-07-25</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/b886a38eb4ef97f40b5592d7d048f56f6a6b45f1";><code>b886a38</code></a>
 Update test suite to nightly-2026-07-24</li>
   <li><a 
href="https://github.com/dtolnay/syn/commit/3c41416b4ca7b07d6c3d7b71189e277369679858";><code>3c41416</code></a>
 Update test suite to nightly-2026-07-23</li>
   <li>See full diff in <a 
href="https://github.com/dtolnay/syn/compare/3.0.3...3.0.4";>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