From 1dae04632281472c92c028a5d66898a4a630bde7 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 05:24:28 +0000 Subject: [PATCH] Update Rust crate uuid to 1.23.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87e479b..7a90dde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2321,9 +2321,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[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 8f5f876..3b40ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,4 +30,4 @@ slog-term = { version = "2.9" } tokio = { version = "1.46", features = [ "full" ] } trait-variant = { version = "0.1.2" } unicase = { version = "2.8.1" } -uuid = { version = "1.18.0", features = ["serde", "v4"] } +uuid = { version = "1.23.1", features = ["serde", "v4"] }