From cbac4aa6262ac9bd80d6b002182f6044685bab68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Aug 2022 21:07:20 +0000 Subject: [PATCH] Bump pretty_assertions from 1.1.0 to 1.3.0 Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/rust-pretty-assertions/rust-pretty-assertions/releases) - [Changelog](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 21 +++++++++------------ Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- filetreelist/Cargo.toml | 2 +- 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 65df4defd4..ae12c34b47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,15 +37,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "ansi_term" -version = "0.12.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" -dependencies = [ - "winapi", -] - [[package]] name = "anyhow" version = "1.0.57" @@ -1000,14 +991,14 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.1.0" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" +checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" dependencies = [ - "ansi_term", "ctor", "diff", "output_vt100", + "yansi", ] [[package]] @@ -1652,3 +1643,9 @@ checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" dependencies = [ "linked-hash-map", ] + +[[package]] +name = "yansi" +version = "0.5.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" diff --git a/Cargo.toml b/Cargo.toml index 2ca3999bee..52f66f517b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ which = "4.2" pprof = { version = "=0.6.1", features = ["flamegraph"], optional = true } [dev-dependencies] -pretty_assertions = "1.0" +pretty_assertions = "1.3" [badges] maintenance = { status = "actively-developed" } diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 6c5a268d51..e652ec8717 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -29,7 +29,7 @@ url = "2.2" [dev-dependencies] invalidstring = { path = "../invalidstring", version = "0.1" } -pretty_assertions = "1.0" +pretty_assertions = "1.3" serial_test = "0.6" tempfile = "3.2" diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index c7147a4f42..53efecc3bc 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -16,4 +16,4 @@ scopetime = { path = "../scopetime", version = "0.1" } thiserror = "1.0" [dev-dependencies] -pretty_assertions = "1.0" +pretty_assertions = "1.3"