From 53a08faad2ee4baf0c3316313cffd631c53f8ca1 Mon Sep 17 00:00:00 2001 From: "academy-renovate[bot]" <186881925+academy-renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 03:18:58 +0000 Subject: [PATCH] chore(deps): update rust crate uuid to 1.23.5 --- Cargo.lock | 4 ++-- Cargo.nix | 4 ++-- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b0c5c043..eb888bb0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5041,9 +5041,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.23.3" +version = "1.23.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" +checksum = "ea5fab0d6c3c01ae70085a09cb03d4c7a1d6314e2b3e075392783396d724ca0a" dependencies = [ "getrandom 0.4.2", "js-sys", diff --git a/Cargo.nix b/Cargo.nix index bde58ce6..62695a2d 100644 --- a/Cargo.nix +++ b/Cargo.nix @@ -18663,9 +18663,9 @@ rec { }; "uuid" = rec { crateName = "uuid"; - version = "1.23.3"; + version = "1.23.5"; edition = "2021"; - sha256 = "1drddl03gi12vl1s3l2h371dw39plhn9wappp00v707g7h96nk8l"; + sha256 = "02na4kbrccvqj99hfgib9qqxd8f7sh1wn2as11qaw09wdh6snpza"; authors = [ "Ashley Mannix" "Dylan DPC" diff --git a/Cargo.toml b/Cargo.toml index 63c37c2c..71e67950 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -161,7 +161,7 @@ tokio = { version = "1.52.3", default-features = false, features = [ tracing = { version = "0.1.44", default-features = false, features = ["attributes"] } tracing-subscriber = { version = "0.3.23", default-features = false, features = ["ansi", "fmt", "env-filter"] } url = { version = "2.5.8", default-features = false, features = ["serde"] } -uuid = { version = "1.23.3", default-features = false, features = ["v4", "v7", "serde"] } +uuid = { version = "1.23.5", default-features = false, features = ["v4", "v7", "serde"] } [profile.dev.package] argon2.opt-level = 3