From 958e533fdf797ed949ff186bd80173441374e3a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:32:20 +0000 Subject: [PATCH] build(deps): bump indoc from 2.0.3 to 2.0.4 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.3...2.0.4) --- 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 1cd83f1..0b96b3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2178,9 +2178,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.3" +version = "2.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c785eefb63ebd0e33416dfcb8d6da0bf27ce752843a45632a67bf10d4d4b5c4" +checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" [[package]] name = "inout" diff --git a/Cargo.toml b/Cargo.toml index 9652222..4ab5053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ chumsky = "1.0.0-alpha.4" expand = "0.3.0" flate2 = "1.0.27" heck = "0.4.1" -indoc = "2.0.3" +indoc = "2.0.4" is-terminal = "0.4.9" itertools = "0.11.0" once_cell = "1.18.0"