From c2435c2752e1cb5315ce62e7ce2519976e5c67d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 02:12:16 +0000 Subject: [PATCH] Bump pretty_assertions from 1.3.0 to 1.4.0 Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.3.0 to 1.4.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.3.0...v1.4.0) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 ++----------------------- Cargo.toml | 2 +- asyncgit/Cargo.toml | 2 +- filetreelist/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8613672d..46194aac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,16 +361,6 @@ dependencies = [ "winapi", ] -[[package]] -name = "ctor" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "cxx" version = "1.0.90" @@ -1279,15 +1269,6 @@ dependencies = [ "vcpkg", ] -[[package]] -name = "output_vt100" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" -dependencies = [ - "winapi", -] - [[package]] name = "parking_lot" version = "0.12.1" @@ -1376,13 +1357,11 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.3.0" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755" +checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" dependencies = [ - "ctor", "diff", - "output_vt100", "yansi", ] diff --git a/Cargo.toml b/Cargo.toml index a4a94257..2c1a7e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ which = "4.4" pprof = { version = "0.11", features = ["flamegraph"], optional = true } [dev-dependencies] -pretty_assertions = "1.3" +pretty_assertions = "1.4" tempfile = "3.4" [badges] diff --git a/asyncgit/Cargo.toml b/asyncgit/Cargo.toml index 0d819d1b..95fd6aec 100644 --- a/asyncgit/Cargo.toml +++ b/asyncgit/Cargo.toml @@ -31,7 +31,7 @@ url = "2.4" [dev-dependencies] env_logger = "0.10" invalidstring = { path = "../invalidstring", version = "0.1" } -pretty_assertions = "1.3" +pretty_assertions = "1.4" serial_test = "1.0" tempfile = "3.4" diff --git a/filetreelist/Cargo.toml b/filetreelist/Cargo.toml index c4e6df2c..65c32fcc 100644 --- a/filetreelist/Cargo.toml +++ b/filetreelist/Cargo.toml @@ -15,4 +15,4 @@ keywords = ["gui", "cli", "terminal", "ui", "tui"] thiserror = "1.0" [dev-dependencies] -pretty_assertions = "1.3" +pretty_assertions = "1.4"