From b56435d60990d238a639bc6f664a3a88c4ee0c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Mar 2022 04:10:19 +0000 Subject: [PATCH] cargo: bump indoc from 1.0.3 to 1.0.4 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.4) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 433264b7f..601b9747b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136" +checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e" dependencies = [ "unindent", ] @@ -1584,9 +1584,9 @@ checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" [[package]] name = "unindent" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7" +checksum = "514672a55d7380da379785a4d70ca8386c8883ff7eaae877be4d2081cebe73d8" [[package]] name = "url" diff --git a/Cargo.toml b/Cargo.toml index 254b4e9f3..c8d8106d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ config = "0.11.0" criterion = "0.3.5" git2 = "0.14.2" hex = "0.4.3" -indoc = "1.0.3" +indoc = "1.0.4" insta = "1.13.0" itertools = "0.10.3" jujutsu-lib = { version = "=0.3.3", path = "lib"}