From 9aeae030e7834d164172d5d1d811cb4cbd16253c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 08:22:17 +0200 Subject: [PATCH] Update diffy requirement from 0.3.0 to 0.4.0 (#950) Updates the requirements on [diffy](https://github.com/bmwill/diffy) to permit the latest version. - [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md) - [Commits](https://github.com/bmwill/diffy/commits) --- updated-dependencies: - dependency-name: diffy dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 652fdedadc..db673771df 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,4 +10,4 @@ clap = { version = "4", features = ["derive"] } pretty_env_logger = "0.5.0" log = "0.4.17" rayon = { version = "1.6.1", optional = true } -diffy = "0.3.0" +diffy = "0.4.0"