From df51ec975bad9f7c858cb17990bca5a756923253 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sun, 3 May 2026 17:28:36 -0400 Subject: [PATCH] Cargo.toml uuid bump --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a47dc48..24b51ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[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 d313601..97ab0a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.145" } rand = { version = "0.9.2" } time = { version = "0.3.44", features = ["formatting", "macros", "parsing", "serde"] } -uuid = { version = "1.18.1", features = ["v4", "serde"] } +uuid = { version = "1.23.1", features = ["v4", "serde"] } josekit = { version = "0.10.3" } utoipa = { version = "5.4.0", features = ["uuid", "time"] }