diff --git a/Cargo.lock b/Cargo.lock index 914d76f4b56ac6..d970524fc8d751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2926,21 +2926,22 @@ dependencies = [ [[package]] name = "serial_test" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "serial_test_derive" -version = "0.3.1" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", + "proc-macro2 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -3168,8 +3169,8 @@ dependencies = [ "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-client 0.22.0", "solana-core 0.22.0", @@ -3362,8 +3363,8 @@ dependencies = [ "serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.22.0", "solana-chacha-sys 0.22.0", "solana-clap-utils 0.22.0", @@ -3657,8 +3658,8 @@ dependencies = [ "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.22.0", "solana-config-program 0.22.0", "solana-core 0.22.0", @@ -3726,8 +3727,8 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serial_test_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.22.0", "sys-info 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -5807,8 +5808,8 @@ dependencies = [ "checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7" "checksum serde_urlencoded 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" -"checksum serial_test 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b882e1690250abf8655b8a583faf1987cb7e16cd0547fa9b0546ede0f03a445" -"checksum serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b0af7e5bb94630cf8266333c3902100f6786961c10a36fac3900e1c78d9afc" +"checksum serial_test 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f74862f16557830c73deefde614c906f8af0157e064b64f156e32a0b12d7114c" +"checksum serial_test_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3c188479c8b700998829c168d7a4c21032660b0dd2ed87a0b166c85811750740" "checksum sha-1 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "23962131a91661d643c98940b20fcaffe62d776a823247be80a48fcb8b6fce68" "checksum sha2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9eb6be24e4c23a84d7184280d2722f7f2731fcdd4a9d886efbfe4413e4847ea0" "checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index e66f04e03de0c5..96cae1b2194b14 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -31,7 +31,7 @@ solana-sdk = { path = "../sdk", version = "0.22.0" } solana-move-loader-program = { path = "../programs/move_loader", version = "0.22.0", optional = true } [dev-dependencies] -serial_test = "0.3.1" +serial_test = "0.3.2" serial_test_derive = "0.3.1" solana-local-cluster = { path = "../local-cluster", version = "0.22.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 6852d33241710b..bb65152ad52ac8 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -80,7 +80,7 @@ jemalloc-ctl = "0.3.2" hex-literal = "0.2.1" matches = "0.1.6" reqwest = { version = "0.9.24", default-features = false, features = ["rustls-tls"] } -serial_test = "0.3.1" +serial_test = "0.3.2" serial_test_derive = "0.3.1" [[bench]] diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index ed82b5952deb28..5b18c779442889 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -32,5 +32,5 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.22.0" } [dev-dependencies] assert_matches = "1.3.0" -serial_test = "0.3.1" +serial_test = "0.3.2" serial_test_derive = "0.3.1" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 6386873818f63e..3119a5438fb15c 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -18,7 +18,7 @@ sys-info = "0.5.8" [dev-dependencies] rand = "0.6.5" -serial_test = "0.3.1" +serial_test = "0.3.2" serial_test_derive = "0.3.1" [lib]