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

Commit dee9b5d

Browse files
build(deps): bump serial_test from 3.1.0 to 3.1.1 (#6649)
Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71c42bb commit dee9b5d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.

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.11,<=2"
43-
serial_test = "3.1.0"
43+
serial_test = "3.1.1"
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.11,<=2"
5252
assert_cmd = "2.0.14"
5353
libtest-mimic = "0.7"
54-
serial_test = "3.1.0"
54+
serial_test = "3.1.1"
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.1.0"
47+
serial_test = "3.1.1"
4848
solana-program-test = ">=1.18.11,<=2"
4949
solana-sdk = ">=1.18.11,<=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.1.0"
27+
serial_test = "3.1.1"
2828
solana-program-test = ">=1.18.11,<=2"
2929
solana-sdk = ">=1.18.11,<=2"
3030

0 commit comments

Comments
 (0)