Skip to content

Commit f175d6b

Browse files
committed
chore(deps): upgrade rust-bitcoin to 0.32.0
NOTE: the dependencies `electrsd` still depends on unreleased versions, that's why it patches the crates.io to unreleased branches instead, i should be update prior to merging this PR.
1 parent d6bff85 commit f175d6b

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Cargo.toml

+10-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ path = "src/lib.rs"
1818

1919
[dependencies]
2020
serde = { version = "1.0", features = ["derive"] }
21-
bitcoin = { version = "0.31.0", features = ["serde", "std"], default-features = false }
21+
bitcoin = { version = "0.32", features = ["serde", "std"], default-features = false }
2222
hex = { package = "hex-conservative", version = "0.2" }
2323
log = "^0.4"
2424
minreq = { version = "2.11.0", features = ["json-using-serde"], optional = true }
@@ -27,7 +27,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature
2727
[dev-dependencies]
2828
serde_json = "1.0"
2929
tokio = { version = "1.20.1", features = ["full"] }
30-
electrsd = { version = "0.27.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }
30+
electrsd = { version = "0.28.0", features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }
3131
lazy_static = "1.4.0"
3232

3333
[features]
@@ -42,3 +42,11 @@ async-https = ["async", "reqwest/default-tls"]
4242
async-https-native = ["async", "reqwest/native-tls"]
4343
async-https-rustls = ["async", "reqwest/rustls-tls"]
4444
async-https-rustls-manual-roots = ["async", "reqwest/rustls-tls-manual-roots"]
45+
46+
[patch.crates-io.electrsd]
47+
git = "https://github.com/oleonardolima/electrsd"
48+
branch = "deps/upgrade-bitcoind-to-0.36.0"
49+
50+
[patch.crates-io.electrum-client]
51+
git = "https://github.com/bitcoindevkit/rust-electrum-client"
52+
branch = "master"

0 commit comments

Comments
 (0)