upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-10-28 15:41:14 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-10-28 15:41:14 +0000
commitae87aedae9696f4c855ac3dc47e61faec9d07c15 (patch)
tree0309be588a4e3d3a510e7510300629cb2ec3a68a /Cargo.toml
parent5979e13cdc65ea78894dbcab3acde11b246889a7 (diff)
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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"
24git2 = "0.19.0" 24git2 = "0.19.0"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 27nostr = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
28nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 28nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
29nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 29nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
30nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 30nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
31nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 31nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
32passwords = "3.1.13" 32passwords = "3.1.13"
33qrcode = { version = "0.14.1", default-features = false } 33qrcode = { version = "0.14.1", default-features = false }
34scrypt = "0.11.0" 34scrypt = "0.11.0"