From 901157341b00a9c848ef574c888ee03afd81cb46 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 10 Aug 2020 20:55:43 -0500 Subject: [PATCH] Bumped which-rs to 4.0.2 (#2321) This should fix #1541 --- crates/nu-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 6d7e34f455..e1e02d62b5 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -88,7 +88,7 @@ typetag = "0.1.5" umask = "1.0.0" unicode-xid = "0.2.1" uuid_crate = {package = "uuid", version = "0.8.1", features = ["v4"], optional = true} -which = {version = "4.0.1", optional = true} +which = {version = "4.0.2", optional = true} zip = "0.5.6" clipboard = {version = "0.5", optional = true}