Skip to content

Commit 91f26cf

Browse files
Bump proptest from 1.8.0 to 1.9.0
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.8.0 to 1.9.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.8.0...v1.9.0) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4433ede commit 91f26cf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 3 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
@@ -12,7 +12,7 @@ categories = ["concurrency", "external-ffi-bindings", "hardware-support", "memor
1212

1313
[workspace.dependencies]
1414
# TODO: Update to proptest 1.9+ once we bump MSRV to 1.82+
15-
proptest = { version = "<1.9", default-features = false, features = ["std"] }
15+
proptest = { version = "<1.10", default-features = false, features = ["std"] }
1616
libc = "0.2"
1717
static_assertions = "1.1"
1818
windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_System_Threading"] }

0 commit comments

Comments
 (0)