From c3d0b6156d640c9ce99f281027e6c30bfa30bff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 07:46:32 -0700 Subject: [PATCH] chore(deps): bump indoc from 2.0.2 to 2.0.3 (#330) 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 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d61ee3d6f..38f5a45173 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1251,9 +1251,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 = "inout" diff --git a/Cargo.toml b/Cargo.toml index 066808bcc3..1c6fedd7da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ flate2 = { version = "1.0.25", default-features = false, features = ["default"], hex = { version = "0.4", optional = true } hmac = { version = "0.12.1", optional = true } indexmap = { version = "~2.0.0", default-features = false, features = ["std"], optional = true} -indoc = {version = "2.0.2", optional = true } +indoc = {version = "2.0.3", optional = true } itertools = { version = "0.11.0", default-features = false, optional = true } lalrpop-util = { version = "0.20", optional = true } mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"], optional = true} @@ -151,7 +151,7 @@ anyhow = "1" criterion = "0.5" chrono-tz = "0.8" serde_json = "1" -indoc = "2.0.2" +indoc = "2.0.3" tracing-test = { version = "0.2", default-features = false } toml = { version = "0.7.6", default-features = false } mlua = { version = "0.8.8", default-features = false, features = ["lua54", "send", "vendored"]}