1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-23 01:41:30 +00:00
committed by Quentin Gliech
parent 65bcea97de
commit ff2e569c98
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"