1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump indoc from 1.0.3 to 1.0.4

Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/dtolnay/indoc/releases)
- [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.4)

---
updated-dependencies:
- dependency-name: indoc
  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-02-18 19:39:35 +00:00
committed by Quentin Gliech
parent 16462572cd
commit e4ef5788fa
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ 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"
indoc = "1.0.3"
indoc = "1.0.4"
serde_with = { version = "1.12.0", features = ["chrono"] }
chrono = "0.4.19"
sha2 = "0.10.2"