chore(deps): bump which from 7.0.3 to 8.0.0

Bumps [which](https://github.com/harryfei/which-rs) from 7.0.3 to 8.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/7.0.3...8.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-version: 8.0.0
  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] 2025-06-09 09:04:59 +00:00 committed by Gerald Pinder
parent 500ff9965c
commit 2b843a5c22
2 changed files with 13 additions and 2 deletions

13
Cargo.lock generated
View file

@ -570,7 +570,7 @@ dependencies = [
"serde_json",
"serde_yml",
"syntect",
"which 7.0.3",
"which 8.0.0",
]
[[package]]
@ -5523,6 +5523,17 @@ dependencies = [
"winsafe",
]
[[package]]
name = "which"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
dependencies = [
"env_home",
"rustix 1.0.7",
"winsafe",
]
[[package]]
name = "winapi"
version = "0.3.9"

View file

@ -18,7 +18,7 @@ docker_credential = "1"
format_serde_error = "0.3"
lenient_semver = "0.4"
process_control = { version = "4", features = ["crossbeam-channel"] }
which = "7"
which = "8"
cached.workspace = true
chrono.workspace = true