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 aaf3da523 chore(deps): bump uuid from 1.19.0 to 1.20.0 in /native
(#3282)
aaf3da523 is described below
commit aaf3da523a425043086d4eeed11120de027b7ad5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 26 11:54:09 2026 -0500
chore(deps): bump uuid from 1.19.0 to 1.20.0 in /native (#3282)
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.19.0 to 1.20.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.0)
---
updated-dependencies:
- dependency-name: uuid
dependency-version: 1.20.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 | 4 ++--
native/core/Cargo.toml | 2 +-
native/fs-hdfs/Cargo.toml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/native/Cargo.lock b/native/Cargo.lock
index 29bea8e48..37898aa03 100644
--- a/native/Cargo.lock
+++ b/native/Cargo.lock
@@ -6110,9 +6110,9 @@ checksum =
"b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "uuid"
-version = "1.19.0"
+version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
+checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
dependencies = [
"getrandom 0.3.4",
"js-sys",
diff --git a/native/core/Cargo.toml b/native/core/Cargo.toml
index b13d6d54f..07d4c6cc8 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.18.1"
+uuid = "1.20.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 d2aeb44a2..4bf56d2b4 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.18", features = ["v4"]}
+uuid = {version = "^1.20", features = ["v4"]}
tempfile = "^3.24"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]