Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/tinywallet-bus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hex = { version = "0.4", optional = true }
# selection and witness-program length rules included. This is what lets a host
# validate a Bitcoin address without the `bitcoin` crate's native secp256k1
# build; see `src/address/btc.rs`.
bech32 = { version = "0.11", optional = true }
bech32 = { version = "0.12", optional = true }
# RIPEMD-160, the second half of Bitcoin's HASH160. Feeds a `Sha256` (sha2
# 0.11) output, so the two must sit on the same `digest` line — hence 0.2.
ripemd = { version = "0.2", optional = true }
Expand Down