From d095cb91e47b0b130d7594f2d20a0bfbed9af0e9 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Mon, 22 Jun 2020 12:58:10 -0500 Subject: [PATCH] bump which from 3 to 4.0.1 (#2035) This release should work with reparse points like WinGet. --- 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 070e8f04bb..c2bc38df22 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -85,7 +85,7 @@ toml = "0.5.6" typetag = "0.1.4" umask = "1.0.0" unicode-xid = "0.2.0" -which = "3" +which = "4.0.1" trash = { version = "1.0.1", optional = true } clipboard = { version = "0.5", optional = true }