Skip to content

Commit 66c5860

Browse files
Bump bech32 from 0.8.1 to 0.9.1
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]>
1 parent 0c664d1 commit 66c5860

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jcli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde_json = "1.0.81"
2020
serde_yaml = "0.8"
2121
bincode = "1.3.3"
2222
structopt = "^0.3"
23-
bech32 = "0.8"
23+
bech32 = "0.9"
2424
hex = "0.4.2"
2525
rayon = "1.5"
2626
base64 = "0.13.0"

jormungandr-lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ humantime = "2.0"
2626
thiserror = "1.0"
2727
multiaddr = { package = "parity-multiaddr", version = "0.11", default-features = false }
2828
hex = "0.4"
29-
bech32 = "0.8"
29+
bech32 = "0.9"
3030
base64 = "0.13.0"
3131
http = "0.2.2"
3232

jormungandr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ imhamt = { git = "https://github.com/input-output-hk/chain-libs.git", branch = "
2727
arc-swap = "^1.5.0"
2828
async-trait = "0.1.51"
2929
base64 = "0.13.0"
30-
bech32 = "0.8"
30+
bech32 = "0.9"
3131
futures = "0.3.21"
3232
hex = "0.4"
3333
jormungandr-lib = { path = "../jormungandr-lib" }

testing/jormungandr-automation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tokio = { version = "1.15", features = ["macros","rt","rt-multi-thread"] }
1313
tokio-stream = "0.1"
1414
futures = "0.3.21"
1515
base64 = "0.13"
16-
bech32 = "0.8"
16+
bech32 = "0.9"
1717
bytesize = "1.1.0"
1818
structopt = "0.3.26"
1919
serde = { version = "1.0", features = ["derive"] }

testing/jormungandr-integration-tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66

77
[dependencies]
88
tonic = "0.6"
9-
bech32 = "0.7"
9+
bech32 = "0.9"
1010
prost = "0.9"
1111
tokio = { version = "1.15", features = ["macros", "time"] }
1212
futures = "0.3.21"

testing/thor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ thiserror = "1.0"
2828
custom_debug = "0.5"
2929
bincode = "1.3"
3030
hex = "0.4"
31-
bech32 = "0.8"
31+
bech32 = "0.9"
3232
time = { version = "0.3", features = ["macros"] }
3333

3434
[dev-dependencies]

0 commit comments

Comments
 (0)