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

Commit 3503649

Browse files
build(deps): bump serial_test from 3.0.0 to 3.1.0 (#6606)
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: serial_test 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>
1 parent f5e0a04 commit 3503649

File tree

6 files changed

+28
-13
lines changed

6 files changed

+28
-13
lines changed

Cargo.lock

Lines changed: 23 additions & 8 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 = "3.0"
19+
serial_test = "3.1"
2020
solana-sdk = ">=1.18.2,<=2"
2121

2222
[lib]

single-pool/cli/Cargo.toml

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

4141
[dev-dependencies]
4242
solana-test-validator = ">=1.18.2,<=2"
43-
serial_test = "3.0.0"
43+
serial_test = "3.1.0"
4444
test-case = "3.3"
4545
tempfile = "3.10.1"
4646

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tokio = "1.37"
5151
solana-test-validator = ">=1.18.2,<=2"
5252
assert_cmd = "2.0.14"
5353
libtest-mimic = "0.7"
54-
serial_test = "3.0.0"
54+
serial_test = "3.1.0"
5555
tempfile = "3.10.1"
5656

5757
[[bin]]

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ base64 = { version = "0.22.0", optional = true }
4444
[dev-dependencies]
4545
lazy_static = "1.4.0"
4646
proptest = "1.4"
47-
serial_test = "3.0.0"
47+
serial_test = "3.1.0"
4848
solana-program-test = ">=1.18.2,<=2"
4949
solana-sdk = ">=1.18.2,<=2"
5050
spl-tlv-account-resolution = { version = "0.6.3", path = "../../libraries/tlv-account-resolution" }

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 = "3.0.0"
27+
serial_test = "3.1.0"
2828
solana-program-test = ">=1.18.2,<=2"
2929
solana-sdk = ">=1.18.2,<=2"
3030

0 commit comments

Comments
 (0)