From 13e8654b31ae883b98ecb633a51c39925dd0cffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 09:11:32 +0000 Subject: [PATCH] build(deps): bump serial_test from 3.2.0 to 3.3.1 Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.2.0 to 3.3.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v3.2.0...v3.3.1) --- updated-dependencies: - dependency-name: serial_test dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 ++++++----- libraries/program-error/Cargo.toml | 2 +- single-pool/cli/Cargo.toml | 2 +- token/cli/Cargo.toml | 2 +- token/program-2022/Cargo.toml | 2 +- token/program/Cargo.toml | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0aaac540b..aae2f2123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4952,11 +4952,12 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.2.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" +checksum = "0d0b343e184fc3b7bb44dff0705fffcf4b3756ba6aff420dddd8b24ca145e555" dependencies = [ - "futures 0.3.31", + "futures-executor", + "futures-util", "log", "once_cell", "parking_lot 0.12.0", @@ -4966,9 +4967,9 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "3.2.0" +version = "3.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" +checksum = "6f50427f258fb77356e4cd4aa0e87e2bd2c66dbcee41dc405282cae2bfc26c83" dependencies = [ "proc-macro2", "quote", diff --git a/libraries/program-error/Cargo.toml b/libraries/program-error/Cargo.toml index 352655dc3..8c8a69d82 100644 --- a/libraries/program-error/Cargo.toml +++ b/libraries/program-error/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "2.0" [dev-dependencies] lazy_static = "1.5" -serial_test = "3.2" +serial_test = "3.3" solana-sdk = "2.1.0" [lib] diff --git a/single-pool/cli/Cargo.toml b/single-pool/cli/Cargo.toml index c601d934e..d7447797c 100644 --- a/single-pool/cli/Cargo.toml +++ b/single-pool/cli/Cargo.toml @@ -37,7 +37,7 @@ spl-single-pool = { version = "1.0.0", path = "../program", features = [ [dev-dependencies] solana-test-validator = "2.1.0" -serial_test = "3.2.0" +serial_test = "3.3.1" test-case = "3.3" tempfile = "3.14.0" diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index 1620c5eaa..35cad3acc 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -48,7 +48,7 @@ tokio = "1.42" solana-test-validator = "2.1.0" assert_cmd = "2.0.16" libtest-mimic = "0.8" -serial_test = "3.2.0" +serial_test = "3.3.1" tempfile = "3.14.0" [[bin]] diff --git a/token/program-2022/Cargo.toml b/token/program-2022/Cargo.toml index a6b72df1a..0d377cf18 100644 --- a/token/program-2022/Cargo.toml +++ b/token/program-2022/Cargo.toml @@ -46,7 +46,7 @@ spl-token-confidential-transfer-proof-generation = { version = "0.2.0", path = " [dev-dependencies] lazy_static = "1.5.0" proptest = "1.6" -serial_test = "3.2.0" +serial_test = "3.3.1" solana-program-test = "2.1.0" solana-sdk = "2.1.0" spl-tlv-account-resolution = { version = "0.9.0", path = "../../libraries/tlv-account-resolution" } diff --git a/token/program/Cargo.toml b/token/program/Cargo.toml index 72153f7eb..112b8b188 100644 --- a/token/program/Cargo.toml +++ b/token/program/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "2.0" [dev-dependencies] lazy_static = "1.5.0" proptest = "1.6" -serial_test = "3.2.0" +serial_test = "3.3.1" solana-program-test = "2.1.0" solana-sdk = "2.1.0"