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 --- test_utils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_utils/Cargo.toml') diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 68484cb..403e478 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml @@ -13,7 +13,7 @@ git2 = "0.19.0" 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-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } +nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } once_cell = "1.18.0" rand = "0.8" rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } -- cgit v1.2.3