Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump which from 6.0.3 to 7.0.0 (#12090)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2024-11-21
parent 6cca982 · commit 35802cb
-rw-r--r--Cargo.lock4
-rw-r--r--helix-stdx/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86dace16..4950fa43 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2691,9 +2691,9 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "which"
-version = "6.0.3"
+version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
+checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b"
dependencies = [
"either",
"home",
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml
index c4fbe5e7..4e85adb5 100644
--- a/helix-stdx/Cargo.toml
+++ b/helix-stdx/Cargo.toml
@@ -15,7 +15,7 @@ homepage.workspace = true
dunce = "1.0"
etcetera = "0.8"
ropey = { version = "1.6.1", default-features = false }
-which = "6.0"
+which = "7.0"
regex-cursor = "0.1.4"
bitflags = "2.6"