mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Bump bitcoin dep to 0.29.2
This commit is contained in:
parent
eda3a0082d
commit
5cc8036fbb
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -81,9 +81,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bitcoin"
|
name = "bitcoin"
|
||||||
version = "0.29.1"
|
version = "0.29.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9cb36de3b18ad25f396f9168302e36fb7e1e8923298ab3127da252d288d5af9d"
|
checksum = "0694ea59225b0c5f3cb405ff3f670e4828358ed26aec49dc352f730f0cb1a8a3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bech32",
|
"bech32",
|
||||||
"bitcoin_hashes",
|
"bitcoin_hashes",
|
||||||
|
@ -22,7 +22,7 @@ spec = "internal/config_specification.toml"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
bitcoin = { version = "0.29.1", features = ["serde", "rand"] }
|
bitcoin = { version = "0.29.2", features = ["serde", "rand"] }
|
||||||
bitcoincore-rpc = "0.16"
|
bitcoincore-rpc = "0.16"
|
||||||
configure_me = "0.4"
|
configure_me = "0.4"
|
||||||
crossbeam-channel = "0.5"
|
crossbeam-channel = "0.5"
|
||||||
|
Loading…
Reference in New Issue
Block a user