From d8452fe3873a628413731e807d43a2756ad984fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:27:04 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.22.0 to 1.23.1 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.22.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 0049b97..5b0d905 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3848,9 +3848,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" [[package]] name = "uuid" -version = "1.22.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 0bd61db..f670b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ chrono = { version = "0.4.44", features = ["serde"]} async-trait = "0.1.88" thiserror = "2.0.11" mockall = "0.14.0" -uuid = { version = "1.22.0", features = ["v4", "serde"]} +uuid = { version = "1.23.1", features = ["v4", "serde"]} testcontainers = "0.26" testcontainers-modules = "0.14" anyhow = "1.0.102"