Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 2cb2129

Browse files
build(deps): bump proptest from 0.10.1 to 1.0.0 (#2007)
Bumps [proptest](https://github.com/altsysrq/proptest) from 0.10.1 to 1.0.0. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](proptest-rs/proptest@v0.10.1...1.0.0) --- updated-dependencies: - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 99654e0 commit 2cb2129

File tree

3 files changed

+8
-37
lines changed

3 files changed

+8
-37
lines changed

Cargo.lock

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

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = "1.0"
2525

2626
[dev-dependencies]
2727
assert_matches = "1.5.0"
28-
proptest = "0.10"
28+
proptest = "1.0"
2929
solana-program-test = "1.7.3"
3030
solana-sdk = "1.7.3"
3131

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = "1.0"
2525
bincode = "1.3.1"
2626

2727
[dev-dependencies]
28-
proptest = "0.10"
28+
proptest = "1.0"
2929
solana-program-test = "1.7.3"
3030
solana-sdk = "1.7.3"
3131
solana-vote-program = "1.7.3"

0 commit comments

Comments
 (0)