Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
build(deps): bump serial_test from 2.0.0 to 3.0.0 (#6073)
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jan 8, 2024
1 parent f7f89d3 commit a4a367d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 libraries/program-error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ thiserror = "1.0"

[dev-dependencies]
lazy_static = "1.4"
serial_test = "2.0"
serial_test = "3.0"
solana-sdk = "1.17.6"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spl-single-pool = { version = "1.0.0", path="../program", features = [ "no-entry

[dev-dependencies]
solana-test-validator = "=1.17.6"
serial_test = "2.0.0"
serial_test = "3.0.0"
test-case = "3.3"
tempfile = "3.9.0"

Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ tokio = "1.35"
solana-test-validator = "=1.17.6"
assert_cmd = "2.0.12"
libtest-mimic = "0.6"
serial_test = "2.0.0"
serial_test = "3.0.0"
tempfile = "3.9.0"

[[bin]]
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 @@ -42,7 +42,7 @@ base64 = { version = "0.21.5", optional = true }
[dev-dependencies]
lazy_static = "1.4.0"
proptest = "1.4"
serial_test = "2.0.0"
serial_test = "3.0.0"
solana-program-test = "1.17.6"
solana-sdk = "1.17.6"
serde_json = "1.0.111"
Expand Down
2 changes: 1 addition & 1 deletion token/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0"
[dev-dependencies]
lazy_static = "1.4.0"
proptest = "1.4"
serial_test = "2.0.0"
serial_test = "3.0.0"
solana-program-test = "1.17.6"
solana-sdk = "1.17.6"

Expand Down

0 comments on commit a4a367d

Please sign in to comment.