11[package ]
22name = " bitcoind"
3- version = " 0.37 .0"
3+ version = " 0.38 .0"
44authors = [" Riccardo Casatta <riccardo@casatta.it>" , " Tobin C. Harding <me@tobin.cc>" ]
55license = " MIT"
66repository = " https://github.com/rust-bitcoin/corepc"
@@ -14,7 +14,7 @@ exclude = ["tests", "contrib"]
1414
1515[dependencies ]
1616anyhow = { version = " 1.0.66" , default-features = false , features = [" std" ] }
17- corepc-client = { version = " 0.12 .0" , path = " ../client" , features = [" client-sync" ] }
17+ corepc-client = { version = " 0.13 .0" , path = " ../client" , features = [" client-sync" ] }
1818log = { version = " 0.4" , default-features = false }
1919serde_json = { version = " 1.0.117" , default-features = false }
2020tempfile = { version = " 3" , default-features = false }
@@ -27,7 +27,7 @@ env_logger = { version = "0.9.3", default-features = false }
2727anyhow = { version = " 1.0.66" , optional = true }
2828bitcoin_hashes = { version = " >= 0.13, <= 0.14" , optional = true }
2929flate2 = { version = " 1.0" , optional = true }
30- bitreq = { version = " 0.3.0 " , path = " ../bitreq" , features = [" https" ], optional = true }
30+ bitreq = { version = " 0.3.5 " , path = " ../bitreq" , features = [" https" ], optional = true }
3131tar = { version = " 0.4" , optional = true }
3232zip = { version = " 0.6.6" , default-features = false , features = [" bzip2" , " deflate" ], optional = true }
3333
0 commit comments