From 176c1d8ed6c1f88008bcb1e0116a75ac9b7f39d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:41:04 +0000 Subject: [PATCH] Bump bech32 from 0.10.0-beta to 0.11.0 Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.10.0-beta to 0.11.0. - [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bech32/compare/v0.10.0-beta...v0.11.0) --- updated-dependencies: - dependency-name: bech32 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfd3531c..53f46511 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4497,7 +4497,7 @@ version = "0.32.2" dependencies = [ "anyhow", "async-stream", - "bech32 0.9.1", + "bech32 0.11.0", "bitcoin", "bs58", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index f8c7693d..b880e7bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ anyhow = "1.0" async-stream = "0.3.6" async-trait = "0.1.83" axum = "0.6.18" -bech32 = "0.9.1" +bech32 = "0.11.0" bitcoin = "0.31.2" bs58 = "0.5.1" byte-unit = { version = "4.0.19", default-features = false }