From 0da336dbad72ec8cfcaba775cabe420325f94ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 13:05:24 +0000 Subject: [PATCH] Bump pretty_assertions from 0.7.2 to 1.0.0 Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.7.2 to 1.0.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/compare/v0.7.2...v1.0.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-major ... 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 31e29b49..e086d694 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2255,9 +2255,9 @@ checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" [[package]] name = "pretty_assertions" -version = "0.7.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b" +checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" dependencies = [ "ansi_term 0.12.1", "ctor", diff --git a/Cargo.toml b/Cargo.toml index f1f8298b..c773e4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ platforms = "1.1" [dev-dependencies] assert_matches = "1.5.0" -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0" wabt = "0.10.0" [features] diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 915f6d9a..4fa06dcd 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -23,4 +23,4 @@ serde_json = "1.0.68" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -pretty_assertions = "0.7.2" +pretty_assertions = "1.0.0" -- GitLab