From 96a7ce7ecd6c95c570f91552f16b692887dbbdb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:42:38 +0000 Subject: [PATCH] chore(deps): bump indoc from 2.0.4 to 2.0.5 Bumps [indoc](https://github.com/dtolnay/indoc) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/2.0.4...2.0.5) --- 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 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aff000930..6716fa020 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1139,9 +1139,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.4" +version = "2.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8" +checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" [[package]] name = "inout" diff --git a/Cargo.toml b/Cargo.toml index d32f5cc86..01350ec47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ flate2 = { version = "1.0.28", default-features = false, features = ["default"], hex = { version = "0.4", optional = true } hmac = { version = "0.12.1", optional = true } indexmap = { version = "~2.1.0", default-features = false, features = ["std"], optional = true} -indoc = {version = "2.0.4", optional = true } +indoc = {version = "2.0.5", optional = true } itertools = { version = "0.12.0", default-features = false, optional = true } lalrpop-util = { version = "0.20", optional = true } mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"], optional = true} @@ -147,7 +147,7 @@ anyhow = "1" criterion = "0.5" chrono-tz = "0.8" serde_json = "1" -indoc = "2.0.4" +indoc = "2.0.5" tracing-test = { version = "0.2", default-features = false } toml = { version = "0.8.8", default-features = false } mlua = { version = "0.9.2", default-features = false, features = ["lua54", "send", "vendored"]}