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 e033f3b15 chore(deps): bump uuid from 1.20.0 to 1.21.0 in /native 
(#3567)
e033f3b15 is described below

commit e033f3b155e579016f5c25e425d74dd745085b80
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 10:08:12 2026 -0500

    chore(deps): bump uuid from 1.20.0 to 1.21.0 in /native (#3567)
    
    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.20.0 to 1.21.0.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](https://github.com/uuid-rs/uuid/compare/v1.20.0...v1.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-version: 1.21.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 native/Cargo.lock         | 6 +++---
 native/core/Cargo.toml    | 2 +-
 native/fs-hdfs/Cargo.toml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/native/Cargo.lock b/native/Cargo.lock
index c94cd88af..b619a44f6 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -6178,11 +6178,11 @@ checksum = 
"b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 
 [[package]]
 name = "uuid"
-version = "1.20.0"
+version = "1.21.0"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
+checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
 dependencies = [
- "getrandom 0.3.4",
+ "getrandom 0.4.1",
  "js-sys",
  "serde_core",
  "wasm-bindgen",
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index bcf2dad8c..a08d55154 100644
--- a/native/core/Cargo.toml
+++ b/native/core/Cargo.toml
@@ -80,7 +80,7 @@ hdfs-sys = {version = "0.3", optional = true, features = 
["hdfs_3_3"]}
 opendal = { version ="0.55.0", optional = true, features = ["services-hdfs"] }
 iceberg = { workspace = true }
 serde_json = "1.0"
-uuid = "1.20.0"
+uuid = "1.21.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 4d2fe0605..7f0d9376b 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.20", features = ["v4"]}
+uuid = {version = "^1.21", features = ["v4"]}
 tempfile = "^3.25"


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

Reply via email to