From ff2e569c987ace28da4779a2d72c4e0077730f39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 01:41:30 +0000 Subject: [PATCH] Bump watchman_client from 0.7.2 to 0.8.0 Bumps [watchman_client](https://github.com/facebook/watchman) from 0.7.2 to 0.8.0. - [Release notes](https://github.com/facebook/watchman/releases) - [Commits](https://github.com/facebook/watchman/commits) --- updated-dependencies: - dependency-name: watchman_client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"