File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
53
53
54
54
[[package]]
55
55
name = "bitcoin"
56
- version = "0.32.0 "
56
+ version = "0.32.6 "
57
57
source = "registry+https://github.com/rust-lang/crates.io-index"
58
- checksum = "7170e7750a20974246f17ece04311b4205a6155f1db564c5b224af817663c3ea "
58
+ checksum = "ad8929a18b8e33ea6b3c09297b687baaa71fb1b97353243a3f1029fad5c59c5b "
59
59
dependencies = [
60
60
"base58ck",
61
61
"base64 0.21.7",
Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ checksum = "d965446196e3b7decd44aa7ee49e31d630118f90ef12f97900f262eb915c951d"
53
53
54
54
[[package]]
55
55
name = "bitcoin"
56
- version = "0.32.0 "
56
+ version = "0.32.6 "
57
57
source = "registry+https://github.com/rust-lang/crates.io-index"
58
- checksum = "7170e7750a20974246f17ece04311b4205a6155f1db564c5b224af817663c3ea "
58
+ checksum = "ad8929a18b8e33ea6b3c09297b687baaa71fb1b97353243a3f1029fad5c59c5b "
59
59
dependencies = [
60
60
"base58ck",
61
61
"base64 0.21.7",
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ base64 = ["bitcoin/base64"]
23
23
24
24
[dependencies ]
25
25
bech32 = { version = " 0.11.0" , default-features = false }
26
- bitcoin = { version = " 0.32.0 " , default-features = false }
26
+ bitcoin = { version = " 0.32.6 " , default-features = false }
27
27
28
28
# Do NOT use this as a feature! Use the `serde` feature instead.
29
29
actual-serde = { package = " serde" , version = " 1.0.103" , optional = true }
You can’t perform that action at this time.
0 commit comments