From 29fc6715e9b2a43ac93fa3faaf9aad01b51ab64c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 03:06:13 +0000 Subject: [PATCH] build(deps): bump indoc from 1.0.3 to 1.0.7 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.3 to 1.0.7. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.3...1.0.7) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2a63b3a..65f62d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,12 +289,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.3" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136" -dependencies = [ - "unindent", -] +checksum = "adab1eaa3408fb7f0c777a73e7465fd5656136fc93b670eb6df3c88c2c1344e3" [[package]] name = "itoa" @@ -795,12 +792,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" -[[package]] -name = "unindent" -version = "0.1.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7" - [[package]] name = "untrusted" version = "0.7.1" diff --git a/Cargo.toml b/Cargo.toml index 5713f2c..df8c7eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ clap_generate = "3.0.0-beta.5" console = "0.15.0" dirs-next = "2.0.0" indicatif = "0.16.2" -indoc = "1.0.3" +indoc = "1.0.7" semver = "1.0.4" serde = { version = "1.0.132", features = ["derive"] } serde_json = "1.0.73"