diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:42 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-27 17:18:54 +0000 |
| commit | 71606283bf21f0fb4931850cd69d97344dca521e (patch) | |
| tree | bf1aac3555086ee39344cce29863b938863d5b4a /Cargo.lock | |
| parent | 49bc478fffc63a3cad0be194c6c45a868e432691 (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.lock | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -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", |