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:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82c2de7..9fcada0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,11 +17,11 @@ hyper-util = { version = "0.1", features = ["tokio", "server", "http1", "http2"]
17http-body-util = "0.1" 17http-body-util = "0.1"
18 18
19# Nostr relay 19# Nostr relay
20nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } 20nostr-relay-builder = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" }
21 21
22# Nostr 22# Nostr
23nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } 23nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" }
24nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "e09c9d82a1778683d2a6b968d09eb2c619883bf3" } 24nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4767ad13" }
25 25
26# Utilities 26# Utilities
27futures-util = "0.3" 27futures-util = "0.3"