From a38a811cbf60210e779b751462ac3a51b7cf8148 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sat, 28 Jun 2025 12:47:40 +0000 Subject: [PATCH] deps: Update `nostr` to `0.42.2` Signed-off-by: Awiteb --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9fd63b2..003e00c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1144,9 +1144,9 @@ checksum = "f0efe882e02d206d8d279c20eb40e03baf7cb5136a1476dc084a324fbc3ec42d" [[package]] name = "nostr" -version = "0.42.0" +version = "0.42.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0453f6c77c49cef830f3acbf5c3ac29732899c1fde4ea97045fb59896e48fda" +checksum = "d193102a62a22b61f9a61b9df54fb19ebab8c1763d088fbb9a6f0f57000fba2d" dependencies = [ "base64", "bech32", diff --git a/Cargo.toml b/Cargo.toml index cb8f4d3..935512d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ dirs = "6.0.0" easy-ext = "1.0.2" either = "1.15.0" futures = "0.3.31" -nostr = { version = "0.42.0", features = ["parser", "nip05"] } +nostr = { version = "0.42.2", features = ["parser", "nip05"] } nostr-sdk = "0.42.0" regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] }