From 603fd807a243905ba5aabb70d86d46776b5d0266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:39:07 +0000 Subject: [PATCH] build(deps): bump uuid from 1.22.0 to 1.23.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.22.0...v1.23.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.23.0 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 37c2765..50c5ae2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3853,9 +3853,9 @@ dependencies = [ [[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 e9d55ba..48a8cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,4 +71,4 @@ tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } url = "2.5.8" utoipa = { version = "5.4.0", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "9.0.2", features = ["axum", "reqwest"] } -uuid = { version = "1.22.0", features = ["v7", "serde"] } +uuid = { version = "1.23.0", features = ["v7", "serde"] }