From 4d0b6d882149194216e2321b4df8c1ea20489cec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 05:41:03 +0000 Subject: [PATCH] Bump pretty_assertions from 1.3.0 to 1.4.0 (#9781) --- Cargo.lock | 25 ++----------------------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a9992562..e59de1f17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -931,16 +931,6 @@ dependencies = [ "memchr", ] -[[package]] -name = "ctor" -version = "0.1.26" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" -dependencies = [ - "quote", - "syn 1.0.109", -] - [[package]] name = "ctrlc" version = "3.4.0" @@ -3314,15 +3304,6 @@ dependencies = [ "windows-sys 0.48.0", ] -[[package]] -name = "output_vt100" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" -dependencies = [ - "winapi", -] - [[package]] name = "owo-colors" version = "3.5.0" @@ -3933,13 +3914,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 234fe21d7..b3f787ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ nu-test-support = { path = "./crates/nu-test-support", version = "0.82.1" } tempfile = "3.7" assert_cmd = "2.0" criterion = "0.5" -pretty_assertions = "1.0" +pretty_assertions = "1.4" serial_test = "2.0" rstest = { version = "0.17", default-features = false }