update lwk_wollet to fix tip update

(cherry picked from commit c728bbaad2)
This commit is contained in:
Roei Erez
2025-05-20 10:53:47 +03:00
parent 2fdb397b7f
commit 95e301e95d
3 changed files with 4 additions and 4 deletions

2
cli/Cargo.lock generated
View File

@@ -2727,7 +2727,7 @@ dependencies = [
[[package]]
name = "lwk_wollet"
version = "0.9.0"
source = "git+https://github.com/breez/lwk?rev=21082d6a1b99a4030f47386bff9d352410bcdc1a#21082d6a1b99a4030f47386bff9d352410bcdc1a"
source = "git+https://github.com/breez/lwk?rev=9946a62ea8f7b5ff936f09c77ec597552c44c2bf#9946a62ea8f7b5ff936f09c77ec597552c44c2bf"
dependencies = [
"aes-gcm-siv",
"age",

2
lib/Cargo.lock generated
View File

@@ -3105,7 +3105,7 @@ dependencies = [
[[package]]
name = "lwk_wollet"
version = "0.9.0"
source = "git+https://github.com/breez/lwk?rev=21082d6a1b99a4030f47386bff9d352410bcdc1a#21082d6a1b99a4030f47386bff9d352410bcdc1a"
source = "git+https://github.com/breez/lwk?rev=9946a62ea8f7b5ff936f09c77ec597552c44c2bf#9946a62ea8f7b5ff936f09c77ec597552c44c2bf"
dependencies = [
"aes-gcm-siv",
"age",

View File

@@ -72,7 +72,7 @@ electrum-client = { version = "0.21.0", default-features = false, features = [
"use-rustls-ring",
"proxy",
] }
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "21082d6a1b99a4030f47386bff9d352410bcdc1a" }
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "9946a62ea8f7b5ff936f09c77ec597552c44c2bf" }
maybe-sync = { version = "0.1.1", features = ["sync"] }
prost = "^0.11"
tonic = { version = "^0.8", features = ["tls", "tls-webpki-roots"] }
@@ -88,7 +88,7 @@ rusqlite = { git = "https://github.com/Spxg/rusqlite", rev = "e36644127f31fa6e7e
# Wasm dependencies
[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
console_log = "1"
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "21082d6a1b99a4030f47386bff9d352410bcdc1a", default-features = false, features = [
lwk_wollet = { git = "https://github.com/breez/lwk", rev = "9946a62ea8f7b5ff936f09c77ec597552c44c2bf", default-features = false, features = [
"esplora",
] }
maybe-sync = "0.1.1"