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>
This commit is contained in:
dependabot[bot] 2024-06-23 08:22:17 +02:00 committed by GitHub
parent 07b460fc0f
commit 9aeae030e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,4 +10,4 @@ clap = { version = "4", features = ["derive"] }
pretty_env_logger = "0.5.0" pretty_env_logger = "0.5.0"
log = "0.4.17" log = "0.4.17"
rayon = { version = "1.6.1", optional = true } rayon = { version = "1.6.1", optional = true }
diffy = "0.3.0" diffy = "0.4.0"