diff --git a/Cargo.lock b/Cargo.lock index d19a05c..f280441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1303,9 +1303,9 @@ checksum = "43a88da9dd148bbcdce323dd6ac47d369b4769d4a3b78c6c52389b9269f77932" [[package]] name = "nostr" -version = "0.37.0" +version = "0.38.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8aad4b767bbed24ac5eb4465bfb83bc1210522eb99d67cf4e547ec2ec7e47786" +checksum = "af7c1eebe17dd785e52e1f81149c1b50fa6ec92e4ac239840934d1ffbd4f631c" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index f6c3c4e..536c953 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ lnd_grpc_rust = "2.8.0" reqwest = "0.12.9" webpki = "0.22.4" sha2 = "0.10.8" -nostr = "0.37.0" +nostr = "0.38.0" tokio = "1.42.0" idna = "1.0.0" diff --git a/crates/Cargo.toml b/crates/Cargo.toml index 0bf7713..83eaa56 100644 --- a/crates/Cargo.toml +++ b/crates/Cargo.toml @@ -8,5 +8,5 @@ lnd_grpc_rust = "2.8.0" reqwest = "0.12.8" webpki = "0.22.4" sha2 = "0.10.8" -nostr = "0.37.0" +nostr = "0.38.0" tokio = "1.41.1" \ No newline at end of file diff --git a/example/Cargo.toml b/example/Cargo.toml index ebd7c2c..d517023 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.37.0" +nostr = "0.38.0" diff --git a/nostr/Cargo.toml b/nostr/Cargo.toml index 3c05b51..54200c4 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.37.0" \ No newline at end of file +nostr = "0.38.0" \ No newline at end of file