Skip to content

Commit

Permalink
build(deps): bump test-case from 3.1.0 to 3.2.1
Browse files Browse the repository at this point in the history
Bumps [test-case](https://github.com/frondeus/test-case) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](frondeus/test-case@v3.1.0...v3.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 533a2e9 commit 36a9e00
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 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 single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spl-single-validator-pool = { version = "1.0.0", path="../program", features = [
[dev-dependencies]
solana-test-validator = "=1.16.3"
serial_test = "2.0.0"
test-case = "3.1"
test-case = "3.2"
tempfile = "3.8.0"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ thiserror = "1.0"
solana-program-test = "1.16.3"
solana-sdk = "1.16.3"
solana-vote-program = "1.16.3"
test-case = "3.1"
test-case = "3.2"
bincode = "1.3.1"
rand = "0.8.5"
approx = "0.5.1"
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 @@ solana-program-test = "1.16.3"
solana-sdk = "1.16.3"
solana-vote-program = "1.16.3"
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
test-case = "3.1"
test-case = "3.2"

[lib]
crate-type = ["cdylib", "lib"]
2 changes: 1 addition & 1 deletion token-metadata/example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spl-pod = { version = "0.1.0", path = "../../libraries/pod" }
solana-program-test = "1.16.3"
solana-sdk = "1.16.3"
spl-token-client = { version = "0.6", path = "../../token/client" }
test-case = "3.1"
test-case = "3.2"

[lib]
crate-type = ["cdylib", "lib"]
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 @@ -29,7 +29,7 @@ roots = { version = "0.0.8", optional = true }
proptest = "1.2"
roots = "0.0.8"
solana-sdk = "1.16.3"
test-case = "3.1"
test-case = "3.2"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion token-upgrade/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ solana-program-test = "1.16.3"
solana-sdk = "1.16.3"
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-client = { version = "0.6", path = "../../token/client" }
test-case = "3.1"
test-case = "3.2"

[lib]
crate-type = ["cdylib", "lib"]
Expand Down
2 changes: 1 addition & 1 deletion token/program-2022-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ spl-token-client = { version = "0.6", path = "../client" }
spl-token-metadata-interface = { version = "0.2", path = "../../token-metadata/interface" }
spl-transfer-hook-example = { version = "0.2", path="../transfer-hook-example", features = ["no-entrypoint"] }
spl-transfer-hook-interface = { version = "0.2", path="../transfer-hook-interface" }
test-case = "3.1"
test-case = "3.2"

0 comments on commit 36a9e00

Please sign in to comment.