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

Jefffrey 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 65662e2582 chore(deps): bump the all-other-cargo-deps group across 1 
directory with 3 updates (#10928)
65662e2582 is described below

commit 65662e2582d4a69cd0476269ea40f747d8bff6cd
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 17:08:46 2026 +1000

    chore(deps): bump the all-other-cargo-deps group across 1 directory with 3 
updates (#10928)
    
    Bumps the all-other-cargo-deps group with 3 updates in the / directory:
    [flate2](https://github.com/rust-lang/flate2-rs),
    [uuid](https://github.com/uuid-rs/uuid) and
    [twox-hash](https://github.com/shepmaster/twox-hash).
    
    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 `uuid` from 1.25.0 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>
    </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>See full diff in <a
    href="https://github.com/uuid-rs/uuid/compare/1.25.0...v1.26.0";>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 />
    
    
    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 | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index eed617dec5..8e574cdbb7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -142,7 +142,7 @@ dependencies = [
  "bon",
  "digest",
  "log",
- "miniz_oxide 0.9.1",
+ "miniz_oxide",
  "num-bigint 0.4.8",
  "ouroboros",
  "quad-rand",
@@ -1290,12 +1290,12 @@ dependencies = [
 
 [[package]]
 name = "flate2"
-version = "1.1.9"
+version = "1.1.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
+checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
 dependencies = [
  "crc32fast",
- "miniz_oxide 0.8.9",
+ "miniz_oxide",
  "zlib-rs",
 ]
 
@@ -2134,16 +2134,6 @@ version = "0.3.17"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 
-[[package]]
-name = "miniz_oxide"
-version = "0.8.9"
-source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
-dependencies = [
- "adler2",
- "simd-adler32",
-]
-
 [[package]]
 name = "miniz_oxide"
 version = "0.9.1"
@@ -2151,6 +2141,7 @@ source = 
"registry+https://github.com/rust-lang/crates.io-index";
 checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
 dependencies = [
  "adler2",
+ "simd-adler32",
 ]
 
 [[package]]
@@ -3924,9 +3915,9 @@ checksum = 
"e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 
 [[package]]
 name = "twox-hash"
-version = "2.1.3"
+version = "2.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "8464ec13c3691491391d9fce00f6416c9a48e46972f72d7865688be2080192c9"
+checksum = "5283634e518fe9e82c7b20520bb4bc209009fd16c82077c802f8111ecbb0117a"
 
 [[package]]
 name = "typenum"
@@ -3990,9 +3981,9 @@ checksum = 
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 
 [[package]]
 name = "uuid"
-version = "1.25.0"
+version = "1.26.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "f053576934f05a761a402421fbbe3d425d9366f75f978806a037b3ca481abecc"
+checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812"
 dependencies = [
  "getrandom 0.4.3",
  "js-sys",

Reply via email to