From 1a49ecf0b7fd0dcbf4e528e9d4bb0d53e1983f69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 19:32:24 +0000 Subject: [PATCH] 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] --- Cargo.lock | 13 ++----------- crates/cli/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/oauth2-types/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23b30c6d7..d94eb275c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index bdfaf8538..022086a82 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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"] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 3567aa7e2..4017e8b41 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -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" } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index b80482bdd..d06a67718 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -66,4 +66,4 @@ mas-storage = { path = "../storage" } mas-templates = { path = "../templates" } [dev-dependencies] -indoc = "1.0.5" +indoc = "1.0.6" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 3552208f4..e8768e16f 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -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"