From c10f74aceede04d8859e10a4ef5c9a3b5c3ee254 Mon Sep 17 00:00:00 2001 From: 223880 Date: Wed, 11 Sep 2024 12:36:06 -0300 Subject: [PATCH] Fix --- nostr/Cargo.toml | 2 +- tokenstore/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nostr/Cargo.toml b/nostr/Cargo.toml index cdaa44a..04e4130 100644 --- a/nostr/Cargo.toml +++ b/nostr/Cargo.toml @@ -4,5 +4,5 @@ version = "0.1.0" edition = "2021" [dependencies] -lnd_grpc_tonic_client = "0.3.0" +lnd-grpc-tonic-client = "0.3.0" nostr = "0.34.1" \ No newline at end of file diff --git a/tokenstore/Cargo.toml b/tokenstore/Cargo.toml index 442882e..dd4dd9a 100644 --- a/tokenstore/Cargo.toml +++ b/tokenstore/Cargo.toml @@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -HashMap = "0.10.0" +cantrip = "0.4.0" \ No newline at end of file