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

build(deps): bump indoc from 1.0.8 to 2.0.0

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

---
updated-dependencies:
- dependency-name: indoc
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-01-30 17:08:46 +00:00
committed by Quentin Gliech
parent d81c0296d1
commit 235b0b46a8
5 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ mas-templates = { path = "../templates" }
oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
indoc = "1.0.8"
indoc = "2.0.0"
[features]
default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"]