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

Bump parse-display from 0.5.4 to 0.5.5

Bumps [parse-display](https://github.com/frozenlib/parse-display) from 0.5.4 to 0.5.5.
- [Release notes](https://github.com/frozenlib/parse-display/releases)
- [Commits](https://github.com/frozenlib/parse-display/compare/v0.5.4...v0.5.5)

---
updated-dependencies:
- dependency-name: parse-display
  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-03-10 19:26:04 +00:00
committed by Quentin Gliech
parent 62f633a716
commit d9aeadde0e
3 changed files with 8 additions and 8 deletions

View File

@@ -8,4 +8,4 @@ license = "Apache-2.0"
[dependencies]
serde = "1.0.136"
schemars = "0.8.8"
parse-display = "0.5.4"
parse-display = "0.5.5"

View File

@@ -11,7 +11,7 @@ serde = "1.0.136"
serde_json = "1.0.79"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }
parse-display = "0.5.4"
parse-display = "0.5.5"
indoc = "1.0.4"
serde_with = { version = "1.12.0", features = ["chrono"] }
chrono = "0.4.19"