diff --git a/Cargo.lock b/Cargo.lock index 2aa2392..5c420db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "ansi_term" @@ -614,12 +614,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "which" -version = "3.1.1" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" -dependencies = [ - "libc", -] +checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" [[package]] name = "winapi" diff --git a/Cargo.toml b/Cargo.toml index 21f5a2b..01cfc27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ itertools = "0.10.5" [target.'cfg(unix)'.dependencies] sysinfo = "0.13.1" -which = { version = "3.1.1", default-features = false } +which = { version = "8.0.0", default-features = false } [dev-dependencies] indoc = "2.0.3"