diff --git a/Cargo.lock b/Cargo.lock index 43efcbddb..31e2988d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1593,7 +1593,7 @@ dependencies = [ "toml", "unicode-width", "uzers", - "which 8.0.5", + "which 8.0.6", "windows-sys 0.61.2", ] @@ -2523,9 +2523,9 @@ dependencies = [ [[package]] name = "which" -version = "8.0.5" +version = "8.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f3ef584124b911bcc3875c2f1472e80f24361ceb789bd1c62b3e9a3df9ff43c" +checksum = "bae2f2b2b816647a1cab1acc91f5bd20812d53cb344382635ec2181940c8034f" dependencies = [ "libc", ]