Skip to content

Commit 7a598bf

Browse files
committed
Auto merge of #11886 - ehuss:update-proptest, r=Eh2406
Update proptest This updates proptest from 0.9.1 to 1.1.0. This helps drop some old, unsupported dependencies like `fuchsia-cprng` from an old version of `rand`. Changelog: https://github.com/proptest-rs/proptest/blob/master/proptest/CHANGELOG.md I don't see any particularly relevant breaking changes for our use.
2 parents 24ac6ac + 3e20ffd commit 7a598bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/resolver-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cargo = { path = "../.." }
88
cargo-util = { path = "../cargo-util" }
99
is-terminal = "0.4.0"
1010
lazy_static = "1.3.0"
11-
proptest = "0.9.1"
11+
proptest = "1.1.0"
1212
varisat = "0.2.1"

0 commit comments

Comments
 (0)