Skip to content

Commit

Permalink
build(deps): bump proptest from 1.2.0 to 1.3.1 (#5398)
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.2.0 to 1.3.1.
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.2.0...v1.3.1)

---
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 Oct 2, 2023
1 parent 74ab831 commit 7588139
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 21 deletions.
18 changes: 6 additions & 12 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 @@ -28,7 +28,7 @@ thiserror = "1.0"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.2"
proptest = "1.3"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
spl-governance-test-sdk = { version = "0.1.3", 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 = "1.0"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.2"
proptest = "1.3"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
spl-governance-test-sdk = { version = "0.1.3", 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 @@ -28,7 +28,7 @@ thiserror = "1.0"
[dev-dependencies]
assert_matches = "1.5.0"
base64 = "0.21"
proptest = "1.2"
proptest = "1.3"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
spl-governance-test-sdk = { version = "0.1.3", 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 @@ -20,7 +20,7 @@ thiserror = "1.0"
uint = "0.9"

[dev-dependencies]
proptest = "1.2.0"
proptest = "1.3.1"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
libm = "0.2.7"
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 @@ -29,7 +29,7 @@ bincode = "1.3.1"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.2"
proptest = "1.3"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
solana-vote-program = "1.16.13"
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.9"

[dev-dependencies]
assert_matches = "1.5.0"
proptest = "1.2"
proptest = "1.3"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"

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.0", features = ["derive"], optional = true }
roots = { version = "0.0.8", optional = true }

[dev-dependencies]
proptest = "1.2"
proptest = "1.3"
roots = "0.0.8"
solana-sdk = "1.16.13"
test-case = "3.2"
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 @@ -38,7 +38,7 @@ base64 = { version = "0.21.4", optional = true }

[dev-dependencies]
lazy_static = "1.4.0"
proptest = "1.2"
proptest = "1.3"
serial_test = "2.0.0"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
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 = "1.0"

[dev-dependencies]
lazy_static = "1.4.0"
proptest = "1.2"
proptest = "1.3"
serial_test = "2.0.0"
solana-program-test = "1.16.13"
solana-sdk = "1.16.13"
Expand Down

0 comments on commit 7588139

Please sign in to comment.