Skip to content

Commit 5743865

Browse files
dependabot[bot]brunocodutra
authored andcommitted
Update proptest requirement from ~1.0.0 to 1.2.0
Updates the requirements on [proptest](https://github.com/proptest-rs/proptest) to permit the latest version. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md) - [Commits](proptest-rs/proptest@1.0.0...v1.2.0) --- updated-dependencies: - dependency-name: proptest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b05fb9e commit 5743865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
1717
approx = "0.5.0"
1818

1919
[dev-dependencies]
20-
proptest = { version = "~1.0.0", default-features = false, features = ["std"] }
20+
proptest = { version = "1.2.0", default-features = false, features = ["std"] }
2121
test-strategy = "0.3.0"
2222

2323
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)