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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View File

@ -113,9 +113,9 @@ dependencies = [
[[package]]
name = "assert_matches"
version = "1.3.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-stream"

View File

@ -38,7 +38,7 @@ tungstenite = "0.13.0"
url = "2.2.2"
[dev-dependencies]
assert_matches = "1.3.0"
assert_matches = "1.5.0"
jsonrpc-http-server = "17.0.0"
solana-logger = { path = "../logger", version = "=1.8.0" }

View File

@ -70,7 +70,7 @@ default-features = false
features = ["lz4"]
[dev-dependencies]
assert_matches = "1.3.0"
assert_matches = "1.5.0"
matches = "0.1.6"
solana-account-decoder = { path = "../account-decoder", version = "=1.8.0" }

View File

@ -35,7 +35,7 @@ tempfile = "3.2.0"
solana-rayon-threadlimit = { path = "../rayon-threadlimit", version = "=1.8.0" }
[dev-dependencies]
assert_matches = "1.3.0"
assert_matches = "1.5.0"
serial_test = "0.5.1"
[package.metadata.docs.rs]

View File

@ -28,4 +28,4 @@ thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
assert_matches = "1.3.0"
assert_matches = "1.5.0"

View File

@ -77,9 +77,9 @@ checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "assert_matches"
version = "1.4.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "695579f0f2520f3774bb40461e5adb066459d4e0af4d59d20175484fb8e9edf1"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-trait"

View File

@ -58,7 +58,7 @@ crate-type = ["lib"]
name = "solana_runtime"
[dev-dependencies]
assert_matches = "1.3.0"
assert_matches = "1.5.0"
solana-noop-program = { path = "../programs/noop", version = "=1.8.0" }
[package.metadata.docs.rs]

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