upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-08-02 13:02:47 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-08-02 13:02:47 +0100
commit098bb88b4f313d9a0b32808b42f4b4c17e1771a2 (patch)
tree79caaf59445206ff87b3baf0d2ce6c460976c29f /test_utils
parent4ec930daf9e80c1ea27a44a4465200486fe714aa (diff)
bump nostr-database to v0.33.1
to get latest fixes applied
Diffstat (limited to 'test_utils')
-rw-r--r--test_utils/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml
index c158ce0..c92fa56 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -11,7 +11,7 @@ directories = "5.0.1"
11futures = "0.3.28" 11futures = "0.3.28"
12git2 = "0.18.1" 12git2 = "0.18.1"
13nostr = "0.33.0" 13nostr = "0.33.0"
14nostr-database = "0.33.0" 14nostr-database = "0.33.1"
15nostr-sdk = "0.33.0" 15nostr-sdk = "0.33.0"
16nostr-sqlite = "0.33.0" 16nostr-sqlite = "0.33.0"
17once_cell = "1.18.0" 17once_cell = "1.18.0"