Remove duplicate which 4.4.2 (#11613)

# Description

`which` 5.0.0 is already in the dependency tree, so remove v4.4.2

Related: https://github.com/nushell/nushell/issues/8060
This commit is contained in:
nibon7
2024-01-22 23:28:47 +08:00
committed by GitHub
parent aaac273cd0
commit 415ebf207f
2 changed files with 4 additions and 16 deletions

View File

@ -17,6 +17,6 @@ nu-glob = { path = "../nu-glob", version = "0.89.1" }
nu-utils = { path = "../nu-utils", version = "0.89.1" }
num-format = "0.4"
which = "4.3"
which = "5.0.0"
tempfile = "3.2"
hamcrest2 = "0.3"