diff options
Diffstat (limited to 'helix-view')
-rw-r--r-- | helix-view/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } |