This is an automated email from the ASF dual-hosted git repository.
milenkovicm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-ballista.git
The following commit(s) were added to refs/heads/main by this push:
new fb13c2345 chore(deps): bump uuid from 1.21.0 to 1.22.0 (#1492)
fb13c2345 is described below
commit fb13c23456ca4452e54d553a52704e849f622f1e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 6 06:06:51 2026 +0000
chore(deps): bump uuid from 1.21.0 to 1.22.0 (#1492)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 4c9aa8229..3d3c3005c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6297,9 +6297,9 @@ checksum =
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
-version = "1.21.0"
+version = "1.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
+checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
dependencies = [
"getrandom 0.4.1",
"js-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 78c0358e2..e07e9ceef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -53,7 +53,7 @@ ctor = { version = "0.6" }
mimalloc = { version = "0.1" }
tokio = { version = "1" }
-uuid = { version = "1.21", features = ["v4", "v7"] }
+uuid = { version = "1.22", features = ["v4", "v7"] }
rand = { version = "0.9" }
env_logger = { version = "0.11" }
futures = { version = "0.3" }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]