From c6f9de0216e26d28e435ced9f831cb9a4cf031f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Mar 2022 15:07:02 +0000 Subject: [PATCH] Bump pretty_assertions from 1.1.0 to 1.2.0 (#459) Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.1.0 to 1.2.0. - [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/commits) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 0f5873ae7..a9b5b2476 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,9 +2365,9 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" +checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b" dependencies = [ "ansi_term", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 7a6e0777c..e8911979b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ which = "4.2.4" [dev-dependencies] assert_cmd = "2.0.4" assert_matches = "1.5.0" -pretty_assertions = "1.1.0" +pretty_assertions = "1.2.0" wabt = "0.10.0" regex = "1.5.5" predicates = "2.1.1" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 6fb7435a9..b7d79e7a2 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.1.0" +pretty_assertions = "1.2.0"