From 4d1d6b833404ab21dbb95415eb11ab9f29995f74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:48:21 +0000 Subject: [PATCH] Bump indoc from 2.0.2 to 2.0.3 (#178) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- commons/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 296add0..40838bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -720,9 +720,9 @@ dependencies = [ [[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_executable" diff --git a/commons/Cargo.toml b/commons/Cargo.toml index 20557a8..0b71fe2 100644 --- a/commons/Cargo.toml +++ b/commons/Cargo.toml @@ -19,7 +19,7 @@ tempfile = "3" thiserror = "1" walkdir = "2" which_problem = "0.1" -indoc = "2.0.1" +indoc = "2.0.3" libherokubuildpack = "0.13" [dev-dependencies]