upleb.uk

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

summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
parent4ec930daf9e80c1ea27a44a4465200486fe714aa (diff)
bump nostr-database to v0.33.1
to get latest fixes applied
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e13f617..8e47374 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ git2 = "0.18.1"
25indicatif = "0.17.7" 25indicatif = "0.17.7"
26keyring = "2.0.5" 26keyring = "2.0.5"
27nostr = "0.33.0" 27nostr = "0.33.0"
28nostr-database = "0.33.0" 28nostr-database = "0.33.1"
29nostr-sdk = "0.33.0" 29nostr-sdk = "0.33.0"
30nostr-signer = "0.33.0" 30nostr-signer = "0.33.0"
31nostr-sqlite = "0.33.0" 31nostr-sqlite = "0.33.0"