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
9 changed files with 12 additions and 12 deletions

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"