chore: bump assert_matches from 1.3.0 to 1.5.0 (#18358)

* chore: bump assert_matches from 1.3.0 to 1.5.0

Bumps [assert_matches](https://github.com/murarth/assert_matches) from 1.3.0 to 1.5.0.
- [Release notes](https://github.com/murarth/assert_matches/releases)
- [Commits](https://github.com/murarth/assert_matches/commits)

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

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 <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2021-07-01 09:59:01 -06:00
committed by GitHub
parent 9a97b707f8
commit 644632fc8a
8 changed files with 10 additions and 10 deletions

View File

@ -38,7 +38,7 @@ full = [
]
[dependencies]
assert_matches = { version = "1.3.0", optional = true }
assert_matches = { version = "1.5.0", optional = true }
bincode = "1.3.3"
bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }