1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Bump serde_json from 1.0.81 to 1.0.82

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.81...v1.0.82)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-29 19:35:55 +00:00
committed by Quentin Gliech
parent 70ae9732e0
commit 52a400eb9e
11 changed files with 12 additions and 12 deletions

View File

@ -15,7 +15,7 @@ schemars = { version = "0.8.10", features = ["url", "chrono"] }
tower = { version = "0.4.13", features = ["full"] }
hyper = { version = "0.14.19", features = ["full"] }
serde_yaml = "0.8.24"
serde_json = "1.0.81"
serde_json = "1.0.82"
url = "2.2.2"
argon2 = { version = "0.4.1", features = ["password-hash"] }
reqwest = { version = "0.11.11", features = ["rustls-tls"], default-features = false, optional = true }