Skip to content

Commit

Permalink
build(deps): bump test-case from 3.2.1 to 3.3.1 (#5856)
Browse files Browse the repository at this point in the history
Bumps [test-case](https://github.com/frondeus/test-case) from 3.2.1 to 3.3.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.2.1...v3.3.1)

---
updated-dependencies:
- dependency-name: test-case
  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 Nov 20, 2023
1 parent c8b42ed commit b4c3688
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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-pool = { version = "1.0.0", path="../program", features = [ "no-entry
[dev-dependencies]
solana-test-validator = "=1.17.2"
serial_test = "2.0.0"
test-case = "3.2"
test-case = "3.3"
tempfile = "3.8.1"

[[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.17.2"
solana-sdk = "1.17.2"
solana-vote-program = "1.17.2"
test-case = "3.2"
test-case = "3.3"
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 @@ -34,7 +34,7 @@ solana-program-test = "1.17.2"
solana-sdk = "1.17.2"
solana-vote-program = "1.17.2"
spl-token = { version = "4.0", path = "../../token/program", features = [ "no-entrypoint" ] }
test-case = "3.2"
test-case = "3.3"

[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.17.2"
solana-sdk = "1.17.2"
spl-token-client = { version = "0.8", path = "../../token/client" }
test-case = "3.2"
test-case = "3.3"

[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.4"
roots = "0.0.8"
solana-sdk = "1.17.2"
test-case = "3.2"
test-case = "3.3"

[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.17.2"
solana-sdk = "1.17.2"
spl-token = { version = "4.0", path = "../../token/program", features = ["no-entrypoint"] }
spl-token-client = { version = "0.8", path = "../../token/client" }
test-case = "3.2"
test-case = "3.3"

[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 @@ -33,4 +33,4 @@ spl-token-group-interface = { version = "0.1", path = "../../token-group/interfa
spl-token-metadata-interface = { version = "0.2", path = "../../token-metadata/interface" }
spl-transfer-hook-example = { version = "0.3", path="../transfer-hook/example", features = ["no-entrypoint"] }
spl-transfer-hook-interface = { version = "0.3", path="../transfer-hook/interface" }
test-case = "3.2"
test-case = "3.3"

0 comments on commit b4c3688

Please sign in to comment.