From 828c995d46133035bd8a7cbafaae62cbdd1f6665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 15:31:15 +0000 Subject: [PATCH] cargo: bump indoc from 1.0.4 to 1.0.5 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.4...1.0.5) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ca8f5afd..ab016ba7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -648,9 +648,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.4" +version = "1.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7906a9fababaeacb774f72410e497a1d18de916322e33797bb2cd29baa23c9e" +checksum = "4a8c9da27a49b1504a78476c7105eb4686f93235fd445444a84e92df5ce6937c" dependencies = [ "unindent", ] diff --git a/Cargo.toml b/Cargo.toml index 213c82b07..1597cfd8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ criterion = "0.3.5" dirs = "4.0.0" git2 = "0.14.2" hex = "0.4.3" -indoc = "1.0.4" +indoc = "1.0.5" itertools = "0.10.3" jujutsu-lib = { version = "=0.4.0", path = "lib"} maplit = "1.0.2"