diff --git a/Cargo.lock b/Cargo.lock index c994a479..eeeaa14f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2359,9 +2359,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.7" +version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" +checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780" [[package]] name = "infer" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 78dd1d5c..d4380b45 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -55,7 +55,7 @@ mas-templates = { path = "../templates" } oauth2-types = { path = "../oauth2-types" } [dev-dependencies] -indoc = "1.0.7" +indoc = "1.0.8" [features] default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"] diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 46486092..668f3539 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -29,7 +29,7 @@ rustls-pemfile = "1.0.1" rand = "0.8.5" rand_chacha = "0.3.1" -indoc = "1.0.7" +indoc = "1.0.8" mas-jose = { path = "../jose" } mas-keystore = { path = "../keystore" } diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 74239e61..b19d3457 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -72,7 +72,7 @@ mas-templates = { path = "../templates" } oauth2-types = { path = "../oauth2-types" } [dev-dependencies] -indoc = "1.0.7" +indoc = "1.0.8" insta = "1.23.0" [features] diff --git a/crates/oauth2-types/Cargo.toml b/crates/oauth2-types/Cargo.toml index 6625b377..333e10d2 100644 --- a/crates/oauth2-types/Cargo.toml +++ b/crates/oauth2-types/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1.0.89" language-tags = { version = "0.3.2", features = ["serde"] } url = { version = "2.3.1", features = ["serde"] } parse-display = "0.7.0" -indoc = "1.0.7" +indoc = "1.0.8" serde_with = { version = "2.1.0", features = ["chrono"] } chrono = "0.4.23" sha2 = "0.10.6"