Skip to content

Commit 9f6144b

Browse files
committed
fix(deps): update rust crate proptest to 1.9.0
1 parent 6fbfec2 commit 9f6144b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 3 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
@@ -20,7 +20,7 @@ path = "src/bin/generate-junit-corpus.rs"
2020
chrono = { version = "0.4.42", default-features = false, features = ["std"] }
2121
indexmap = "2.11.4"
2222
newtype-uuid = "1.2.4"
23-
proptest = { version = "1.7.0", optional = true }
23+
proptest = { version = "1.9.0", optional = true }
2424
quick-xml = "0.38.3"
2525
strip-ansi-escapes = "0.2.1"
2626
test-strategy = { version = "0.4.3", optional = true }
@@ -33,7 +33,7 @@ goldenfile = "1.7.3"
3333
newtype-uuid = { version = "1.2.4", features = ["proptest1"] }
3434
owo-colors = "4.1.0"
3535
pretty_assertions = "1.4.1"
36-
proptest = "1.7.0"
36+
proptest = "1.9.0"
3737
test-strategy = "0.4.3"
3838

3939
[features]

0 commit comments

Comments
 (0)