diff --git a/Cargo.lock b/Cargo.lock index 89019f73de..fb96ecf428 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/client/Cargo.toml b/client/Cargo.toml index a5d5d92528..c328fa3295 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -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" } diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index c33cd529a8..f440bcb6cb 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -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" } diff --git a/local-cluster/Cargo.toml b/local-cluster/Cargo.toml index 3fc139ae2f..ea45319b72 100644 --- a/local-cluster/Cargo.toml +++ b/local-cluster/Cargo.toml @@ -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] diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index 165fab0dc9..bf4e6d0c94 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -28,4 +28,4 @@ thiserror = "1.0" tokio = { version = "1", features = ["full"] } [dev-dependencies] -assert_matches = "1.3.0" +assert_matches = "1.5.0" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index 459e860bff..fb81ccde3c 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -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" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 86861e1508..5e9934263a 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -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] diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index d75a4094a4..0aac9b55a6 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -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"] }