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

Bump indoc from 1.0.6 to 1.0.7

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

---
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-08-03 13:28:51 +00:00
committed by Quentin Gliech
parent 292c4e671c
commit 20f2b5db74
5 changed files with 6 additions and 6 deletions

View File

@ -12,7 +12,7 @@ serde_json = "1.0.82"
language-tags = { version = "0.3.2", features = ["serde"] }
url = { version = "2.2.2", features = ["serde"] }
parse-display = "0.5.5"
indoc = "1.0.6"
indoc = "1.0.7"
serde_with = { version = "2.0.0", features = ["chrono"] }
chrono = "0.4.19"
sha2 = "0.10.2"