From 36435f7f9558d353991650e443c23445d9cb2f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:07:19 +0000 Subject: [PATCH] Bump pretty_assertions from 1.2.0 to 1.2.1 Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases) - [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v1.2.0...v1.2.1) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7eb26a5d..ead15268 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2357,9 +2357,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b" +checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" dependencies = [ "ansi_term", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 0a5eaf59..af26c1b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,7 +77,7 @@ which = "4.2.5" [dev-dependencies] assert_cmd = "2.0.4" assert_matches = "1.5.0" -pretty_assertions = "1.2.0" +pretty_assertions = "1.2.1" wabt = "0.10.0" regex = "1.5.5" predicates = "2.1.1" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 80bb920b..090cf889 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -24,4 +24,4 @@ serde_json = "1.0.79" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -pretty_assertions = "1.2.0" +pretty_assertions = "1.2.1" -- GitLab