From b65c9ea5441f7f878edc3d54451572ce59120871 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 17:06:00 -0700 Subject: [PATCH] Bump serial_test_derive from 0.3.2 to 0.4.0 (#8311) Bumps [serial_test_derive](https://github.com/palfrey/serial_test) from 0.3.2 to 0.4.0. - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](https://github.com/palfrey/serial_test/compare/v0.3.2...v0.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 19 +++++++++++++++---- bench-tps/Cargo.toml | 2 +- core/Cargo.toml | 2 +- local-cluster/Cargo.toml | 2 +- metrics/Cargo.toml | 2 +- 5 files changed, 19 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44cddfe390..2377ccfdf3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3364,6 +3364,16 @@ dependencies = [ "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "serial_test_derive" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "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]] name = "sha-1" version = "0.8.1" @@ -3631,7 +3641,7 @@ dependencies = [ "serde_json 1.0.46 (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.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)", + "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-clap-utils 0.24.0", "solana-client 0.24.0", "solana-core 0.24.0", @@ -3865,7 +3875,7 @@ dependencies = [ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.46 (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)", + "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-budget-program 0.24.0", "solana-chacha-cuda 0.24.0", "solana-clap-utils 0.24.0", @@ -4148,7 +4158,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)", "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)", + "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-archiver-lib 0.24.0", "solana-client 0.24.0", "solana-config-program 0.24.0", @@ -4218,7 +4228,7 @@ dependencies = [ "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.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)", + "serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "solana-sdk 0.24.0", "sys-info 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -6402,6 +6412,7 @@ dependencies = [ "checksum serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" = "691b17f19fc1ec9d94ec0b5864859290dff279dbd7b03f017afda54eb36c3c35" "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 serial_test_derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d08338d8024b227c62bd68a12c7c9883f5c66780abaef15c550dc56f46ee6515" "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.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index f26325bb5f..81188f99c3 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -30,7 +30,7 @@ solana-move-loader-program = { path = "../programs/move_loader", version = "0.24 [dev-dependencies] serial_test = "0.3.2" -serial_test_derive = "0.3.1" +serial_test_derive = "0.4.0" solana-local-cluster = { path = "../local-cluster", version = "0.24.0" } [features] diff --git a/core/Cargo.toml b/core/Cargo.toml index ab41dde0f4..bc3fadbcc2 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -73,7 +73,7 @@ trees = "0.2.1" matches = "0.1.6" reqwest = { version = "0.10.1", default-features = false, features = ["blocking", "rustls-tls"] } serial_test = "0.3.2" -serial_test_derive = "0.3.1" +serial_test_derive = "0.4.0" systemstat = "0.1.5" [[bench]] diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index e6c50dc239..863942711b 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -33,4 +33,4 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.24.0" } [dev-dependencies] assert_matches = "1.3.0" serial_test = "0.3.2" -serial_test_derive = "0.3.1" +serial_test_derive = "0.4.0" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 80d09f84cb..7e328fc4e1 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -19,7 +19,7 @@ sys-info = "0.5.9" [dev-dependencies] rand = "0.6.5" serial_test = "0.3.2" -serial_test_derive = "0.3.1" +serial_test_derive = "0.4.0" [lib] name = "solana_metrics"