Skip to content

Commit

Permalink
Update Rust crate proptest to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Nov 11, 2023
1 parent ff24f1a commit cb504e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
12 changes: 3 additions & 9 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.10.2"
regex-syntax = "0.8.2"
thiserror = "1.0.50"
nextest-workspace-hack = { version = "0.1", path = "../workspace-hack" }
proptest = { version = "1.3.1", optional = true }
proptest = { version = "1.4.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.8", features = ["derive"] }
camino = "1.1.6"
test-case = "3.2.1"
proptest = { version = "1.3.1" }
proptest = { version = "1.4.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.3.1"
proptest = "1.4.0"
proptest-derive = "0.4.0"
test-case = "3.2.1"

Expand Down

0 comments on commit cb504e4

Please sign in to comment.