Skip to content

Commit

Permalink
chore: bump test-case from 2.1.0 to 2.2.2 (solana-labs#28184)
Browse files Browse the repository at this point in the history
Bumps [test-case](https://github.com/frondeus/test-case) from 2.1.0 to 2.2.2.
- [Release notes](https://github.com/frondeus/test-case/releases)
- [Changelog](https://github.com/frondeus/test-case/blob/master/CHANGELOG.md)
- [Commits](frondeus/test-case@v2.1.0...v2.2.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

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 and gnapoli23 committed Dec 16, 2022
1 parent 8c23687 commit d47aaf2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ solana-program-runtime = { path = "../program-runtime", version = "=1.15.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.15.0" }
static_assertions = "1.1.0"
systemstat = "0.2.0"
test-case = "2.1.0"
test-case = "2.2.2"

[target."cfg(unix)".dependencies]
sysctl = "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ bs58 = "0.4.0"
matches = "0.1.9"
solana-account-decoder = { path = "../account-decoder", version = "=1.15.0" }
solana-logger = { path = "../logger", version = "=1.15.0" }
test-case = "2.1.0"
test-case = "2.2.2"

[build-dependencies]
rustc_version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion programs/stake/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ solana-vote-program = { path = "../vote", version = "=1.15.0" }
assert_matches = "1.5.0"
proptest = "1.0"
solana-logger = { path = "../../logger", version = "=1.15.0" }
test-case = "2.1.0"
test-case = "2.2.2"

[build-dependencies]
rustc_version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ libsecp256k1 = "0.6.0"
rand_chacha = "0.2.2"
solana-logger = { path = "../logger", version = "=1.15.0" }
static_assertions = "1.1.0"
test-case = "2.1.0"
test-case = "2.2.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down

0 comments on commit d47aaf2

Please sign in to comment.