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-03-26 16:41:30 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-27 17:19:06 +0000
commit53bbbbf5d5b9bbdbb0a8598705e7ee8fe3087c11 (patch)
treecfbb7d19d57e3156246c5193668fa8720570cff1 /Cargo.toml
parentdfc31c40c9f941e55a5130d334d6383462a6fc85 (diff)
bump nostr-relay-pool to v0.29.1
as patch accepted into package
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3484e25..67706a9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,8 +23,8 @@ 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-29-with-send-events-fix" } 26nostr = "0.29"
27nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" } 27nostr-sdk = "0.29"
28passwords = "3.1.13" 28passwords = "3.1.13"
29scrypt = "0.11.0" 29scrypt = "0.11.0"
30serde = { version = "1.0.181", features = ["derive"] } 30serde = { version = "1.0.181", features = ["derive"] }