From e76069bf69821ea106c70096b12c66147996f695 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 23:33:52 +0000 Subject: [PATCH] Bump uuid from 1.21.0 to 1.23.2 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.21.0 to 1.23.2. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.23.2) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 844e8d823..78d67866a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1406,9 +1406,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "d258b83ceec21034727ecee8c382cfa6c3e133699b0742c64571814fb420c9f7" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 7c70f3dcb..585981c32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ symbolic-demangle = { version = "12.17", default-features = false } tabled = "0.20" tempfile = "3.26" tera = "1.20" -uuid = { version = "1.21", features = ["v4"] } +uuid = { version = "1.23", features = ["v4"] } walkdir = "2.5" zip = { version = "8.2", default-features = false }