From 6304c413f5436cd9779e6d464dc777f5136e084b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:24:52 +0000 Subject: [PATCH] build(deps): bump serial_test from 3.2.0 to 3.4.0 Bumps [serial_test](https://github.com/palfrey/serial_test) from 3.2.0 to 3.4.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v3.2.0...v3.4.0) --- updated-dependencies: - dependency-name: serial_test dependency-version: 3.4.0 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..bbf1c81fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4952,11 +4952,12 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.2.0" +version = "3.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9" +checksum = "911bd979bf1070a3f3aa7b691a3b3e9968f339ceeec89e08c280a8a22207a32f" 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.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef" +checksum = "0a7d91949b85b0d2fb687445e448b40d322b6b3e4af6b44a29b21d9a5f33e6d9" dependencies = [ "proc-macro2", "quote", diff --git a/libraries/program-error/Cargo.toml b/libraries/program-error/Cargo.toml index 352655dc3..9987f6205 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.4" solana-sdk = "2.1.0" [lib] diff --git a/single-pool/cli/Cargo.toml b/single-pool/cli/Cargo.toml index c601d934e..02ebf16bd 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.4.0" test-case = "3.3" tempfile = "3.14.0" diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index 1620c5eaa..2c8381d97 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.4.0" tempfile = "3.14.0" [[bin]] diff --git a/token/program-2022/Cargo.toml b/token/program-2022/Cargo.toml index a6b72df1a..d022d8a42 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.4.0" 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..445b63c5f 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.4.0" solana-program-test = "2.1.0" solana-sdk = "2.1.0"