From 00428833235793b89588b0192b61180a49612bf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 05:55:39 +0000 Subject: [PATCH] chore(deps): bump uuid from 1.21.0 to 1.22.0 Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.21.0...v1.22.0) --- updated-dependencies: - dependency-name: uuid dependency-version: 1.22.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 918666f9..a96a4997 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6460,9 +6460,9 @@ checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d" [[package]] name = "uuid" -version = "1.21.0" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" +checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index c0fae0b7..23710973 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ url-macro = { version = "0.2" } utoipa = { version = "5.4" } utoipa-axum = { version = "0.2" } utoipa-swagger-ui = { version = "9.0", default-features = false } -uuid = { version = "1.21" } +uuid = { version = "1.22" } validator = { version = "0.20" } webauthn-authenticator-rs = { version = "0.5" } webauthn-rs = { version = "0.5" }