From 53bcf50fd21ade2396e617b80c88c08c3818c7e6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Wed, 6 May 2026 21:58:23 -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 131846e..55c3332 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2422,9 +2422,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" +checksum = "ddd74a9687298c6858e9b88ec8935ec45d22e8fd5e6394fa1bd4e99a87789c76" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 57dd0f4..ff6678b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tower = { version = "0.5.3", features = ["full"] } tower-http = { version = "0.6.10", features = ["cors"] } hyper = { version = "1.9.0" } sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio-native-tls", "time", "uuid"] } -uuid = { version = "1.23", features = ["v4", "serde"] } +uuid = { version = "1.23.1", features = ["v4", "serde"] } argon2 = { version = "0.5.3", features = ["std"] } # Use the latest 0.5.x version rand = { version = "0.10.0" } time = { version = "0.3.47", features = ["macros", "serde"] }