Skip to content

Commit

Permalink
Bump serial_test from 0.3.1 to 0.3.2
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.3.1 to 0.3.2.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v0.3.1...v0.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and mvines committed Dec 16, 2019
1 parent 6b88da2 commit 71b9346
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 19 deletions.
31 changes: 16 additions & 15 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 @@ -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.3.1"
serial_test = "0.3.2"
serial_test_derive = "0.3.1"
solana-local-cluster = { path = "../local-cluster", version = "0.22.0" }

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 @@ jemalloc-ctl = "0.3.2"
hex-literal = "0.2.1"
matches = "0.1.6"
reqwest = { version = "0.9.24", default-features = false, features = ["rustls-tls"] }
serial_test = "0.3.1"
serial_test = "0.3.2"
serial_test_derive = "0.3.1"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "0.22.0" }

[dev-dependencies]
assert_matches = "1.3.0"
serial_test = "0.3.1"
serial_test = "0.3.2"
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 @@ -18,7 +18,7 @@ sys-info = "0.5.8"

[dev-dependencies]
rand = "0.6.5"
serial_test = "0.3.1"
serial_test = "0.3.2"
serial_test_derive = "0.3.1"

[lib]
Expand Down

0 comments on commit 71b9346

Please sign in to comment.