From a4a367d68c2ffb56f2126d789e89453ec9998c85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 13:56:47 +0100 Subject: [PATCH] build(deps): bump serial_test from 2.0.0 to 3.0.0 (#6073) Bumps [serial_test](https://github.com/palfrey/serial_test) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 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, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbdc71b0fa2..7f41e555d5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4610,9 +4610,9 @@ dependencies = [ [[package]] name = "serial_test" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d" +checksum = "953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d" dependencies = [ "dashmap 5.2.0", "futures 0.3.30", @@ -4624,9 +4624,9 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f" +checksum = "b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212" dependencies = [ "proc-macro2", "quote", diff --git a/libraries/program-error/Cargo.toml b/libraries/program-error/Cargo.toml index e9c855c8447..002da7db7bd 100644 --- a/libraries/program-error/Cargo.toml +++ b/libraries/program-error/Cargo.toml @@ -16,7 +16,7 @@ thiserror = "1.0" [dev-dependencies] lazy_static = "1.4" -serial_test = "2.0" +serial_test = "3.0" solana-sdk = "1.17.6" [lib] diff --git a/single-pool/cli/Cargo.toml b/single-pool/cli/Cargo.toml index b54129b3345..e3be49113f7 100644 --- a/single-pool/cli/Cargo.toml +++ b/single-pool/cli/Cargo.toml @@ -34,7 +34,7 @@ spl-single-pool = { version = "1.0.0", path="../program", features = [ "no-entry [dev-dependencies] solana-test-validator = "=1.17.6" -serial_test = "2.0.0" +serial_test = "3.0.0" test-case = "3.3" tempfile = "3.9.0" diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index f024a6791d8..51d353be4a6 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -50,7 +50,7 @@ tokio = "1.35" solana-test-validator = "=1.17.6" assert_cmd = "2.0.12" libtest-mimic = "0.6" -serial_test = "2.0.0" +serial_test = "3.0.0" tempfile = "3.9.0" [[bin]] diff --git a/token/program-2022/Cargo.toml b/token/program-2022/Cargo.toml index 5dc0374ec92..c17f0d1d4f9 100644 --- a/token/program-2022/Cargo.toml +++ b/token/program-2022/Cargo.toml @@ -42,7 +42,7 @@ base64 = { version = "0.21.5", optional = true } [dev-dependencies] lazy_static = "1.4.0" proptest = "1.4" -serial_test = "2.0.0" +serial_test = "3.0.0" solana-program-test = "1.17.6" solana-sdk = "1.17.6" serde_json = "1.0.111" diff --git a/token/program/Cargo.toml b/token/program/Cargo.toml index 0ffa2f1c82a..1131aa29252 100644 --- a/token/program/Cargo.toml +++ b/token/program/Cargo.toml @@ -24,7 +24,7 @@ thiserror = "1.0" [dev-dependencies] lazy_static = "1.4.0" proptest = "1.4" -serial_test = "2.0.0" +serial_test = "3.0.0" solana-program-test = "1.17.6" solana-sdk = "1.17.6"