aboutsummaryrefslogtreecommitdiff
path: root/helix-view
diff options
context:
space:
mode:
authordependabot[bot]2021-08-02 23:07:33 +0000
committerBlaž Hrastnik2021-08-03 00:20:42 +0000
commitcfef44e3d26b57b96a9c5fd2ee14c29bdfe34486 (patch)
treea8a34e9b81abeb20f3240f94b9e722817ab6aaef /helix-view
parentc9b4b48344ddeb106aa9ce569e4825f2df563356 (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>
Diffstat (limited to 'helix-view')
-rw-r--r--helix-view/Cargo.toml2
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"] }