From 2d6043d7a67b0f6304dc7a2bb92677009a96f19d Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 5 Jul 2024 15:22:38 +0100 Subject: Bump nostr-signer It contains a patch that fixes the use of nostrconnect URIs: https://github.com/rust-nostr/nostr/issues/490 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69ca039..810b693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,9 +966,9 @@ dependencies = [ [[package]] name = "nostr-signer" -version = "0.32.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "525574dc32fa07d64d04a6c72b534d97455b1ad954c29753c820c834c94e3704" +checksum = "f99449c2077bef43c02c8f9a9386d01c87e7ad8ece70d7de87a2c59771b4c0fe" dependencies = [ "async-utility", "nostr", diff --git a/Cargo.toml b/Cargo.toml index 0dfcd6e..3ecd886 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ human-panic = "2.0.0" log = "0.4.21" nostr-relay-pool = "0.32.0" nostr-sdk = { version = "0.32.0", default-features = false } -nostr-signer = { version = "0.32.0", default-features = false, features = ["nip46"] } +nostr-signer = { version = "0.32.1", default-features = false, features = ["nip46"] } pretty_env_logger = "0.5.0" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.118" -- cgit v1.2.3-70-g09d2