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

Commit e00b05c

Browse files
build(deps): bump proptest from 1.5.0 to 1.6.0 (#7581)
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](https://github.com/proptest-rs/proptest/commits) --- updated-dependencies: - dependency-name: proptest dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 061cfaf commit e00b05c

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

Cargo.lock

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

governance/addin-mock/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ thiserror = "2.0"
3030

3131
[dev-dependencies]
3232
assert_matches = "1.5.0"
33-
proptest = "1.5"
33+
proptest = "1.6"
3434
solana-program-test = "2.1.0"
3535
solana-sdk = "2.1.0"
3636
spl-governance-test-sdk = { version = "0.1.4", path = "../../test-sdk" }

governance/chat/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ thiserror = "2.0"
3333

3434
[dev-dependencies]
3535
assert_matches = "1.5.0"
36-
proptest = "1.5"
36+
proptest = "1.6"
3737
solana-program-test = "2.1.0"
3838
solana-sdk = "2.1.0"
3939
spl-governance-test-sdk = { version = "0.1.4", path = "../../test-sdk" }

governance/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ thiserror = "2.0"
3030
[dev-dependencies]
3131
assert_matches = "1.5.0"
3232
base64 = "0.22"
33-
proptest = "1.5"
33+
proptest = "1.6"
3434
solana-program-test = "2.1.0"
3535
solana-sdk = "2.1.0"
3636
spl-governance-test-sdk = { version = "0.1.4", path = "../test-sdk" }

libraries/math/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ num-traits = "0.2"
1212
uint = "0.10"
1313

1414
[dev-dependencies]
15-
proptest = "1.5.0"
15+
proptest = "1.6.0"
1616
libm = "0.2.11"
1717

1818
[package.metadata.docs.rs]

stake-pool/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bincode = "1.3.1"
3333

3434
[dev-dependencies]
3535
assert_matches = "1.5.0"
36-
proptest = "1.5"
36+
proptest = "1.6"
3737
solana-program-test = "2.1.0"
3838
solana-sdk = "2.1.0"
3939
solana-vote-program = "2.1.0"

token-lending/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uint = "0.10"
2323

2424
[dev-dependencies]
2525
assert_matches = "1.5.0"
26-
proptest = "1.5"
26+
proptest = "1.6"
2727
solana-program-test = "2.1.0"
2828
solana-sdk = "2.1.0"
2929

token-swap/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ arbitrary = { version = "1.4", features = ["derive"], optional = true }
2626
roots = { version = "0.0.8", optional = true }
2727

2828
[dev-dependencies]
29-
proptest = "1.5"
29+
proptest = "1.6"
3030
roots = "0.0.8"
3131
solana-sdk = "2.1.0"
3232
test-case = "3.3"

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.2.0", path = "
4545

4646
[dev-dependencies]
4747
lazy_static = "1.5.0"
48-
proptest = "1.5"
48+
proptest = "1.6"
4949
serial_test = "3.2.0"
5050
solana-program-test = "2.1.0"
5151
solana-sdk = "2.1.0"

token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ thiserror = "2.0"
2323

2424
[dev-dependencies]
2525
lazy_static = "1.5.0"
26-
proptest = "1.5"
26+
proptest = "1.6"
2727
serial_test = "3.2.0"
2828
solana-program-test = "2.1.0"
2929
solana-sdk = "2.1.0"

0 commit comments

Comments
 (0)