diff --git a/Cargo.lock b/Cargo.lock index 895e1af..38978e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1318,14 +1318,15 @@ dependencies = [ [[package]] name = "which" -version = "4.4.2" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" +checksum = "9bf3ea8596f3a0dd5980b46430f2058dfe2c36a27ccfbb1845d6fbfcd9ba6e14" dependencies = [ "either", "home", "once_cell", "rustix", + "windows-sys", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index d9969df..08a76fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ ctrlc = "3.4.1" regex = "1.9.5" lazy_static = "1.4.0" ureq = { version = "2.7.1", features = ["json"] } -which = "4.4.2" +which = "5.0.0" log = "0.4.20" env_logger = "0.10.0"