From d9711bcb7e4129918683df3238b05db1bc166368 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Sep 2025 00:28:25 +0000 Subject: [PATCH] Update Rust crate uuid to 1.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8aad1b..2dc95c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1068,9 +1068,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.18.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f33196643e165781c20a5ead5582283a7dacbb87855d867fbc2df3f81eddc1be" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "getrandom", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 652ca2e..fdf7ff1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ clap = { version = "4.5.47", features = ["derive"] } lettre = { version = "0.11.18", features = ["tracing"] } tracing = "0.1.41" tracing-subscriber = "0.3.20" -uuid = { version = "1.18.0", features = ["v4"] } \ No newline at end of file +uuid = { version = "1.18.1", features = ["v4"] } \ No newline at end of file