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 0f1b209c9 chore(deps): bump uuid from 1.22.0 to 1.23.0 (#1525)
0f1b209c9 is described below
commit 0f1b209c93df66834dfbe8316d3923e8b2d66340
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 27 07:38:38 2026 +0000
chore(deps): bump uuid from 1.22.0 to 1.23.0 (#1525)
---
Cargo.lock | 4 ++--
Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 1f6d9b778..f405223b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6315,9 +6315,9 @@ checksum =
"06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[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/Cargo.toml b/Cargo.toml
index 5e222fb45..71a485e82 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ ctor = { version = "0.6" }
mimalloc = { version = "0.1" }
tokio = { version = "1" }
-uuid = { version = "1.22", features = ["v4", "v7"] }
+uuid = { version = "1.23", 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]