From bfb8b4a5718585f9ea5a3082aa75118be4ec9bff Mon Sep 17 00:00:00 2001 From: phoenix Date: Fri, 14 Aug 2026 16:27:34 -0400 Subject: [PATCH] bump: uuid --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a364d07..6ddc407 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -613,9 +613,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.23.5" +version = "1.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea5fab0d6c3c01ae70085a09cb03d4c7a1d6314e2b3e075392783396d724ca0a" +checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239" dependencies = [ "getrandom", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index df4e5d2..7d66e00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0.229", features = ["derive"] } serde_json = { version = "1.0.151" } rand = { version = "0.10.2" } time = { version = "0.3.55", features = ["formatting", "macros", "parsing", "serde"] } -uuid = { version = "1.23.5", features = ["v4", "serde"] } +uuid = { version = "1.24.0", features = ["v4", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.5.0", features = ["uuid", "time"] }