bump async-hwi 0.0.27

This commit is contained in:
edouardparis 2025-02-06 16:23:10 +01:00
parent 3a4df7aeec
commit 8abf0d9058
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -267,9 +267,9 @@ dependencies = [
[[package]]
name = "async-hwi"
version = "0.0.26"
version = "0.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b67f67913279ff8009b46fde618b87d46f7c4306c7e93342fed09c6bb5dea09"
checksum = "e9e928e319430e339a0d6895e42f40fef8eb7d4c47a8f17c35a572a718072e7e"
dependencies = [
"async-trait",
"bitbox-api",

View File

@ -15,7 +15,7 @@ path = "src/main.rs"
[dependencies]
async-trait = "0.1"
async-hwi = { version = "0.0.26" }
async-hwi = { version = "0.0.27" }
liana = { path = "../liana" }
lianad = { path = "../lianad", default-features = false, features = ["nonblocking_shutdown"] }
liana-ui = { path = "../liana-ui" }