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

mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git


The following commit(s) were added to refs/heads/main by this push:
     new 124646fec chore(deps): bump the all-other-cargo-deps group (#3806)
124646fec is described below

commit 124646fecc0b90098d3b0a0f05b2e198bd91d87b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 12:50:33 2026 -0400

    chore(deps): bump the all-other-cargo-deps group (#3806)
    
    Bumps the all-other-cargo-deps group in /native with 3 updates: 
[uuid](https://github.com/uuid-rs/uuid), 
[simd-adler32](https://github.com/mcountryman/simd-adler32) and 
[cc](https://github.com/rust-lang/cc-rs).
    
    
    Updates `uuid` from 1.22.0 to 1.23.0
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0)
    
    Updates `simd-adler32` from 0.3.8 to 0.3.9
    - 
[Changelog](https://github.com/mcountryman/simd-adler32/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/mcountryman/simd-adler32/commits/v0.3.9)
    
    Updates `cc` from 1.2.57 to 1.2.58
    - [Release notes](https://github.com/rust-lang/cc-rs/releases)
    - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
    - 
[Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.57...cc-v1.2.58)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-version: 1.23.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: all-other-cargo-deps
    - dependency-name: simd-adler32
      dependency-version: 0.3.9
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-other-cargo-deps
    - dependency-name: cc
      dependency-version: 1.2.58
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: all-other-cargo-deps
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock         | 12 ++++++------
 native/core/Cargo.toml    |  2 +-
 native/fs-hdfs/Cargo.toml |  2 +-
 native/shuffle/Cargo.toml |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index 33ff994b7..598b18d58 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -1204,9 +1204,9 @@ dependencies = [
 
 [[package]]
 name = "cc"
-version = "1.2.57"
+version = "1.2.58"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "7a0dd1ca384932ff3641c8718a02769f1698e7563dc6974ffd03346116310423"
+checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
 dependencies = [
  "find-msvc-tools",
  "jobserver",
@@ -5687,9 +5687,9 @@ dependencies = [
 
 [[package]]
 name = "simd-adler32"
-version = "0.3.8"
+version = "0.3.9"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
+checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
 
 [[package]]
 name = "simdutf8"
@@ -6363,9 +6363,9 @@ checksum = 
"b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 
 [[package]]
 name = "uuid"
-version = "1.22.0"
+version = "1.23.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
+checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9"
 dependencies = [
  "getrandom 0.4.2",
  "js-sys",
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index 6823682d0..decc83c50 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -76,7 +76,7 @@ opendal = { version ="0.55.0", optional = true, features = 
["services-hdfs"] }
 iceberg = { workspace = true }
 iceberg-storage-opendal = { workspace = true }
 serde_json = "1.0"
-uuid = "1.21.0"
+uuid = "1.23.0"
 
 [target.'cfg(target_os = "linux")'.dependencies]
 procfs = "0.18.0"
diff --git a/native/fs-hdfs/Cargo.toml b/native/fs-hdfs/Cargo.toml
index d7271f295..c2eba158b 100644
--- a/native/fs-hdfs/Cargo.toml
+++ b/native/fs-hdfs/Cargo.toml
@@ -52,5 +52,5 @@ url = "^2.2"
 log = "^0.4"
 
 [dev-dependencies]
-uuid = {version = "^1.21", features = ["v4"]}
+uuid = {version = "^1.23", features = ["v4"]}
 tempfile = "^3.26"
diff --git a/native/shuffle/Cargo.toml b/native/shuffle/Cargo.toml
index e28827edc..94ed5f30a 100644
--- a/native/shuffle/Cargo.toml
+++ b/native/shuffle/Cargo.toml
@@ -42,7 +42,7 @@ itertools = "0.14.0"
 jni = "0.21"
 log = "0.4"
 lz4_flex = { version = "0.13.0", default-features = false, features = 
["frame"] }
-simd-adler32 = "0.3.7"
+simd-adler32 = "0.3.9"
 snap = "1.1"
 tokio = { version = "1", features = ["rt-multi-thread"] }
 zstd = "0.13.3"


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

Reply via email to