diff --git a/Cargo.lock b/Cargo.lock index d24996f..f8853aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1970,9 +1970,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "which" -version = "6.0.1" +version = "6.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7" +checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index 3e17bbd..af9d123 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ serde_yaml = "0.9.34" shellexpand = "3.1.0" strum = { version = "0.26.3", features = ["derive"] } syscall-numbers = "3.1.1" -which = "6.0.1" +which = "6.0.2" # generated by 'cargo dist init' [profile.dist]