From ae87aedae9696f4c855ac3dc47e61faec9d07c15 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 28 Oct 2024 15:41:14 +0000 Subject: chore: bump rust-nostr to patch near v0.36.0 bump all rust-nostr packages refactoring code based on breaking changes upgrading to patched version to address signer issue: nostr:nevent1qvzqqqqqqypzq6xcz9jerqgqkldy8lpg7lglcyj4g3nwzy2cs6u70wejdaj7csnjqy88wumn8ghj7mn0wvhxcmmv9uqzpsw5ph8le2n2kh6uchftawt74hddazk9tp7wjmz967y2l0uva5rc7hsstq --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 79a9990..ed99aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,11 +24,11 @@ futures = "0.3.28" git2 = "0.19.0" indicatif = "0.17.7" keyring = "2.0.5" -nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } +nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } +nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } +nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } +nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } passwords = "3.1.13" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" -- cgit v1.2.3