Skip to content

Commit 1eb4723

Browse files
committed
chore(deps): bump bitcoin to 0.32.6
- it's required in order to have all the added variants for `KeyRequest` type.
1 parent 158630a commit 1eb4723

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo-minimal.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
4141

4242
[[package]]
4343
name = "bitcoin"
44-
version = "0.32.0"
44+
version = "0.32.6"
4545
source = "registry+https://github.com/rust-lang/crates.io-index"
46-
checksum = "7170e7750a20974246f17ece04311b4205a6155f1db564c5b224af817663c3ea"
46+
checksum = "ad8929a18b8e33ea6b3c09297b687baaa71fb1b97353243a3f1029fad5c59c5b"
4747
dependencies = [
4848
"base58ck",
4949
"base64",

Cargo-recent.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
4141

4242
[[package]]
4343
name = "bitcoin"
44-
version = "0.32.0"
44+
version = "0.32.6"
4545
source = "registry+https://github.com/rust-lang/crates.io-index"
46-
checksum = "7170e7750a20974246f17ece04311b4205a6155f1db564c5b224af817663c3ea"
46+
checksum = "ad8929a18b8e33ea6b3c09297b687baaa71fb1b97353243a3f1029fad5c59c5b"
4747
dependencies = [
4848
"base58ck",
4949
"base64",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ base64 = ["bitcoin/base64"]
2323

2424
[dependencies]
2525
bech32 = { version = "0.11.0", default-features = false, features = ["alloc"] }
26-
bitcoin = { version = "0.32.0", default-features = false }
26+
bitcoin = { version = "0.32.6", default-features = false }
2727
hex = { package = "hex-conservative", default-features = false, features = ["alloc"], version = "1.0.0" }
2828

2929
serde = { version = "1.0.103", optional = true }

0 commit comments

Comments
 (0)