@@ -18,7 +18,7 @@ path = "src/lib.rs"
18
18
19
19
[dependencies ]
20
20
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 }
22
22
hex = { package = " hex-conservative" , version = " 0.2" }
23
23
log = " ^0.4"
24
24
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
27
27
[dev-dependencies ]
28
28
serde_json = " 1.0"
29
29
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" ] }
31
31
lazy_static = " 1.4.0"
32
32
33
33
[features ]
@@ -42,3 +42,19 @@ async-https = ["async", "reqwest/default-tls"]
42
42
async-https-native = [" async" , " reqwest/native-tls" ]
43
43
async-https-rustls = [" async" , " reqwest/rustls-tls" ]
44
44
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 .bitcoind ]
51
+ git = " https://github.com/tcharding/bitcoind"
52
+ branch = " 05-01-upgrade-bitcoincore-rpc"
53
+
54
+ [patch .crates-io .electrum-client ]
55
+ git = " https://github.com/oleonardolima/rust-electrum-client"
56
+ branch = " deps/upgrade-rust-bitcoin-to-0.32"
57
+
58
+ [patch .crates-io .bitcoincore-rpc ]
59
+ git = " https://github.com/tcharding/rust-bitcoincore-rpc"
60
+ branch = " 05-01-release-0.19.0"
0 commit comments