From 654cced8e3ebdbfaa2458c692349222934106f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 18:32:27 +0000 Subject: [PATCH] Bump indoc from 1.0.8 to 2.0.1 Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.8 to 2.0.1. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.8...2.0.1) --- updated-dependencies: - dependency-name: indoc dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- pallets/manta-pay/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0be711991..13f0dc0eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3855,9 +3855,9 @@ dependencies = [ [[package]] name = "indoc" -version = "1.0.8" +version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da2d6f23ffea9d7e76c53eee25dfb67bcd8fde7f1198b0855350698c9f07c780" +checksum = "9f2cb48b81b1dc9f39676bf99f5499babfec7cd8fe14307f7b3d747208fb5690" [[package]] name = "inout" @@ -12468,7 +12468,7 @@ version = "1.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "digest 0.10.6", "rand 0.8.5", "static_assertions", diff --git a/pallets/manta-pay/Cargo.toml b/pallets/manta-pay/Cargo.toml index e4c20fa4a..188aa6d35 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.1", 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 }