1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +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

4
Cargo.lock generated
View File

@ -1993,9 +1993,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.6"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3"
[[package]]
name = "inlinable_string"

View File

@ -44,7 +44,7 @@ mas-tasks = { path = "../tasks" }
mas-templates = { path = "../templates" }
[dev-dependencies]
indoc = "1.0.6"
indoc = "1.0.7"
[features]
default = ["otlp", "jaeger", "zipkin"]

View File

@ -32,7 +32,7 @@ chacha20poly1305 = { version = "0.10.0", features = ["std"] }
cookie = { version = "0.16.0", features = ["private", "key-expansion"] }
data-encoding = "2.3.2"
indoc = "1.0.6"
indoc = "1.0.7"
mas-jose = { path = "../jose" }
mas-iana = { path = "../iana" }

View File

@ -68,4 +68,4 @@ mas-templates = { path = "../templates" }
mas-router = { path = "../router" }
[dev-dependencies]
indoc = "1.0.6"
indoc = "1.0.7"

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"