Skip to content

Commit

Permalink
Bump bech32 from 0.8.1 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [bech32](https://github.com/rust-bitcoin/rust-bech32) from 0.8.1 to 0.9.1.
- [Release notes](https://github.com/rust-bitcoin/rust-bech32/releases)
- [Commits](rust-bitcoin/rust-bech32@v0.8.1...v0.9.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2022
1 parent 0c664d1 commit 66c5860
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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 jcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0.81"
serde_yaml = "0.8"
bincode = "1.3.3"
structopt = "^0.3"
bech32 = "0.8"
bech32 = "0.9"
hex = "0.4.2"
rayon = "1.5"
base64 = "0.13.0"
Expand Down
2 changes: 1 addition & 1 deletion jormungandr-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ humantime = "2.0"
thiserror = "1.0"
multiaddr = { package = "parity-multiaddr", version = "0.11", default-features = false }
hex = "0.4"
bech32 = "0.8"
bech32 = "0.9"
base64 = "0.13.0"
http = "0.2.2"

Expand Down
2 changes: 1 addition & 1 deletion jormungandr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "
arc-swap = "^1.5.0"
async-trait = "0.1.51"
base64 = "0.13.0"
bech32 = "0.8"
bech32 = "0.9"
futures = "0.3.21"
hex = "0.4"
jormungandr-lib = { path = "../jormungandr-lib" }
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-automation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] }
tokio-stream = "0.1"
futures = "0.3.21"
base64 = "0.13"
bech32 = "0.8"
bech32 = "0.9"
bytesize = "1.1.0"
structopt = "0.3.26"
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"

[dependencies]
tonic = "0.6"
bech32 = "0.7"
bech32 = "0.9"
prost = "0.9"
tokio = { version = "1.15", features = ["macros", "time"] }
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion testing/thor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ thiserror = "1.0"
custom_debug = "0.5"
bincode = "1.3"
hex = "0.4"
bech32 = "0.8"
bech32 = "0.9"
time = { version = "0.3", features = ["macros"] }

[dev-dependencies]
Expand Down

0 comments on commit 66c5860

Please sign in to comment.