diff --git a/Cargo.lock b/Cargo.lock index e16ccdb..65ae6bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,9 +554,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 8d267e9..cb52874 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ quick-xml = "0.38.3" strip-ansi-escapes = "0.2.1" test-strategy = { version = "0.4.3", optional = true } thiserror = "2.0.17" -uuid = "1.17.0" +uuid = "1.18.1" xxhash-rust = { version = "0.8.15", features = ["xxh3"], optional = true } [dev-dependencies]