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

build(deps): bump serde_json from 1.0.97 to 1.0.99

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.97 to 1.0.99.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.97...v1.0.99)

---
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]
2023-06-26 20:01:09 +00:00
committed by Quentin Gliech
parent db2354f1fb
commit fa4d25bec5
14 changed files with 15 additions and 15 deletions

View File

@ -21,7 +21,7 @@ opentelemetry = "0.19.0"
rustls = { version = "0.21.2", optional = true }
rustls-native-certs = { version = "0.6.3", optional = true }
serde = "1.0.164"
serde_json = "1.0.97"
serde_json = "1.0.99"
serde_urlencoded = "0.7.1"
thiserror = "1.0.40"
tokio = { version = "1.28.2", features = ["sync", "parking_lot"], optional = true }