From e0cf0f54c5c7c1b6352071fdb8ab53aed73fb7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:54:44 +0000 Subject: [PATCH] chore(deps): Bump bech32 from 0.11.1 to 0.12.0 Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.11.1 to 0.12.0. - [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bech32/compare/bech32-0.11.1...bech32-0.12.0) --- updated-dependencies: - dependency-name: bech32 dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eada67c..611930b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,6 +110,12 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32637268377fc7b10a8c6d51de3e7fba1ce5dd371a96e342b34e6078db558e7f" +[[package]] +name = "bech32" +version = "0.12.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "efbd3e1070bbdf4cd88a75264e18e8a26f7cb5c6949eadf0ceb85fb159cf08f8" + [[package]] name = "bip32" version = "0.5.3" @@ -147,7 +153,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39581299241111285f3268ba75ddf372746fd041620918b145c1af9d75e91b6c" dependencies = [ "base58ck", - "bech32", + "bech32 0.11.1", "bitcoin-io", "bitcoin-units", "bitcoin_hashes", @@ -751,7 +757,7 @@ dependencies = [ name = "kobe-cosmos" version = "2.0.1" dependencies = [ - "bech32", + "bech32 0.12.0", "kobe-primitives", "ripemd 0.2.0", "sha2 0.11.0", @@ -777,7 +783,7 @@ dependencies = [ name = "kobe-nostr" version = "2.0.1" dependencies = [ - "bech32", + "bech32 0.12.0", "kobe-primitives", "zeroize", ] @@ -801,7 +807,7 @@ dependencies = [ name = "kobe-spark" version = "2.0.1" dependencies = [ - "bech32", + "bech32 0.12.0", "hex", "kobe-primitives", ] diff --git a/Cargo.toml b/Cargo.toml index fac7b6a..bf751f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ kobe-xrpl = { version = "2.0", path = "crates/kobe-xrpl", default-features = fal alloy-primitives = { version = "1.6.0", default-features = false, features = ["k256"] } base64 = { version = "0.22.1", default-features = false, features = ["alloc"] } -bech32 = { version = "0.11.1", default-features = false, features = ["alloc"] } +bech32 = { version = "0.12.0", default-features = false, features = ["alloc"] } bip32 = { version = "0.5.3", default-features = false, features = ["secp256k1", "alloc"] } bip39 = { version = "2.2.2", default-features = false } bitcoin = { version = "0.32.100", default-features = false }