From 2baf70814c06ce058a7dba67327580053df8c784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 09:52:36 +0000 Subject: [PATCH] chore(deps)(deps): bump diffy from 0.4.2 to 0.5.0 Bumps [diffy](https://github.com/bmwill/diffy) from 0.4.2 to 0.5.0. - [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md) - [Commits](https://github.com/bmwill/diffy/compare/0.4.2...0.5.0) --- updated-dependencies: - dependency-name: diffy dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e3970d2..cc224633 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1512,11 +1512,11 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" [[package]] name = "diffy" -version = "0.4.2" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291" +checksum = "05264ab2aab4fb952fc4b0f3f6eff1ddfb4563064053a4ea174d91537584a769" dependencies = [ - "nu-ansi-term", + "hashbrown 0.17.1", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 79115712..1ef9ae79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -181,7 +181,7 @@ filetime = "0.2" # Unified-diff generation and strict apply for `lpm patch`. # Pure-Rust, GNU patch format, no fuzzy matching by default. -diffy = "0.4" +diffy = "0.5" # POSIX shell tokenizer for the static-gate classifier. Pure-Rust, no # dependencies, understands standard shell quoting so