diff --git a/Cargo.lock b/Cargo.lock index 86dace16c..4950fa43f 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 c4fbe5e78..4e85adb5b 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"