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-11-11 13:08:35 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-11 13:08:35 +0000
commit30f1a3efa9265b1403a7aa68fffbd65291face3d (patch)
tree335ceb627f6ae4a81a74b2bbae3f8cf1a2da2f41 /Cargo.toml
parentf08ee98ab7e19d4e42ffa85aa619f012441fbe47 (diff)
chore: bump rust-nostr v0.36
bump all rust-nostr packages to latest issued version. there have been some breaking changes to nip46 and this applies these changes.
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 ed99aea..afd4086 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,11 +24,10 @@ 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 = "ede2a91" } 27nostr = "0.36.0"
28nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 28nostr-database = "0.36.0"
29nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 29nostr-sdk = "0.36.0"
30nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } 30nostr-lmdb = "0.36.0"
31nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" }
32passwords = "3.1.13" 31passwords = "3.1.13"
33qrcode = { version = "0.14.1", default-features = false } 32qrcode = { version = "0.14.1", default-features = false }
34scrypt = "0.11.0" 33scrypt = "0.11.0"
@@ -38,6 +37,7 @@ serde_yaml = "0.9.27"
38tokio = "1.33.0" 37tokio = "1.33.0"
39urlencoding = "2.1.3" 38urlencoding = "2.1.3"
40zeroize = "1.6.0" 39zeroize = "1.6.0"
40nostr-connect = "0.36.0"
41 41
42[dev-dependencies] 42[dev-dependencies]
43assert_cmd = "2.0.12" 43assert_cmd = "2.0.12"