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

Bump serde_yaml from 0.9.4 to 0.9.9

Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.4 to 0.9.9.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](https://github.com/dtolnay/serde-yaml/compare/0.9.4...0.9.9)

---
updated-dependencies:
- dependency-name: serde_yaml
  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-08-19 09:15:17 +00:00
committed by Quentin Gliech
parent 9d3dd3d168
commit 3a0d4a43d7
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ dotenv = "0.15.0"
schemars = { version = "0.8.10", features = ["url", "chrono"] }
tower = { version = "0.4.13", features = ["full"] }
hyper = { version = "0.14.20", features = ["full"] }
serde_yaml = "0.9.4"
serde_yaml = "0.9.9"
serde_json = "1.0.83"
url = "2.2.2"
argon2 = { version = "0.4.1", features = ["password-hash"] }