Merge #1680: bump async-hwi 0.0.28
9f619f2a79be887b5d795b7c2e45c3f0c5b35a9a bump async-hwi 0.0.28 (edouardparis)
Pull request description:
ACKs for top commit:
edouardparis:
Self-ACK 9f619f2a79be887b5d795b7c2e45c3f0c5b35a9a
Tree-SHA512: 4df44c9e5f18a4f12c47e86a3560fe519de0698247c49a41ff48909f23ead57ac9be5dd2ba511535413685ffdfedebf6d0a685f1dbab812cef1725cef8aab49a
This commit is contained in:
commit
4de0d7bd29
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -267,9 +267,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "async-hwi"
|
||||
version = "0.0.27"
|
||||
version = "0.0.28"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e9e928e319430e339a0d6895e42f40fef8eb7d4c47a8f17c35a572a718072e7e"
|
||||
checksum = "6975ce4b96b18ed351aac747cf3d9ec38dd71a281c89c9f374662c298ff98c3a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bitbox-api",
|
||||
@ -4801,7 +4801,7 @@ version = "0.29.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9465315bc9d4566e1724f0fffcbcc446268cb522e60f9a27bcded6b19c108113"
|
||||
dependencies = [
|
||||
"bitcoin_hashes 0.12.0",
|
||||
"bitcoin_hashes 0.14.0",
|
||||
"secp256k1-sys",
|
||||
"serde",
|
||||
]
|
||||
|
||||
@ -15,7 +15,7 @@ path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1"
|
||||
async-hwi = { version = "0.0.27" }
|
||||
async-hwi = { version = "0.0.28" }
|
||||
liana = { path = "../liana" }
|
||||
lianad = { path = "../lianad", default-features = false, features = ["nonblocking_shutdown"] }
|
||||
liana-ui = { path = "../liana-ui" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user