From d3b05bc764e53ad4a7f2bb2f19c766e781779ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:47:27 +0000 Subject: [PATCH] build(deps): bump indoc from 2.0.2 to 2.0.3 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.2...2.0.3) --- 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 3f0193b..e0bb474 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,9 +141,9 @@ checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" [[package]] name = "indoc" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "761cde40c27e2a9877f8c928fd248b7eec9dd48623dd514b256858ca593fbba7" +checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" [[package]] name = "is-terminal" diff --git a/Cargo.toml b/Cargo.toml index 39daceb..c5ad9c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ license = "MIT" anstream = "0.3.2" clap = { version = "4.3.8", features = ["cargo", "color"] } extend-lifetime = "0.2.0" -indoc = "2.0.1" +indoc = "2.0.3" log = { version = "0.4.19", features = ["kv_unstable"] } once_cell = "1.18.0" regex = "1.9.1"