Skip to content

Commit a6aee0f

Browse files
committed
upgrade bitcoincore-rpc
1 parent 6e9d162 commit a6aee0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
1111
categories = ["cryptography::cryptocurrencies", "development-tools::testing"]
1212

1313
[dependencies]
14-
bitcoincore-rpc = { version = "0.17.0" }
14+
bitcoincore-rpc = { version = "0.18.0" }
1515
log = "0.4"
1616
which = "4.2.5"
1717
anyhow = "1.0.66"
@@ -21,7 +21,7 @@ tempfile = "3"
2121
env_logger = "0.9.0"
2222

2323
[build-dependencies]
24-
bitcoin_hashes = { version = "0.12", optional = true }
24+
bitcoin_hashes = { version = "0.13", optional = true }
2525
flate2 = { version = "1.0", optional = true }
2626
tar = { version = "0.4", optional = true }
2727
minreq = { version = "2.9.1", default-features = false, features = [

0 commit comments

Comments
 (0)