build(deps): bump which from 7.0.3 to 8.0.0 (#13729)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diagnostic-severity-glyphs
dependabot[bot] 2025-06-10 09:42:04 -05:00 committed by GitHub
parent 2b26d27416
commit 05a4d05646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

5
Cargo.lock generated
View File

@ -3006,11 +3006,10 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]] [[package]]
name = "which" name = "which"
version = "7.0.3" version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762" checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d"
dependencies = [ dependencies = [
"either",
"env_home", "env_home",
"rustix 1.0.7", "rustix 1.0.7",
"winsafe", "winsafe",

View File

@ -15,7 +15,7 @@ homepage.workspace = true
dunce = "1.0" dunce = "1.0"
etcetera = "0.10" etcetera = "0.10"
ropey.workspace = true ropey.workspace = true
which = "7.0" which = "8.0"
regex-cursor = "0.1.5" regex-cursor = "0.1.5"
bitflags.workspace = true bitflags.workspace = true
once_cell = "1.21" once_cell = "1.21"