Bumped which-rs to 4.0.2 (#2321)

This should fix #1541
This commit is contained in:
Darren Schroeder 2020-08-10 20:55:43 -05:00 committed by GitHub
parent eb766b80c1
commit 901157341b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}