From 3b98db586c68e8e0275dce430def727a027f8772 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 2 Sep 2025 06:25:54 +0000 Subject: [PATCH] fix(deps): 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 e270dad..c2e13cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -535,9 +535,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "uuid" -version = "1.17.0" +version = "1.18.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 364a305..1372618 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ quick-xml = "0.38.3" newtype-uuid = "1.2.4" thiserror = "2.0.16" strip-ansi-escapes = "0.2.1" -uuid = "1.17.0" +uuid = "1.18.1" [dev-dependencies] goldenfile = "1.7.3"