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.86 to 1.0.87

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.86 to 1.0.87.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.86...v1.0.87)

---
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-10-20 06:32:23 +00:00
committed by Quentin Gliech
parent 680cb422a2
commit 94962f4d92
11 changed files with 12 additions and 12 deletions

View File

@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
http = "0.2.8"
serde = "1.0.145"
serde_json = "1.0.86"
serde_json = "1.0.87"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.3.1", features = ["serde"] }
parse-display = "0.6.0"