Bump indoc from 1.0.5 to 1.0.6

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

---
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-05-09 19:32:24 +00:00
committed by Quentin Gliech
parent ab2f21ad9b
commit 1a49ecf0b7
5 changed files with 6 additions and 15 deletions

13
Cargo.lock generated
View File

@@ -1789,12 +1789,9 @@ dependencies = [
[[package]]
name = "indoc"
version = "1.0.5"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a8c9da27a49b1504a78476c7105eb4686f93235fd445444a84e92df5ce6937c"
dependencies = [
"unindent",
]
checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e"
[[package]]
name = "inlinable_string"
@@ -4482,12 +4479,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "unindent"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8"
[[package]]
name = "universal-hash"
version = "0.4.1"

View File

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

View File

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

View File

@@ -66,4 +66,4 @@ mas-storage = { path = "../storage" }
mas-templates = { path = "../templates" }
[dev-dependencies]
indoc = "1.0.5"
indoc = "1.0.6"

View File

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