aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-23 08:22:17 +0200
committerGitHub <noreply@github.com>2024-06-23 06:22:17 +0000
commit9aeae030e7834d164172d5d1d811cb4cbd16253c (patch)
tree03aafecd9f0f493e89ab6f474f7e66fbd2c4959a /xtask
parent07b460fc0fc685047d1b54795a721fecfdf0d292 (diff)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'xtask')
-rw-r--r--xtask/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 652fded..db67377 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"