From df54aefee429e6cfa4bcb93d8f707b8c42fc0675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 15:37:39 +0000 Subject: [PATCH] chore(deps): bump bech32 from 0.9.1 to 0.11.0 Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.9.1 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.9.1...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 c9092fa5..48cfdb4d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4398,7 +4398,7 @@ dependencies = [ "aws-sdk-s3", "aws-sdk-sqs", "aws-types", - "bech32 0.9.1", + "bech32 0.11.0", "bytes", "clap", "config", diff --git a/Cargo.toml b/Cargo.toml index 5c123f5d..96801ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ gasket-prometheus = { version = "^0.7" } # gasket = { git = "https://github.com/construkts/gasket-rs.git", features = ["derive"] } hex = "0.4.3" -bech32 = "0.9.1" +bech32 = "0.11.0" clap = { version = "4.2.7", features = ["derive"] } env_logger = "0.10.0" crossterm = "0.26"