Update Rust crate which to 4.2.2 (#414)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-08-02 14:19:05 -07:00
committed by GitHub
parent 9cef82b12d
commit 62c67426f2
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -1960,11 +1960,12 @@ dependencies = [
[[package]]
name = "which"
version = "4.1.0"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
checksum = "ea187a8ef279bc014ec368c27a920da2024d2a711109bfbe3440585d5cf27ad9"
dependencies = [
"either",
"lazy_static",
"libc",
]

View File

@@ -31,7 +31,7 @@ handlebars = "4"
dotenv = "0.15.0"
log = "0.4.14"
clap = { version = "3.0.0-beta.2", features = ["yaml"] }
which = "4.1.0"
which = "4.2.2"
serde = { version = "1.0", features = ["derive"], default_features = false }
sysinfo = { version = "0.18.2", default_features = false }
serde_json = "1.0"