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

Commit af63d47

Browse files
build(deps): bump serial_test from 3.1.1 to 3.2.0 (#7481)
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.1.1...v3.2.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 40f1847 commit af63d47

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 = "2.0"
1616

1717
[dev-dependencies]
1818
lazy_static = "1.5"
19-
serial_test = "3.1"
19+
serial_test = "3.2"
2020
solana-sdk = "2.1.0"
2121

2222
[lib]

single-pool/cli/Cargo.toml

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

3838
[dev-dependencies]
3939
solana-test-validator = "2.1.0"
40-
serial_test = "3.1.1"
40+
serial_test = "3.2.0"
4141
test-case = "3.3"
4242
tempfile = "3.14.0"
4343

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = "1.41"
5050
solana-test-validator = "2.1.0"
5151
assert_cmd = "2.0.16"
5252
libtest-mimic = "0.8"
53-
serial_test = "3.1.1"
53+
serial_test = "3.2.0"
5454
tempfile = "3.14.0"
5555

5656
[[bin]]

token/program-2022/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.2.0", path = "
4646
[dev-dependencies]
4747
lazy_static = "1.5.0"
4848
proptest = "1.5"
49-
serial_test = "3.1.1"
49+
serial_test = "3.2.0"
5050
solana-program-test = "2.1.0"
5151
solana-sdk = "2.1.0"
5252
spl-tlv-account-resolution = { version = "0.9.0", 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 = "2.0"
2424
[dev-dependencies]
2525
lazy_static = "1.5.0"
2626
proptest = "1.5"
27-
serial_test = "3.1.1"
27+
serial_test = "3.2.0"
2828
solana-program-test = "2.1.0"
2929
solana-sdk = "2.1.0"
3030

0 commit comments

Comments
 (0)