diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-07-05 15:22:38 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-07-05 15:24:45 +0100 |
commit | 2d6043d7a67b0f6304dc7a2bb92677009a96f19d (patch) | |
tree | ea27249143ad7cdf6f3d506981fae572f0e3d8be /Cargo.toml | |
parent | e83ebdbfbd3328ce9c3bb2e4c3abe70e9f90c1cc (diff) | |
download | viewercount-2d6043d7a67b0f6304dc7a2bb92677009a96f19d.tar.gz viewercount-2d6043d7a67b0f6304dc7a2bb92677009a96f19d.tar.bz2 viewercount-2d6043d7a67b0f6304dc7a2bb92677009a96f19d.zip |
Bump nostr-signer
It contains a patch that fixes the use of nostrconnect URIs:
https://github.com/rust-nostr/nostr/issues/490
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |