chore: bump matches from 0.1.8 to 0.1.9 (#19220)

* 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] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <you@example.com>
This commit is contained in:
dependabot[bot] 2021-08-13 16:37:45 +00:00 committed by GitHub
parent 0b50bb2b20
commit 5b9671d01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

4
Cargo.lock generated
View File

@ -2506,9 +2506,9 @@ dependencies = [
[[package]]
name = "matches"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "maybe-uninit"

View File

@ -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"

View File

@ -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]

View File

@ -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"
@ -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"

View File

@ -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]

View File

@ -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"

View File

@ -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"

View File

@ -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" }

View File

@ -1441,9 +1441,9 @@ dependencies = [
[[package]]
name = "matches"
version = "0.1.8"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "memchr"