Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit a4a367d

Browse files
build(deps): bump serial_test from 2.0.0 to 3.0.0 (#6073)
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>
1 parent f7f89d3 commit a4a367d

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/program-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ thiserror = "1.0"
1616

1717
[dev-dependencies]
1818
lazy_static = "1.4"
19-
serial_test = "2.0"
19+
serial_test = "3.0"
2020
solana-sdk = "1.17.6"
2121

2222
[lib]

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spl-single-pool = { version = "1.0.0", path="../program", features = [ "no-entry
3434

3535
[dev-dependencies]
3636
solana-test-validator = "=1.17.6"
37-
serial_test = "2.0.0"
37+
serial_test = "3.0.0"
3838
test-case = "3.3"
3939
tempfile = "3.9.0"
4040

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = "1.35"
5050
solana-test-validator = "=1.17.6"
5151
assert_cmd = "2.0.12"
5252
libtest-mimic = "0.6"
53-
serial_test = "2.0.0"
53+
serial_test = "3.0.0"
5454
tempfile = "3.9.0"
5555

5656
[[bin]]

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ base64 = { version = "0.21.5", optional = true }
4242
[dev-dependencies]
4343
lazy_static = "1.4.0"
4444
proptest = "1.4"
45-
serial_test = "2.0.0"
45+
serial_test = "3.0.0"
4646
solana-program-test = "1.17.6"
4747
solana-sdk = "1.17.6"
4848
serde_json = "1.0.111"

token/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ thiserror = "1.0"
2424
[dev-dependencies]
2525
lazy_static = "1.4.0"
2626
proptest = "1.4"
27-
serial_test = "2.0.0"
27+
serial_test = "3.0.0"
2828
solana-program-test = "1.17.6"
2929
solana-sdk = "1.17.6"
3030

0 commit comments

Comments
 (0)