chore(deps): bump which from 6.0.3 to 7.0.0

Bumps [which](https://github.com/harryfei/which-rs) from 6.0.3 to 7.0.0.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.3...7.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-11 08:28:56 +00:00 committed by Gerald Pinder
parent c774a80f59
commit 99ba74f15c
2 changed files with 15 additions and 3 deletions

View file

@ -16,7 +16,7 @@ directories = "5"
docker_credential = "1"
format_serde_error = "0.3"
process_control = { version = "4", features = ["crossbeam-channel"] }
which = "6"
which = "7"
chrono.workspace = true
clap = { workspace = true, features = ["derive", "env"] }