diff options
author | Davide Ferrero | 2023-11-25 16:37:00 +0000 |
---|---|---|
committer | GitHub | 2023-11-25 16:37:00 +0000 |
commit | 3f9788daaa0669a81e218d18636f9abb285b6c15 (patch) | |
tree | bcefd13f99c630f5808da2d06bb15d791121575a /helix-view | |
parent | 8c68074fa6d2e3771bbc1a7f80bc9b422a787da4 (diff) |
update which crate to 5.0.0 (#8902)
* update which crate to 5.0.0
* update which crate to 5.0.0
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 a5218b9a..9fe24bca 100644 --- a/helix-view/Cargo.toml +++ b/helix-view/Cargo.toml @@ -43,7 +43,7 @@ serde_json = "1.0" toml = "0.7" log = "~0.4" -which = "4.4" +which = "5.0.0" parking_lot = "0.12.1" |