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-07-22 15:26:44 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-22 15:26:44 +0100
commit0762d44a9ec3d8a5477e171933428cd9749e0659 (patch)
treecc79eaf07fff399bd5083aebf67fff09cc718952 /Cargo.toml
parent8656948d488b205ee1b25ffe4c85e51ad09df345 (diff)
chore: bump rust-nostr to v0.33.0
bump all rust-nostr packages move from using patched nip46 nip05 function to profile function in v33 fix send_events_to error message
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 6248f6b..464abc8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,11 +23,11 @@ futures = "0.3.28"
23git2 = "0.18.1" 23git2 = "0.18.1"
24indicatif = "0.17.7" 24indicatif = "0.17.7"
25keyring = "2.0.5" 25keyring = "2.0.5"
26nostr = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 26nostr = "0.33.0"
27nostr-database = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 27nostr-database = "0.33.0"
28nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 28nostr-sdk = "0.33.0"
29nostr-signer = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 29nostr-signer = "0.33.0"
30nostr-sqlite = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } 30nostr-sqlite = "0.33.0"
31passwords = "3.1.13" 31passwords = "3.1.13"
32scrypt = "0.11.0" 32scrypt = "0.11.0"
33serde = { version = "1.0.181", features = ["derive"] } 33serde = { version = "1.0.181", features = ["derive"] }