From 7dea7f4d86be76ba98f0d3467eb62fab2a6e290c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:01:59 +0000 Subject: [PATCH] Bump bech32 from 0.11.0 to 0.11.1 in the minor-changes group Bumps the minor-changes group with 1 update: [bech32](https://github.com/rust-bitcoin/rust-bech32). Updates `bech32` from 0.11.0 to 0.11.1 - [Changelog](https://github.com/rust-bitcoin/rust-bech32/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-bech32/compare/v0.11.0...bech32-0.11.1) --- updated-dependencies: - dependency-name: bech32 dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-changes ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8cc204..9298fe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "aho-corasick" @@ -19,9 +19,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "bech32" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d" +checksum = "32637268377fc7b10a8c6d51de3e7fba1ce5dd371a96e342b34e6078db558e7f" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 4783a33..cb1466f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ compile-fmt = "0.1.0" [dev-dependencies] base64 = "0.22.1" -bech32 = "0.11.0" +bech32 = "0.11.1" doc-comment = "0.3.4" hex = "0.4.3" pem = "3.0.6"