Skip to content

Commit

Permalink
build(deps): bump proptest from 1.3.1 to 1.4.0
Browse files Browse the repository at this point in the history
Bumps [proptest](https://github.com/proptest-rs/proptest) from 1.3.1 to 1.4.0.
- [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.3.1...v1.4.0)

---
updated-dependencies:
- dependency-name: proptest
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 6fe3c15 commit 3d02e25
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 20 deletions.
16 changes: 5 additions & 11 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.3"
proptest = "1.4"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
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.3"
proptest = "1.4"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
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.3"
proptest = "1.4"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
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.3.1"
proptest = "1.4.0"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
libm = "0.2.8"
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.3"
proptest = "1.4"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
solana-vote-program = "1.17.2"
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.3"
proptest = "1.4"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"

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

[dev-dependencies]
proptest = "1.3"
proptest = "1.4"
roots = "0.0.8"
solana-sdk = "1.17.2"
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 @@ -39,7 +39,7 @@ base64 = { version = "0.21.5", optional = true }

[dev-dependencies]
lazy_static = "1.4.0"
proptest = "1.3"
proptest = "1.4"
serial_test = "2.0.0"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
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.3"
proptest = "1.4"
serial_test = "2.0.0"
solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
Expand Down

0 comments on commit 3d02e25

Please sign in to comment.