From 2eb9395a23be1895f98ef223e64872e1ab99047e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:08:49 +0000 Subject: [PATCH] Bump indoc from 1.0.8 to 2.0.0 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.8 to 2.0.0. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.8...2.0.0) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pallets/manta-pay/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30600902c..f4c39e67a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3855,9 +3855,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.8" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780" +checksum = "6fe2b9d82064e8a0226fddb3547f37f28eaa46d0fc210e275d835f08cf3b76a7" [[package]] name = "inout" diff --git a/pallets/manta-pay/Cargo.toml b/pallets/manta-pay/Cargo.toml index 8d08ebb84..2888b5f5a 100644 --- a/pallets/manta-pay/Cargo.toml +++ b/pallets/manta-pay/Cargo.toml @@ -88,7 +88,7 @@ precompute-coins = [ # utils anyhow = { version = "1.0.55", optional = true, default-features = false } base64 = { version = "0.20", default-features = false, features = ["alloc"] } -indoc = { version = "1.0.3", optional = true, default-features = false } +indoc = { version = "2.0.0", optional = true, default-features = false } rand_chacha = { version = "0.3.1", optional = true, default-features = false } tempfile = { version = "3.3.0", optional = true, default-features = false }