From 1d20c986cd4bc033d12aee3be8022022cd050e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 21:06:05 +0000 Subject: [PATCH] Bump indoc from 1.0.9 to 2.0.4 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.9 to 2.0.4. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.9...2.0.4) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db0cdbac..5b85e460 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -218,7 +218,7 @@ dependencies = [ "getrandom", "hashlink", "hex", - "indoc 1.0.9", + "indoc", "js-sys", "lazy_static", "lfsr", @@ -548,12 +548,6 @@ dependencies = [ "hashbrown", ] -[[package]] -name = "indoc" -version = "1.0.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" - [[package]] name = "indoc" version = "2.0.4" @@ -937,7 +931,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8" dependencies = [ "cfg-if", - "indoc 2.0.4", + "indoc", "libc", "memoffset", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 7bb73d1b..7ba22bab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ lazy_static = "1.4.0" unicode-segmentation = "1.12.0" encoding8 = "0.3.2" num = "0.4.3" -indoc = "1.0" +indoc = "2.0" do-notation = "0.1.3" serde_json = "1.0" sha2 = "0.9.5"