From 5a30ef180abf0c87a01f2b17b5add4b5af7fe6ad Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 23:12:13 -0700 Subject: [PATCH] Bump serial_test_derive from 0.2.0 to 0.3.1 (#7153) Bumps [serial_test_derive](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 | 18 ++++-------------- bench-tps/Cargo.toml | 2 +- core/Cargo.toml | 2 +- local-cluster/Cargo.toml | 2 +- metrics/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cd88d7bbc..113a257ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2890,15 +2890,6 @@ dependencies = [ "serial_test_derive 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", ] -[[package]] -name = "serial_test_derive" -version = "0.2.0" -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 = "serial_test_derive" version = "0.3.1" @@ -3134,7 +3125,7 @@ dependencies = [ "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.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)", + "serial_test_derive 0.3.1 (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", @@ -3340,7 +3331,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)", "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)", + "serial_test_derive 0.3.1 (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", @@ -3628,7 +3619,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.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)", + "serial_test_derive 0.3.1 (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", @@ -3697,7 +3688,7 @@ dependencies = [ "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.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)", + "serial_test_derive 0.3.1 (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)", ] @@ -5697,7 +5688,6 @@ dependencies = [ "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.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" diff --git a/bench-tps/Cargo.toml b/bench-tps/Cargo.toml index 8228f393d5..7217cf3947 100644 --- a/bench-tps/Cargo.toml +++ b/bench-tps/Cargo.toml @@ -32,7 +32,7 @@ solana-move-loader-program = { path = "../programs/move_loader", version = "0.22 [dev-dependencies] serial_test = "0.3.1" -serial_test_derive = "0.2.0" +serial_test_derive = "0.3.1" solana-local-cluster = { path = "../local-cluster", version = "0.22.0" } [features] diff --git a/core/Cargo.toml b/core/Cargo.toml index f00f3c5b3b..2f0453e805 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -80,7 +80,7 @@ hex-literal = "0.2.1" matches = "0.1.6" reqwest = { version = "0.9.22", default-features = false, features = ["rustls-tls"] } serial_test = "0.3.1" -serial_test_derive = "0.2.0" +serial_test_derive = "0.3.1" [[bench]] name = "banking_stage" diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index a0dec9bf93..3760a5a254 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -31,4 +31,4 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.22.0" } [dev-dependencies] serial_test = "0.3.1" -serial_test_derive = "0.2.0" +serial_test_derive = "0.3.1" diff --git a/metrics/Cargo.toml b/metrics/Cargo.toml index 0bd63a94ac..24c6b78519 100644 --- a/metrics/Cargo.toml +++ b/metrics/Cargo.toml @@ -19,7 +19,7 @@ sys-info = "0.5.8" [dev-dependencies] rand = "0.6.5" serial_test = "0.3.1" -serial_test_derive = "0.2.0" +serial_test_derive = "0.3.1" [lib] name = "solana_metrics"