Skip to content

Commit 343d6d3

Browse files
committed
fix(deps): update rust crate newtype-uuid to 1.3.2
1 parent 6fbfec2 commit 343d6d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ path = "src/bin/generate-junit-corpus.rs"
1919
[dependencies]
2020
chrono = { version = "0.4.42", default-features = false, features = ["std"] }
2121
indexmap = "2.11.4"
22-
newtype-uuid = "1.2.4"
22+
newtype-uuid = "1.3.2"
2323
proptest = { version = "1.7.0", optional = true }
2424
quick-xml = "0.38.3"
2525
strip-ansi-escapes = "0.2.1"
@@ -30,7 +30,7 @@ xxhash-rust = { version = "0.8.13", features = ["xxh3"], optional = true }
3030

3131
[dev-dependencies]
3232
goldenfile = "1.7.3"
33-
newtype-uuid = { version = "1.2.4", features = ["proptest1"] }
33+
newtype-uuid = { version = "1.3.2", features = ["proptest1"] }
3434
owo-colors = "4.1.0"
3535
pretty_assertions = "1.4.1"
3636
proptest = "1.7.0"

0 commit comments

Comments
 (0)