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] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-02-20 17:06:00 -07:00 committed by GitHub
parent cc7c6c960e
commit b65c9ea544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 19 additions and 8 deletions

19
Cargo.lock generated
View File

@ -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"

View File

@ -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]

View File

@ -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]]

View File

@ -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"

View File

@ -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"