diff --git a/Cargo.lock b/Cargo.lock index 682c4fc01..ef88606e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3497,9 +3497,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/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 08e3941f2..4e5bafd26 100644 --- a/crates/bws/Cargo.toml +++ b/crates/bws/Cargo.toml @@ -44,7 +44,7 @@ thiserror = "1.0.57" tokio = { workspace = true, features = ["rt-multi-thread"] } toml = "0.8.10" uuid = { version = "1.7.0", features = ["serde"] } -which = "6.0.1" +which = "7.0.0" [build-dependencies] bitwarden-cli = { workspace = true }