From b7d62a01acaa91a6ddbba1016c8c5b6b9e09b7e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 16:00:39 +0000 Subject: [PATCH] Bump indoc from 1.0.4 to 1.0.6 (#627) --- Cargo.lock | 7 ++----- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a490434b..32eb1b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,12 +784,9 @@ checksum = "990980c3d268c9b99df35e813eca2b8d1ee08606f6d2bb325edbd0b0c68f9ffe" [[package]] name = "indoc" -version = "1.0.4" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e" -dependencies = [ - "unindent", -] +checksum = "05a0bd019339e5d968b37855180087b7b9d512c5046fbd244cf8c95687927d6e" [[package]] name = "insta" diff --git a/Cargo.toml b/Cargo.toml index f4f41c3f..93ea012b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,7 +93,7 @@ optional = true [dev-dependencies] criterion = { version = "0.3.5" } -indoc = "1.0.4" +indoc = "1.0.6" insta = { version = "1.14.0", features = ["backtrace"] } typed-builder = "0.10.0" unindent = "0.1.8"