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-03-22 15:51:42 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-03-27 17:18:54 +0000
commit71606283bf21f0fb4931850cd69d97344dca521e (patch)
treebf1aac3555086ee39344cce29863b938863d5b4a /Cargo.lock
parent49bc478fffc63a3cad0be194c6c45a868e432691 (diff)
replace blocking client in tests with async
as it has been removed from nostr_sdk
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9965f63..22927d7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1837,7 +1837,6 @@ dependencies = [
1837 "nostr-signer", 1837 "nostr-signer",
1838 "nostr-zapper", 1838 "nostr-zapper",
1839 "nwc", 1839 "nwc",
1840 "once_cell",
1841 "thiserror", 1840 "thiserror",
1842 "tokio", 1841 "tokio",
1843 "tracing", 1842 "tracing",