diff --git a/Cargo.lock b/Cargo.lock index de11e92..7b125cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -554,9 +554,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "uuid" -version = "1.17.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d" +checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" dependencies = [ "js-sys", "wasm-bindgen", diff --git a/Cargo.toml b/Cargo.toml index 9fc22f5..8b7b07b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ quick-xml = "0.38.4" strip-ansi-escapes = "0.2.1" test-strategy = { version = "0.4.3", optional = true } thiserror = "2.0.17" -uuid = "1.17.0" +uuid = "1.19.0" xxhash-rust = { version = "0.8.15", features = ["xxh3"], optional = true } [dev-dependencies]