From d66670889aecf95c2f2da9bf1f19fb7d85a89704 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Feb 2021 06:39:11 +0000 Subject: [PATCH] Bump assert_matches from 1.4.0 to 1.5.0 Bumps [assert_matches](https://github.com/murarth/assert_matches) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/murarth/assert_matches/releases) - [Commits](https://github.com/murarth/assert_matches/commits) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab1452e8..967d4f66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,9 +135,9 @@ dependencies = [ [[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-channel" diff --git a/Cargo.toml b/Cargo.toml index 28282bbc..3410d2bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ zip = { version = "0.5.8", default-features = false } walkdir = "2.3.1" [dev-dependencies] -assert_matches = "1.4.0" +assert_matches = "1.5.0" pretty_assertions = "0.6.1" wabt = "0.10.0" -- GitLab