From 2c0b5e1c88e73dff0e358125ee6a2a55770d579f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 11:53:15 -0400 Subject: [PATCH] chore(deps): bump pretty_assertions from 0.6.1 to 0.7.1 (#6755) Bumps [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions) from 0.6.1 to 0.7.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/v0.6.1...v0.7.1) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac63eef81ec59..4fe7629a612ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5092,13 +5092,13 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "0.6.1" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" +checksum = "f297542c27a7df8d45de2b0e620308ab883ad232d06c14b76ac3e144bda50184" dependencies = [ - "ansi_term 0.11.0", + "ansi_term 0.12.1", "ctor", - "difference", + "diff", "output_vt100", ] diff --git a/Cargo.toml b/Cargo.toml index 3c3d9d7dd43ca..1069dbe2eefec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -256,7 +256,7 @@ httpmock = "0.5.2" libc = "0.2.80" libz-sys = "1.1.2" matches = "0.1.8" -pretty_assertions = "0.6.1" +pretty_assertions = "0.7.1" reqwest = { version = "0.10.9", features = ["json"] } rusty-fork = "0.3.0" tempfile = "3.0.6"