From d09517316f20a8ac0181cc91e7420466c3d88a5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:37:40 +0000 Subject: [PATCH] chore(deps): bump bech32 from 0.8.1 to 0.9.1 Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.8.1 to 0.9.1. - [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bech32/compare/v0.8.1...v0.9.1) --- updated-dependencies: - dependency-name: bech32 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++--------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d82e274e..b0b846cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,12 +235,6 @@ version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" -[[package]] -name = "bech32" -version = "0.8.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" - [[package]] name = "bech32" version = "0.9.1" @@ -516,7 +510,7 @@ name = "dolos" version = "0.3.0" dependencies = [ "async-trait", - "bech32 0.8.1", + "bech32", "bincode", "bytes", "clap", @@ -1240,7 +1234,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd7f15d1ae14780f70ae959bfc202ce7c5ac4e3bb559be23f4d75dff2d04d2c4" dependencies = [ "base58", - "bech32 0.9.1", + "bech32", "hex", "pallas-codec", "pallas-crypto", @@ -1295,7 +1289,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "623ae70a83643d7f3e51e8fd45588383f3259799c50f791cb43b31305b90c07c" dependencies = [ "base58", - "bech32 0.9.1", + "bech32", "hex", "log", "pallas-codec", diff --git a/Cargo.toml b/Cargo.toml index 37bf2248..22b8d090 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ utxorpc = { version = "1.0.0-alpha.1" } hex = "0.4.3" net2 = "0.2.37" -bech32 = "0.8.1" +bech32 = "0.9.1" clap = { version = "4.3.0", features = ["derive"] } log = "0.4.18" env_logger = "0.9.0"