From 2b7fc5aa2da2013c1367c1cde7993d26eeffea6a Mon Sep 17 00:00:00 2001 From: ngutech21 Date: Fri, 12 Jan 2024 20:32:02 +0100 Subject: [PATCH] chore: update tonic_lnd --- Cargo.lock | 4 ++-- moksha-mint/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 408fa4dd..9d9d17cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1379,9 +1379,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 0.4.6", diff --git a/moksha-mint/Cargo.toml b/moksha-mint/Cargo.toml index 44313c95..c824813a 100644 --- a/moksha-mint/Cargo.toml +++ b/moksha-mint/Cargo.toml @@ -38,7 +38,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["serde_js url = "2.4.1" dotenvy = "0.15.7" envy = "0.4.2" -fedimint-tonic-lnd = { version = "0.1.3", features = ["lightningrpc"] } +fedimint-tonic-lnd = { version = "0.2.0", features = ["lightningrpc"] } uuid = { version = "1.6.1", features = ["serde", "v4"] } utoipa = { version = "4.1.0", features = ["axum_extras"] }