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 d7fdd05c22 chore(deps): bump the all-other-cargo-deps group across 1 
directory with 2 updates (#11085)
d7fdd05c22 is described below

commit d7fdd05c222f4ef6d281fabb44c64f9e93f09208
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 15 13:24:03 2026 +1000

    chore(deps): bump the all-other-cargo-deps group across 1 directory with 2 
updates (#11085)
    
    Bumps the all-other-cargo-deps group with 2 updates in the / directory:
    [uuid](https://github.com/uuid-rs/uuid) and
    [bitflags](https://github.com/bitflags/bitflags).
    
    Updates `uuid` from 1.26.0 to 1.26.1
    <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.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Seat the v7 counter below the version nibble by <a
    href="https://github.com/lenamonj";><code>@​lenamonj</code></a> in <a
    
href="https://redirect.github.com/uuid-rs/uuid/pull/907";>uuid-rs/uuid#907</a></li>
    <li>Don't panic in overflowing Timestamp to SystemTime conversion by <a
    href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a
    
href="https://redirect.github.com/uuid-rs/uuid/pull/909";>uuid-rs/uuid#909</a></li>
    <li>Prepare for 1.26.1 release by <a
    href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a
    
href="https://redirect.github.com/uuid-rs/uuid/pull/910";>uuid-rs/uuid#910</a></li>
    </ul>
    <h2>New Contributors</h2>
    <ul>
    <li><a href="https://github.com/lenamonj";><code>@​lenamonj</code></a>
    made their first contribution in <a
    
href="https://redirect.github.com/uuid-rs/uuid/pull/907";>uuid-rs/uuid#907</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/uuid-rs/uuid/compare/v1.26.0...v1.26.1";>https://github.com/uuid-rs/uuid/compare/v1.26.0...v1.26.1</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/9f927126c89892ddfed6cd2f92df16852f3f9aa6";><code>9f92712</code></a>
    Merge pull request <a
    href="https://redirect.github.com/uuid-rs/uuid/issues/910";>#910</a> from
    uuid-rs/cargo/v1.26.1</li>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/d4df8f0cd9f461b4ef493254420052ffa5ce6277";><code>d4df8f0</code></a>
    prepare for 1.26.1 release</li>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/5613f2357c1fc06afc5fffd98e96da2ccf25a608";><code>5613f23</code></a>
    Merge pull request <a
    href="https://redirect.github.com/uuid-rs/uuid/issues/909";>#909</a> from
    uuid-rs/fix/ts-conversion-overflow</li>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/fda00eba938383d242bad33143c8af73227f2a2c";><code>fda00eb</code></a>
    don't panic in overflowing Timestamp to SystemTime conversion</li>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/c82e88ca184e4ab83ce6b4ac0be33d32a0b9c3c4";><code>c82e88c</code></a>
    Merge pull request <a
    href="https://redirect.github.com/uuid-rs/uuid/issues/907";>#907</a> from
    lenamonj/v7-counter-placement</li>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/ac065a6c17389a67dc6e98ef5f9a2e1d7ad4a670";><code>ac065a6</code></a>
    Align the counter diagram</li>
    <li><a
    
href="https://github.com/uuid-rs/uuid/commit/34ec10208d813672928c299146dfe4c18cedcec7";><code>34ec102</code></a>
    Seat the v7 counter below the version nibble</li>
    <li>See full diff in <a
    href="https://github.com/uuid-rs/uuid/compare/v1.26.0...v1.26.1";>compare
    view</a></li>
    </ul>
    </details>
    <br />
    
    Updates `bitflags` from 2.13.1 to 2.13.2
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a
    href="https://github.com/bitflags/bitflags/releases";>bitflags's
    releases</a>.</em></p>
    <blockquote>
    <h2>2.13.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Flags: adjust order of elements in manual implementation example by
    <a
    href="https://github.com/DanielEScherzer";><code>@​DanielEScherzer</code></a>
    in <a
    
href="https://redirect.github.com/bitflags/bitflags/pull/494";>bitflags/bitflags#494</a></li>
    <li>Re-pull const declarations outside of nested const by <a
    href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a
    
href="https://redirect.github.com/bitflags/bitflags/pull/496";>bitflags/bitflags#496</a></li>
    <li>Prepare for 2.13.2 release by <a
    href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a
    
href="https://redirect.github.com/bitflags/bitflags/pull/497";>bitflags/bitflags#497</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/bitflags/bitflags/compare/2.13.1...2.13.2";>https://github.com/bitflags/bitflags/compare/2.13.1...2.13.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a
    
href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md";>bitflags's
    changelog</a>.</em></p>
    <blockquote>
    <h1>2.13.2</h1>
    <h2>What's Changed</h2>
    <ul>
    <li>Flags: adjust order of elements in manual implementation example by
    <a
    href="https://github.com/DanielEScherzer";><code>@​DanielEScherzer</code></a>
    in <a
    
href="https://redirect.github.com/bitflags/bitflags/pull/494";>bitflags/bitflags#494</a></li>
    <li>Re-pull const declarations outside of nested const by <a
    href="https://github.com/KodrAus";><code>@​KodrAus</code></a> in <a
    
href="https://redirect.github.com/bitflags/bitflags/pull/496";>bitflags/bitflags#496</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a
    
href="https://github.com/bitflags/bitflags/compare/2.13.1...2.13.2";>https://github.com/bitflags/bitflags/compare/2.13.1...2.13.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a
    
href="https://github.com/bitflags/bitflags/commit/80ce9b545acb0bd42150695fc351889cac1d8eb4";><code>80ce9b5</code></a>
    Merge pull request <a
    href="https://redirect.github.com/bitflags/bitflags/issues/497";>#497</a>
    from bitflags/cargo/2.13.2</li>
    <li><a
    
href="https://github.com/bitflags/bitflags/commit/5822493e21489d141324ca1787a62a21d1e2f667";><code>5822493</code></a>
    prepare for 2.13.2 release</li>
    <li><a
    
href="https://github.com/bitflags/bitflags/commit/48f4f1a85e72f019fe64ca18fc4cbfd04e3c6ff9";><code>48f4f1a</code></a>
    Merge pull request <a
    href="https://redirect.github.com/bitflags/bitflags/issues/496";>#496</a>
    from bitflags/fix/rustc-ice</li>
    <li><a
    
href="https://github.com/bitflags/bitflags/commit/2c0b042c1515c0d6adc94c00d5d730c1cca7aca3";><code>2c0b042</code></a>
    re-pull const declarations outside of nested const</li>
    <li><a
    
href="https://github.com/bitflags/bitflags/commit/c3f8d31d59f3ba8c05833fb322ecab8a2cb88060";><code>c3f8d31</code></a>
    Merge pull request <a
    href="https://redirect.github.com/bitflags/bitflags/issues/494";>#494</a>
    from DanielEScherzer/flags-docs-example</li>
    <li><a
    
href="https://github.com/bitflags/bitflags/commit/0fc376241b05b5da46076f82db8fb1a0bb3be448";><code>0fc3762</code></a>
    Flags: adjust order of elements in manual implementation example</li>
    <li>See full diff in <a
    href="https://github.com/bitflags/bitflags/compare/2.13.1...2.13.2";>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 | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 358062a672..651ea32938 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -512,7 +512,7 @@ dependencies = [
 name = "arrow-schema"
 version = "60.0.0"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "criterion",
  "insta",
  "postcard",
@@ -729,9 +729,9 @@ checksum = 
"bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 
 [[package]]
 name = "bitflags"
-version = "2.13.1"
+version = "2.13.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
+checksum = "3ded4057c258ba199e2d26386d3af3780957ecaee6c4ef4041c6b4b8b97c0b06"
 
 [[package]]
 name = "block-buffer"
@@ -1332,7 +1332,7 @@ version = "25.12.19"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "35f6839d7b3b98adde531effaf34f0c2badc6f4735d26fe74709d8e513a96ef3"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "rustc_version",
 ]
 
@@ -2280,7 +2280,7 @@ version = "0.31.3"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "cfg-if",
  "cfg_aliases",
  "libc",
@@ -2381,7 +2381,7 @@ version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
 ]
 
 [[package]]
@@ -2862,7 +2862,7 @@ version = "1.11.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "num-traits",
  "rand 0.9.5",
  "rand_chacha",
@@ -3143,7 +3143,7 @@ version = "0.5.18"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
 ]
 
 [[package]]
@@ -3255,7 +3255,7 @@ version = "1.1.4"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "errno",
  "libc",
  "linux-raw-sys",
@@ -3381,7 +3381,7 @@ version = "3.7.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "core-foundation",
  "core-foundation-sys",
  "libc",
@@ -3981,7 +3981,7 @@ version = "0.6.11"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
 dependencies = [
- "bitflags 2.13.1",
+ "bitflags 2.13.2",
  "bytes",
  "futures-util",
  "http",
@@ -4138,9 +4138,9 @@ checksum = 
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
 
 [[package]]
 name = "uuid"
-version = "1.26.0"
+version = "1.26.1"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812"
+checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce"
 dependencies = [
  "getrandom 0.4.3",
  "js-sys",

Reply via email to