From 8577570d13e2334cbc51b51e7c9a9fac9318213e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:23:06 +0000 Subject: [PATCH] build(deps): Bump pretty_assertions from 1.4.0 to 1.4.1 Bumps [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) from 1.4.0 to 1.4.1. - [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.4.0...v1.4.1) --- updated-dependencies: - dependency-name: pretty_assertions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++---------- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60c6e34..5ce24b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1789,12 +1789,12 @@ dependencies = [ [[package]] name = "pretty_assertions" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66" +checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d" dependencies = [ "diff", - "yansi 0.5.1", + "yansi", ] [[package]] @@ -1825,7 +1825,7 @@ dependencies = [ "quote", "syn 2.0.77", "version_check", - "yansi 1.0.1", + "yansi", ] [[package]] @@ -3064,12 +3064,6 @@ dependencies = [ "windows-sys 0.59.0", ] -[[package]] -name = "yansi" -version = "0.5.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec" - [[package]] name = "yansi" version = "1.0.1" diff --git a/Cargo.toml b/Cargo.toml index 26de936..575662b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ winnow = { version = "0.6.18", default-features = false, features = [ pathdiff = { version = "0.2.1", features = [ "camino", ], default-features = false } -pretty_assertions = { version = "1.4.0", default-features = false, features = [ +pretty_assertions = { version = "1.4.1", default-features = false, features = [ "std", ] } tempfile = { version = "3.12.0", default-features = false }