Skip to content

Commit

Permalink
Auto merge of #11886 - ehuss:update-proptest, r=Eh2406
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Mar 25, 2023
2 parents 24ac6ac + 3e20ffd commit 7a598bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/resolver-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ cargo = { path = "../.." }
cargo-util = { path = "../cargo-util" }
is-terminal = "0.4.0"
lazy_static = "1.3.0"
proptest = "0.9.1"
proptest = "1.1.0"
varisat = "0.2.1"

0 comments on commit 7a598bf

Please sign in to comment.