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

Bump serde_json from 1.0.89 to 1.0.91

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.89 to 1.0.91.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.89...v1.0.91)

---
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-12-20 19:04:55 +00:00
committed by Quentin Gliech
parent e484aa1712
commit 1eda19de09
13 changed files with 14 additions and 14 deletions

View File

@ -31,7 +31,7 @@ once_cell = "1.16.0"
mime = "0.3.16"
rand = "0.8.5"
serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.89"
serde_json = "1.0.91"
serde_urlencoded = "0.7.1"
serde_with = "2.1.0"
thiserror = "1.0.37"