From 0a0412e47ed096b90916f1253e96e870b0136fe2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 22:07:39 -0700 Subject: [PATCH] Bump serial_test from 0.2.0 to 0.3.1 (#7154) Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.2.0 to 0.3.1. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v0.2.0...v0.3.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 24 ++++++++++++++++++------ bench-tps/Cargo.toml | 2 +- core/Cargo.toml | 2 +- local-cluster/Cargo.toml | 2 +- metrics/Cargo.toml | 2 +- 5 files changed, 22 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6f1d4d0aa..8cd88d7bbc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2882,10 +2882,12 @@ dependencies = [ [[package]] name = "serial_test" -version = "0.2.0" +version = "0.3.1" 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)", ] [[package]] @@ -2897,6 +2899,15 @@ dependencies = [ "syn 0.15.42 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "serial_test_derive" +version = "0.3.1" +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)", +] + [[package]] name = "sha-1" version = "0.8.1" @@ -3122,7 +3133,7 @@ dependencies = [ "serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.42 (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.2.0 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.22.0", "solana-client 0.22.0", @@ -3328,7 +3339,7 @@ dependencies = [ "serde 1.0.102 (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.42 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test 0.2.0 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.22.0", "solana-chacha-sys 0.22.0", @@ -3616,7 +3627,7 @@ version = "0.22.0" 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)", - "serial_test 0.2.0 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-client 0.22.0", "solana-config-program 0.22.0", @@ -3685,7 +3696,7 @@ 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.22 (registry+https://github.com/rust-lang/crates.io-index)", - "serial_test 0.2.0 (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.2.0 (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)", @@ -5685,8 +5696,9 @@ dependencies = [ "checksum serde_json 1.0.42 (registry+https://github.com/rust-lang/crates.io-index)" = "1a3351dcbc1f067e2c92ab7c3c1f288ad1a4cffc470b5aaddb4c2e0a3ae80043" "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.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50bfbc39343545618d97869d77f38ed43e48dd77432717dbc7ed39d797f3ecbe" +"checksum serial_test 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b882e1690250abf8655b8a583faf1987cb7e16cd0547fa9b0546ede0f03a445" "checksum serial_test_derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "89dd85be2e2ad75b041c9df2892ac078fa6e0b90024028b2b9fb4125b7530f01" +"checksum serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b0af7e5bb94630cf8266333c3902100f6786961c10a36fac3900e1c78d9afc" "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 4e0f5fbeee..8228f393d5 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.2.0" +serial_test = "0.3.1" serial_test_derive = "0.2.0" solana-local-cluster = { path = "../local-cluster", version = "0.22.0" } diff --git a/core/Cargo.toml b/core/Cargo.toml index 589b62ac58..f00f3c5b3b 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -79,7 +79,7 @@ jemalloc-ctl = "0.3.2" hex-literal = "0.2.1" matches = "0.1.6" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } -serial_test = "0.2.0" +serial_test = "0.3.1" serial_test_derive = "0.2.0" [[bench]] diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 469fa137d5..a0dec9bf93 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -30,5 +30,5 @@ tempfile = "3.1.0" solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.22.0" } [dev-dependencies] -serial_test = "0.2.0" +serial_test = "0.3.1" serial_test_derive = "0.2.0" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 9d46e7cd9a..0bd63a94ac 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.2.0" +serial_test = "0.3.1" serial_test_derive = "0.2.0" [lib]