diff options
author | dependabot[bot] | 2021-08-02 23:07:33 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-03 00:20:42 +0000 |
commit | cfef44e3d26b57b96a9c5fd2ee14c29bdfe34486 (patch) | |
tree | a8a34e9b81abeb20f3240f94b9e722817ab6aaef | |
parent | c9b4b48344ddeb106aa9ce569e4825f2df563356 (diff) |
Bump which from 4.1.0 to 4.2.2
Bumps [which](https://github.com/harryfei/which-rs) from 4.1.0 to 4.2.2.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Commits](https://github.com/harryfei/which-rs/compare/4.1.0...4.2.2)
---
updated-dependencies:
- dependency-name: which
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 5 | ||||
-rw-r--r-- | helix-view/Cargo.toml | 2 |
2 files changed, 4 insertions, 3 deletions
@@ -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"] } |