Bump which from 3.0.0 to 3.1.1

Bumps [which](https://github.com/harryfei/which-rs) from 3.0.0 to 3.1.1.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Commits](https://github.com/harryfei/which-rs/compare/3.0.0...3.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-05-27 08:21:22 +00:00 committed by GitHub
parent 34a41f57c6
commit 93d7b48e3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6665,9 +6665,9 @@ dependencies = [
[[package]]
name = "which"
version = "3.0.0"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240a31163872f7e8e49f35b42b58485e35355b07eb009d9f3686733541339a69"
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
"libc",
]