mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
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:
parent
07b460fc0f
commit
9aeae030e7
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue