From fed9d2fcf235e38cdffcdac08c2a8f51be6097bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 13:07:27 +0000 Subject: [PATCH] Bump pretty_assertions from 1.0.0 to 1.1.0 Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 1.0.0 to 1.1.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/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... 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 aa5906d5..61ccead3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2332,9 +2332,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" [[package]] name = "pretty_assertions" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" +checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" dependencies = [ "ansi_term", "ctor", diff --git a/Cargo.toml b/Cargo.toml index bddab035..c5e37ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ platforms = "2.0.0" [dev-dependencies] assert_matches = "1.5.0" -pretty_assertions = "1.0.0" +pretty_assertions = "1.1.0" wabt = "0.10.0" [features] diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 733a65b2..706d33ea 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -25,4 +25,4 @@ serde_json = "1.0.78" url = { version = "2.2.2", features = ["serde"] } [dev-dependencies] -pretty_assertions = "1.0.0" +pretty_assertions = "1.1.0" -- GitLab