diff --git a/Cargo.lock b/Cargo.lock index e16ccdb..5c6810f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -213,9 +213,9 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "newtype-uuid" -version = "1.2.4" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a17d82edb1c8a6c20c238747ae7aae9181133e766bc92cd2556fdd764407d0d1" +checksum = "5c012d14ef788ab066a347d19e3dda699916c92293b05b85ba2c76b8c82d2830" dependencies = [ "proptest", "uuid", @@ -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 224c169..8c03144 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ path = "src/bin/generate-junit-corpus.rs" [dependencies] chrono = { version = "0.4.42", default-features = false, features = ["std"] } indexmap = "2.11.4" -newtype-uuid = "1.2.4" +newtype-uuid = "1.3.2" proptest = { version = "1.7.0", optional = true } quick-xml = "0.38.3" strip-ansi-escapes = "0.2.1" @@ -30,7 +30,7 @@ xxhash-rust = { version = "0.8.13", features = ["xxh3"], optional = true } [dev-dependencies] goldenfile = "1.7.3" -newtype-uuid = { version = "1.2.4", features = ["proptest1"] } +newtype-uuid = { version = "1.3.2", features = ["proptest1"] } owo-colors = "4.1.0" pretty_assertions = "1.4.1" proptest = "1.7.0"