From 5a0ac4cd4f503bae64c525d791ffd32bc04f5a48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 11:29:24 +0000 Subject: [PATCH] chore(deps): bump bech32 from 0.8.1 to 0.9.0 Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/rust-bitcoin/rust-bech32/releases) - [Commits](https://github.com/rust-bitcoin/rust-bech32/commits) --- updated-dependencies: - dependency-name: bech32 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++++++-- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c80b972..743655cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,6 +480,12 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" +[[package]] +name = "bech32" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c5738be7561b0eeb501ef1d5c5db3f24e01ceb55fededd9b00039aada34966ad" + [[package]] name = "bitflags" version = "1.3.2" @@ -1566,7 +1572,7 @@ dependencies = [ "aws-sdk-lambda", "aws-sdk-s3", "aws-sdk-sqs", - "bech32", + "bech32 0.9.0", "clap", "cloud-pubsub", "config", @@ -1658,7 +1664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "000b7c2fe9e8cbcf00853d3dcb690f08a2038cf7ddba9d7c419c749530d6916e" dependencies = [ "base58", - "bech32", + "bech32 0.8.1", "hex", "log 0.4.17", "pallas-codec", diff --git a/Cargo.toml b/Cargo.toml index 11667e65..7553f208 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ pallas = "0.9.1" # pallas = { path = "../pallas/pallas" } hex = "0.4.3" net2 = "0.2.37" -bech32 = "0.8.1" +bech32 = "0.9.0" clap = "3.1.17" log = "0.4.17" env_logger = "0.9.0"