Skip to content

Commit

Permalink
chore: bump assert_matches from 1.3.0 to 1.5.0 (solana-labs#18358)
Browse files Browse the repository at this point in the history
* 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] <[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 Jul 1, 2021
1 parent 9a97b70 commit 644632f
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }

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

Expand Down
2 changes: 1 addition & 1 deletion local-cluster/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion program-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ thiserror = "1.0"
tokio = { version = "1", features = ["full"] }

[dev-dependencies]
assert_matches = "1.3.0"
assert_matches = "1.5.0"
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.

2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 644632f

Please sign in to comment.