diff --git a/Cargo.lock b/Cargo.lock index 5f16f35f..1d4970ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2562,7 +2562,7 @@ dependencies = [ "url", "uzers", "webpki-roots", - "which 6.0.3", + "which 7.0.0", "windows 0.58.0", "windows-service", ] @@ -3175,9 +3175,9 @@ dependencies = [ [[package]] name = "which" -version = "6.0.3" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f" +checksum = "c9cad3279ade7346b96e38731a641d7343dd6a53d55083dd54eadfa5a1b38c6b" dependencies = [ "either", "home", diff --git a/Cargo.toml b/Cargo.toml index 8994c768..eff960cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -167,7 +167,7 @@ csv = "1.1" hostname = "0.3" byte-unit = { version = "5.0.3", features = ["serde"]} ipnet = "2.7" -which = { version = "6.0.1", optional = true } +which = { version = "7.0.0", optional = true } glob = "0.3.1" # process