aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock5
-rw-r--r--helix-view/Cargo.toml2
2 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 606d7569..5688fd15 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1129,11 +1129,12 @@ checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
[[package]]
name = "which"
-version = "4.1.0"
+version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
+checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
dependencies = [
"either",
+ "lazy_static",
"libc",
]
diff --git a/helix-view/Cargo.toml b/helix-view/Cargo.toml
index cb2032de..89e183f0 100644
--- a/helix-view/Cargo.toml
+++ b/helix-view/Cargo.toml
@@ -36,7 +36,7 @@ serde = { version = "1.0", features = ["derive"] }
toml = "0.5"
log = "~0.4"
-which = "4.1"
+which = "4.2"
[target.'cfg(windows)'.dependencies]
clipboard-win = { version = "4.2", features = ["std"] }