From bb6b5ac7a3f16ecdb2431bbef0bfb351a1596faf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:02:40 +0000 Subject: [PATCH] chore: bump uuid from 1.21.0 to 1.23.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.21.0 to 1.23.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.23.1) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.1 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 76e46d0..6d03bd4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3784,9 +3784,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.21.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.1", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 8883216..f038943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -108,7 +108,7 @@ prometheus = { version = "0.14", optional = true } # Utilities anyhow = "1.0" thiserror = "2.0" -uuid = { version = "1.11", features = ["v4", "serde"] } +uuid = { version = "1.23", features = ["v4", "serde"] } chrono = { version = "0.4", features = ["serde"] } base64 = "0.22" hex = "0.4"