upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils/src/lib.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-07-31 12:02:08 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-07-31 12:02:08 +0100
commit8fe7737a491d6056d6e865bfdecd02e3dda3e8f5 (patch)
treeea044a7e3744724c1245a8c20bc5bf5e01ef492f /test_utils/src/lib.rs
parentf4d3a622eeff76677316076afcd0cb8954aa2e05 (diff)
chore: bump rust-nostr v0.43
with trival breaking changes. nip05 changes will be done seperately.
Diffstat (limited to 'test_utils/src/lib.rs')
-rw-r--r--test_utils/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/lib.rs b/test_utils/src/lib.rs
index 7d79cff..3ae004f 100644
--- a/test_utils/src/lib.rs
+++ b/test_utils/src/lib.rs
@@ -13,7 +13,7 @@ use futures::{executor::block_on, future::join_all};
13use git::GitTestRepo; 13use git::GitTestRepo;
14use git2::{Signature, Time}; 14use git2::{Signature, Time};
15use nostr::{self, Kind, Tag, nips::nip65::RelayMetadata}; 15use nostr::{self, Kind, Tag, nips::nip65::RelayMetadata};
16use nostr_database::NostrEventsDatabase; 16use nostr_database::NostrDatabase;
17use nostr_lmdb::NostrLMDB; 17use nostr_lmdb::NostrLMDB;
18use nostr_sdk::{Client, Event, NostrSigner, TagStandard, serde_json}; 18use nostr_sdk::{Client, Event, NostrSigner, TagStandard, serde_json};
19use once_cell::sync::Lazy; 19use once_cell::sync::Lazy;