From 3bb4a8e86ee1afa27840df56e82510a448e56cee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:17:02 +0000 Subject: [PATCH] Update Rust crate nostr to 0.35.0 --- example/Cargo.toml | 2 +- nostr/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Cargo.toml b/example/Cargo.toml index 2d39902..1b86158 100644 --- a/example/Cargo.toml +++ b/example/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] lnd-grpc-tonic-client = "0.3.0" -nostr = "0.34.1" +nostr = "0.35.0" diff --git a/nostr/Cargo.toml b/nostr/Cargo.toml index 04e4130..316b5fa 100644 --- a/nostr/Cargo.toml +++ b/nostr/Cargo.toml @@ -5,4 +5,4 @@ edition = "2021" [dependencies] lnd-grpc-tonic-client = "0.3.0" -nostr = "0.34.1" \ No newline at end of file +nostr = "0.35.0" \ No newline at end of file