Skip to content

Commit fe704a0

Browse files
committed
protocol: Update hashes to 0.16.0
The `hashes` dependency made `hex-conservative` optional. With the likely removal of `hashes` from `secp256k1`, we can choose what `hashes` version we would like without duplicates.
1 parent db5ece0 commit fe704a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tokio = { version = "1", default-features = false, optional = true, features = [
2222
bitcoin = { version = "0.32.4", default-features = false }
2323
# Depending on hashes directly for HKDF, can drop this and
2424
# use the re-exported version in bitcoin > 0.32.*.
25-
bitcoin_hashes = { version ="0.15.0", default-features = false }
25+
bitcoin_hashes = { version ="0.16.0", default-features = false }
2626
chacha20-poly1305 = { version = "0.1.1", default-features = false }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)