From 01c7ee6daa8213d0a0429e8436516e897fd67822 Mon Sep 17 00:00:00 2001 From: elsirion Date: Fri, 12 Jan 2024 18:47:34 +0700 Subject: [PATCH] chore: upgrade tonic_lnd to 0.2.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b45b25473cd..34880a49076 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2171,9 +2171,9 @@ dependencies = [ [[package]] name = "fedimint-tonic-lnd" -version = "0.1.3" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a1213680212363f551be5913506ceba1222fa88dfbe46757a85220eeacb4fad" +checksum = "df03ca33b5116de3051c1e233fe341e23b04c4913c7b16042497924559bc2a2e" dependencies = [ "hex", "http-body", diff --git a/Cargo.toml b/Cargo.toml index 6fb5e4a06f5..6c334b7a6e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ keywords = ["bitcoin", "lightning", "chaumian", "e-cash", "federated"] [workspace.dependencies] threshold_crypto = { version = "0.1", package = "fedimint-threshold-crypto" } hbbft = { version= "0.1", package = "fedimint-hbbft" } -tonic_lnd = { version = "0.1.3", package="fedimint-tonic-lnd", features = ["lightningrpc", "routerrpc"] } +tonic_lnd = { version = "0.2.0", package="fedimint-tonic-lnd", features = ["lightningrpc", "routerrpc"] } cln-rpc = { package = "fedimint-cln-rpc", version = "0.4.0" } # Workaround: https://github.com/rust-lang/cargo/issues/12457 which causes