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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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