From ed360879a6043668f36e33e06935825cd90ef730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:02:35 -0600 Subject: [PATCH] build(deps): bump prettydiff from 0.8.1 to 0.9.0 (#502) Bumps [prettydiff](https://github.com/romankoblov/prettydiff) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/romankoblov/prettydiff/releases) - [Changelog](https://github.com/oli-obk/prettydiff/blob/main/CHANGELOG.md) - [Commits](https://github.com/romankoblov/prettydiff/commits/0.9.0) --- updated-dependencies: - dependency-name: prettydiff dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 249d634..da796a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1007,9 +1007,9 @@ dependencies = [ [[package]] name = "prettydiff" -version = "0.8.1" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9a475bdea0881b8c65eb81f91fe53187b8522352a701b919c5a2c8a2f262808" +checksum = "ac17546d82912e64874e3d5b40681ce32eac4e5834344f51efcf689ff1550a65" dependencies = [ "owo-colors", ] diff --git a/Cargo.toml b/Cargo.toml index 38321c5..7458253 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ bincode = { version = "2.0.1", default-features = false, features = ["alloc", "s anyhow = "1.0.45" cfg-if = "1.0.0" clap = { version = "4.5.53", features = ["derive"] } -prettydiff = { version = "0.8.0", default-features = false } +prettydiff = { version = "0.9.0", default-features = false } serde_yaml = "0.9.16" test-generator = "0.3.1" walkdir = "2.3.2"