Skip to content

Commit

Permalink
Bump bech32 from 0.9.1 to 0.11.0
Browse files Browse the repository at this point in the history
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](rust-bitcoin/rust-bech32@v0.9.1...v0.11.0)

---
updated-dependencies:
- dependency-name: bech32
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent f25ecfb commit d9c5f66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ std = ["bech32/std", "serde/std", "serde_json/std"]
api = ["std", "dep:reqwest"]

[dependencies]
bech32 = { version = "0.10.0-beta", default-features = false, features = ["alloc"] }
bech32 = { version = "0.11.0", default-features = false, features = ["alloc"] }
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls", "socks"], optional = true }
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }
Expand Down

0 comments on commit d9c5f66

Please sign in to comment.