upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-01 14:18:00 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-01 14:18:00 +0100
commitfa16f46e341fca66c6c1b01cf28b2c5f2700b15b (patch)
treec92036add46947fb23f0e45e7ac7659435aa2995 /Cargo.lock
parent777a414d368b66363090a6d38beb95c821a4077b (diff)
feat(remote): add `nostr://npub/identifer`
support with optional relays as query parameter
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7622dd0..7514e62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1794,6 +1794,7 @@ dependencies = [
1794 "serial_test", 1794 "serial_test",
1795 "test_utils", 1795 "test_utils",
1796 "tokio", 1796 "tokio",
1797 "urlencoding",
1797 "zeroize", 1798 "zeroize",
1798] 1799]
1799 1800
@@ -3428,6 +3429,12 @@ dependencies = [
3428] 3429]
3429 3430
3430[[package]] 3431[[package]]
3432name = "urlencoding"
3433version = "2.1.3"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3436
3437[[package]]
3431name = "utf-8" 3438name = "utf-8"
3432version = "0.7.6" 3439version = "0.7.6"
3433source = "registry+https://github.com/rust-lang/crates.io-index" 3440source = "registry+https://github.com/rust-lang/crates.io-index"