Skip to content

Commit a5f9d96

Browse files
Bump proptest from 1.7.0 to 1.8.0
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15a2047 commit a5f9d96

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ num-traits = "0.2"
3232
criterion = { version = "0.5", default-features = false }
3333
hwlocality = "1.0.0-alpha.11"
3434
multiversion = "0.8"
35-
proptest = { version = "1.7", default-features = false, features = ["handle-panics", "std"] }
35+
proptest = { version = "1.8", default-features = false, features = ["handle-panics", "std"] }
3636
rand = "0.9"
3737
static_assertions = "1.1.0"
3838

0 commit comments

Comments
 (0)