From 20f2b5db74dd4078f4bca3b48567e422affa68b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Aug 2022 13:28:51 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- 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(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 024da2f0..69757b77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 16395b1a..59c10a18 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -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"] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index b2e0111a..9a5631ab 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -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" } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 3fcd4983..efef3aa9 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -68,4 +68,4 @@ mas-templates = { path = "../templates" } mas-router = { path = "../router" } [dev-dependencies] -indoc = "1.0.6" +indoc = "1.0.7" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 5dda2463..a7520988 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -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"