Skip to content

Commit

Permalink
chore: bump serial_test from 0.5.1 to 0.6.0 (solana-labs#23414)
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.5.1 to 0.6.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v0.5.1...v0.6.0)

---
updated-dependencies:
- dependency-name: serial_test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent f6a0682 commit ce4d579
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 12 deletions.
10 changes: 6 additions & 4 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 @@ -30,7 +30,7 @@ solana-streamer = { path = "../streamer", version = "=1.10.0" }
solana-version = { path = "../version", version = "=1.10.0" }

[dev-dependencies]
serial_test = "0.5.1"
serial_test = "0.6.0"
solana-local-cluster = { path = "../local-cluster", version = "=1.10.0" }

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
[dependencies]
futures-util = "0.3.19"
serde_json = "1.0.78"
serial_test = "0.5.1"
serial_test = "0.6.0"
solana-client = { path = "../client", version = "=1.10.0" }
solana-ledger = { path = "../ledger", version = "=1.10.0" }
solana-measure = { path = "../measure", version = "=1.10.0" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ matches = "0.1.9"
raptorq = "1.6.5"
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde_json = "1.0.78"
serial_test = "0.5.1"
serial_test = "0.6.0"
solana-logger = { path = "../logger", version = "=1.10.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.10.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.10.0" }
Expand Down
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ thiserror = "1.0"

[dev-dependencies]
num_cpus = "1.13.1"
serial_test = "0.5.1"
serial_test = "0.6.0"

[build-dependencies]
rustc_version = "0.4"
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,7 +32,7 @@ tempfile = "3.3.0"
[dev-dependencies]
assert_matches = "1.5.0"
gag = "1.0.0"
serial_test = "0.5.1"
serial_test = "0.6.0"
solana-download-utils = { path = "../download-utils", version = "=1.10.0" }
solana-logger = { path = "../logger", version = "=1.10.0" }

Expand Down
2 changes: 1 addition & 1 deletion metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" }
[dev-dependencies]
env_logger = "0.9.0"
rand = "0.7.0"
serial_test = "0.5.1"
serial_test = "0.6.0"

[lib]
name = "solana_metrics"
Expand Down
2 changes: 1 addition & 1 deletion replica-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ solana-version = { path = "../version", version = "=1.10.0" }
solana-validator = { path = "../validator", version = "=1.10.0" }

[dev-dependencies]
serial_test = "0.5.1"
serial_test = "0.6.0"
solana-core = { path = "../core", version = "=1.10.0" }
solana-local-cluster = { path = "../local-cluster", version = "=1.10.0" }
tempfile = "3.3.0"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.6", features = ["codec", "compat"] }

[dev-dependencies]
serial_test = "0.5.1"
serial_test = "0.6.0"
solana-net-utils = { path = "../net-utils", version = "=1.10.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.10.0" }
symlink = "0.1.0"
Expand Down

0 comments on commit ce4d579

Please sign in to comment.