From 9d6ed65a954450609b719cc30653f423318000be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:08:33 +0000 Subject: [PATCH] Bump indoc from 2.0.4 to 2.0.5 (#3764) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 558b675e55..14a6f74acb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2120,9 +2120,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 = "instant" diff --git a/Cargo.toml b/Cargo.toml index e3e8502a84..b8588aee47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ colored = "2.1.0" fast-float = "0.2.0" hashbrown = { version = "0.14.3", default-features = false } indexmap = { version = "2.2.5", default-features = false } -indoc = "2.0.4" +indoc = "2.0.5" jemallocator = "0.5.4" num-bigint = "0.4.4" num-traits = "0.2.18"