Skip to content

Commit

Permalink
chore: bump matches from 0.1.8 to 0.1.9 (solana-labs#19220)
Browse files Browse the repository at this point in the history
* chore: bump matches from 0.1.8 to 0.1.9

Bumps [matches](https://github.com/SimonSapin/rust-std-candidates) from 0.1.8 to 0.1.9.
- [Release notes](https://github.com/SimonSapin/rust-std-candidates/releases)
- [Commits](https://github.com/SimonSapin/rust-std-candidates/commits)

---
updated-dependencies:
- dependency-name: matches
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Aug 13, 2021
1 parent 0b50bb2 commit 5b9671d
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 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 core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ trees = "0.4.2"
[dev-dependencies]
jsonrpc-core = "18.0.0"
jsonrpc-core-client = { version = "18.0.0", features = ["ipc", "ws"] }
matches = "0.1.6"
matches = "0.1.9"
num_cpus = "1.13.0"
reqwest = { version = "0.11.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
serde_json = "1.0.66"
Expand Down
2 changes: 1 addition & 1 deletion entry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.8.0" }
solana-sdk = { path = "../sdk", version = "=1.8.0" }

[dev-dependencies]
matches = "0.1.6"
matches = "0.1.9"
solana-logger = { path = "../logger", version = "=1.8.0" }

[lib]
Expand Down
4 changes: 2 additions & 2 deletions gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ indexmap = { version = "1.7", features = ["rayon"] }
itertools = "0.10.1"
log = "0.4.14"
lru = "0.6.6"
matches = "0.1.8"
matches = "0.1.9"
num-traits = "0.2"
rand = "0.7.0"
rand_chacha = "0.2.2"
Expand Down Expand Up @@ -46,7 +46,7 @@ solana-vote-program = { path = "../programs/vote", version = "=1.8.0" }
thiserror = "1.0"

[dev-dependencies]
matches = "0.1.6"
matches = "0.1.9"
num_cpus = "1.13.0"
serial_test = "0.5.1"

Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ features = ["lz4"]

[dev-dependencies]
assert_matches = "1.5.0"
matches = "0.1.6"
matches = "0.1.9"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion merkle-tree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fast-math = "0.1"

# This can go once the BPF toolchain target Rust 1.42.0+
[target.bpfel-unknown-unknown.dependencies]
matches = "0.1.8"
matches = "0.1.9"

[dev-dependencies]
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion perf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.8.0" }
name = "solana_perf"

[dev-dependencies]
matches = "0.1.6"
matches = "0.1.9"

[[bench]]
name = "sigverify"
Expand Down
2 changes: 1 addition & 1 deletion poh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ thiserror = "1.0"

[dev-dependencies]
bincode = "1.3.3"
matches = "0.1.6"
matches = "0.1.9"
rand = "0.7.0"
solana-logger = { path = "../logger", version = "=1.8.0" }
solana-perf = { path = "../perf", version = "=1.8.0" }
Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/Cargo.lock

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

0 comments on commit 5b9671d

Please sign in to comment.