Skip to content

Commit

Permalink
chore: bump serial_test from 0.8.0 to 0.9.0 (#27097)
Browse files Browse the repository at this point in the history
Bumps [serial_test](https://github.com/palfrey/serial_test) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/palfrey/serial_test/releases)
- [Commits](palfrey/serial_test@v0.8.0...v0.9.0)

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

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

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 Aug 15, 2022
1 parent 1a90cff commit a0d1f4e
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 18 deletions.
31 changes: 21 additions & 10 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 @@ -35,7 +35,7 @@ solana-version = { path = "../version", version = "=1.12.0" }
thiserror = "1.0"

[dev-dependencies]
serial_test = "0.8.0"
serial_test = "0.9.0"
solana-local-cluster = { path = "../local-cluster", version = "=1.12.0" }
solana-test-validator = { path = "../test-validator", version = "=1.12.0" }

Expand Down
2 changes: 1 addition & 1 deletion client-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ publish = false
[dependencies]
futures-util = "0.3.21"
serde_json = "1.0.83"
serial_test = "0.8.0"
serial_test = "0.9.0"
solana-client = { path = "../client", version = "=1.12.0" }
solana-ledger = { path = "../ledger", version = "=1.12.0" }
solana-measure = { path = "../measure", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ trees = "0.4.2"
matches = "0.1.9"
raptorq = "1.7.0"
serde_json = "1.0.83"
serial_test = "0.8.0"
serial_test = "0.9.0"
solana-logger = { path = "../logger", version = "=1.12.0" }
solana-program-runtime = { path = "../program-runtime", version = "=1.12.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.12.0" }
Expand Down
2 changes: 1 addition & 1 deletion dos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ solana-version = { path = "../version", version = "=1.12.0" }
targets = ["x86_64-unknown-linux-gnu"]

[dev-dependencies]
serial_test = "0.8.0"
serial_test = "0.9.0"
solana-local-cluster = { path = "../local-cluster", version = "=1.12.0" }
2 changes: 1 addition & 1 deletion gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ thiserror = "1.0"
[dev-dependencies]
num_cpus = "1.13.1"
regex = "1"
serial_test = "0.8.0"
serial_test = "0.9.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.8.0"
serial_test = "0.9.0"
solana-download-utils = { path = "../download-utils", version = "=1.12.0" }
solana-logger = { path = "../logger", version = "=1.12.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.12.0" }
[dev-dependencies]
env_logger = "0.9.0"
rand = "0.7.0"
serial_test = "0.8.0"
serial_test = "0.9.0"

[lib]
name = "solana_metrics"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tokio = { version = "~1.14.1", features = ["full"] }
tokio-util = { version = "0.6", features = ["codec", "compat"] }

[dev-dependencies]
serial_test = "0.8.0"
serial_test = "0.9.0"
solana-address-lookup-table-program = { path = "../programs/address-lookup-table", version = "=1.12.0" }
solana-net-utils = { path = "../net-utils", version = "=1.12.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.12.0" }
Expand Down

0 comments on commit a0d1f4e

Please sign in to comment.