From 56c7d2a3550faae59cf3a6a9264578777914dcc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 04:03:17 +0000 Subject: [PATCH] chore(deps): bump pretty_assertions from 0.6.1 to 0.7.1 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] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1027157e924b8..2b27d667d033e 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 13b9c2948ab6f..258794dc271e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,7 +255,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"