From 7fd8b22a7057e40be47ea2b2fc4b347568a747da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:01:11 +0000 Subject: [PATCH] Update Rust crate nostr to v0.33.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 570cb73..01437e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["cryptography", "Bitcoin", "Lightning"] [dependencies] dlc = "=0.5.0" lightning = "=0.0.123" -nostr = "=0.32.0" +nostr = "=0.33.0" bdk = "=1.0.0-beta.1" env_logger = "=0.11.3"