From 5979e13cdc65ea78894dbcab3acde11b246889a7 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Mon, 28 Oct 2024 15:05:38 +0000 Subject: refactor: replace sqlite with lmdb as sqlite is depricated in rust-nostr --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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" } nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } nostr-signer = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } -nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } passwords = "3.1.13" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" -- cgit v1.2.3