diff --git a/Cargo.lock b/Cargo.lock index c0659cfa..c5bb9e0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5342,9 +5342,9 @@ dependencies = [ [[package]] name = "watchman_client" -version = "0.7.2" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e725bf7c0cf7cd6b413adc8f43e454fcf7caa5cfdf609188dde60eb95bafc5fe" +checksum = "839fea2d85719bb69089290d7970bba2131f544448db8f990ea75813c30775ca" dependencies = [ "anyhow", "bytes 1.1.0", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index e75efa70..58bc3c0c 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.81" url = "2.2.2" argon2 = { version = "0.4.0", features = ["password-hash"] } reqwest = { version = "0.11.10", features = ["rustls-tls"], default-features = false, optional = true } -watchman_client = "0.7.2" +watchman_client = "0.8.0" atty = "0.2.14" tracing = "0.1.35"