We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9d162 commit a6aee0fCopy full SHA for a6aee0f
Cargo.toml
@@ -11,7 +11,7 @@ edition = "2018"
11
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
12
13
[dependencies]
14
-bitcoincore-rpc = { version = "0.17.0" }
+bitcoincore-rpc = { version = "0.18.0" }
15
log = "0.4"
16
which = "4.2.5"
17
anyhow = "1.0.66"
@@ -21,7 +21,7 @@ tempfile = "3"
21
env_logger = "0.9.0"
22
23
[build-dependencies]
24
-bitcoin_hashes = { version = "0.12", optional = true }
+bitcoin_hashes = { version = "0.13", optional = true }
25
flate2 = { version = "1.0", optional = true }
26
tar = { version = "0.4", optional = true }
27
minreq = { version = "2.9.1", default-features = false, features = [
0 commit comments