From a932c584ef4b14a89c5a09b80450efed305547ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:37:22 +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 ++----------------------- martian-derive/Cargo.toml | 2 +- martian/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 25 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc7f13c558..acd1f5274a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,16 +322,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 = "diff" version = "0.1.13" @@ -739,15 +729,6 @@ version = "11.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" -[[package]] -name = "output_vt100" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" -dependencies = [ - "winapi", -] - [[package]] name = "pkg-config" version = "0.3.26" @@ -790,13 +771,11 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[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/martian-derive/Cargo.toml b/martian-derive/Cargo.toml index dce0fbb4b1..ea222b9b3c 100644 --- a/martian-derive/Cargo.toml +++ b/martian-derive/Cargo.toml @@ -20,4 +20,4 @@ proc-macro = true [dev-dependencies] trybuild = "1.0" -pretty_assertions = "1.2.1" +pretty_assertions = "1.4.0" diff --git a/martian/Cargo.toml b/martian/Cargo.toml index bc36899380..4e2c476955 100644 --- a/martian/Cargo.toml +++ b/martian/Cargo.toml @@ -21,7 +21,7 @@ rayon = { version = ">=1.0", optional = true } [dev-dependencies] indoc = "2.0.2" -pretty_assertions = "1.2.1" +pretty_assertions = "1.4.0" insta = "1.30" [features]