Skip to content

Commit

Permalink
Bump serial_test_derive from 0.2.0 to 0.3.1 (solana-labs#7153)
Browse files Browse the repository at this point in the history
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](palfrey/serial_test@v0.2.0...v0.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Nov 27, 2019
1 parent 0a0412e commit 5a30ef1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 18 deletions.
18 changes: 4 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bench-tps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 5a30ef1

Please sign in to comment.