From 6141b528ffd916140b8b8333eee2c21ab03c20bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 17:04:14 +0000 Subject: [PATCH] build(deps): Update bech32 requirement from 0.9.1 to 0.11.0 Updates the requirements on [bech32](https://github.com/rust-bitcoin/rust-bech32) to permit the latest version. - [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-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/avalanche-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/avalanche-types/Cargo.toml b/crates/avalanche-types/Cargo.toml index 5f3a1e9..3a02def 100644 --- a/crates/avalanche-types/Cargo.toml +++ b/crates/avalanche-types/Cargo.toml @@ -15,7 +15,7 @@ workspace = true [dependencies] async-trait = "0.1.73" # for "key::secp256k1" sign trait, https://github.com/dtolnay/async-trait -bech32 = "0.9.1" +bech32 = "0.11.0" blst = "0.3.10" # https://github.com/supranational/blst/tree/master/bindings/rust, for "BLS bs58 = { version = "0.5.0", features = ["cb58"] } bytes = "1.4.0"