Skip to content

Commit

Permalink
Update Rust crate proptest to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and sunshowers committed Oct 1, 2023
1 parent 4a289a3 commit 418ea18
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nextest-filtering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ regex = "1.9.6"
regex-syntax = "0.7.5"
thiserror = "1.0.49"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
proptest = { version = "1.2.0", optional = true }
proptest = { version = "1.3.0", optional = true }
test-strategy = { version = "0.3.1", optional = true }
twox-hash = { version = "1.6.3", optional = true }

[dev-dependencies]
clap = { version = "4.4.6", features = ["derive"] }
camino = "1.1.6"
test-case = "3.2.1"
proptest = { version = "1.2.0" }
proptest = { version = "1.3.0" }
test-strategy = { version = "0.3.1" }
2 changes: 1 addition & 1 deletion nextest-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ indoc = "2.0.4"
maplit = "1.0.2"
pathdiff = { version = "0.2.1", features = ["camino"] }
pretty_assertions = "1.4.0"
proptest = "1.2.0"
proptest = "1.3.0"
proptest-derive = "0.4.0"
test-case = "3.2.1"

Expand Down

0 comments on commit 418ea18

Please sign in to comment.