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-10-28 15:05:38 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-10-28 15:05:38 +0000
commit5979e13cdc65ea78894dbcab3acde11b246889a7 (patch)
tree9dfb0971847bfa3a5a064f39e01bd0415fd05946 /Cargo.toml
parente60a419510696e3fa25a35be6cba35e547b53e24 (diff)
refactor: replace sqlite with lmdb
as sqlite is depricated in rust-nostr
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 fccd2b1..79a9990 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,7 +28,7 @@ nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
28nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 28nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
29nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 29nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
30nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 30nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
31nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 31nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
32passwords = "3.1.13" 32passwords = "3.1.13"
33qrcode = { version = "0.14.1", default-features = false } 33qrcode = { version = "0.14.1", default-features = false }
34scrypt = "0.11.0" 34scrypt = "0.11.0"