1
0
Fork 0
mirror of https://github.com/romanz/electrs.git synced 2025-02-23 22:56:55 +01:00

Merge pull request #779 from romanz/bump-dep

Bump bitcoin dep to 0.29.2
This commit is contained in:
Roman Zeyde 2022-10-29 22:06:04 +03:00 committed by GitHub
commit bbfa05f215
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -81,9 +81,9 @@ dependencies = [
[[package]]
name = "bitcoin"
version = "0.29.1"
version = "0.29.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cb36de3b18ad25f396f9168302e36fb7e1e8923298ab3127da252d288d5af9d"
checksum = "0694ea59225b0c5f3cb405ff3f670e4828358ed26aec49dc352f730f0cb1a8a3"
dependencies = [
"bech32",
"bitcoin_hashes",

View file

@ -22,7 +22,7 @@ spec = "internal/config_specification.toml"
[dependencies]
anyhow = "1.0"
bitcoin = { version = "0.29.1", features = ["serde", "rand"] }
bitcoin = { version = "0.29.2", features = ["serde", "rand"] }
bitcoincore-rpc = "0.16"
configure_me = "0.4"
crossbeam-channel = "0.5"