From 40429fcc9ef6da514b125960a5dd8ef3cce00792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:02:30 +0000 Subject: [PATCH] build(deps): bump indoc from 2.0.1 to 2.0.2 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.1...2.0.2) --- 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 ec50d231..69808d50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2787,9 +2787,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" +checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" [[package]] name = "infer" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 772c8a77..fd30172b 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -66,7 +66,7 @@ mas-tower = { path = "../tower" } oauth2-types = { path = "../oauth2-types" } [dev-dependencies] -indoc = "2.0.1" +indoc = "2.0.2" [features] default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index e8fece2c..44770ca9 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -29,7 +29,7 @@ rustls-pemfile = "1.0.3" rand = "0.8.5" rand_chacha = "0.3.1" -indoc = "2.0.1" +indoc = "2.0.2" mas-jose = { path = "../jose" } mas-keystore = { path = "../keystore" } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index f47a8699..4c6b1159 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -74,7 +74,7 @@ mas-templates = { path = "../templates" } oauth2-types = { path = "../oauth2-types" } [dev-dependencies] -indoc = "2.0.1" +indoc = "2.0.2" insta = "1.30.0" tracing-subscriber = "0.3.17" diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index ced4979e..cd4aad79 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1.0.99" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.4.0", features = ["serde"] } parse-display = "0.8.1" -indoc = "2.0.1" +indoc = "2.0.2" serde_with = { version = "3.0.0", features = ["chrono"] } chrono = "0.4.26" sha2 = "0.10.7"