Skip to content

Commit

Permalink
build(deps): bump proptest from 1.5.0 to 1.6.0 (#7581)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 061cfaf commit e00b05c
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion governance/addin-mock/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thiserror = "2.0"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.5"
proptest = "1.6"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
spl-governance-test-sdk = { version = "0.1.4", path = "../../test-sdk" }
Expand Down
2 changes: 1 addition & 1 deletion governance/chat/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ thiserror = "2.0"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.5"
proptest = "1.6"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
spl-governance-test-sdk = { version = "0.1.4", path = "../../test-sdk" }
Expand Down
2 changes: 1 addition & 1 deletion governance/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ thiserror = "2.0"
[dev-dependencies]
assert_matches = "1.5.0"
base64 = "0.22"
proptest = "1.5"
proptest = "1.6"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
spl-governance-test-sdk = { version = "0.1.4", path = "../test-sdk" }
Expand Down
2 changes: 1 addition & 1 deletion libraries/math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ num-traits = "0.2"
uint = "0.10"

[dev-dependencies]
proptest = "1.5.0"
proptest = "1.6.0"
libm = "0.2.11"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion stake-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bincode = "1.3.1"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.5"
proptest = "1.6"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
solana-vote-program = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion token-lending/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uint = "0.10"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.5"
proptest = "1.6"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"

Expand Down
2 changes: 1 addition & 1 deletion token-swap/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ arbitrary = { version = "1.4", features = ["derive"], optional = true }
roots = { version = "0.0.8", optional = true }

[dev-dependencies]
proptest = "1.5"
proptest = "1.6"
roots = "0.0.8"
solana-sdk = "2.1.0"
test-case = "3.3"
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.2.0", path = "

[dev-dependencies]
lazy_static = "1.5.0"
proptest = "1.5"
proptest = "1.6"
serial_test = "3.2.0"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = "2.0"

[dev-dependencies]
lazy_static = "1.5.0"
proptest = "1.5"
proptest = "1.6"
serial_test = "3.2.0"
solana-program-test = "2.1.0"
solana-sdk = "2.1.0"
Expand Down

0 comments on commit e00b05c

Please sign in to comment.