upleb.uk

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

summaryrefslogtreecommitdiff
path: root/test_utils/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 /test_utils/Cargo.toml
parente60a419510696e3fa25a35be6cba35e547b53e24 (diff)
refactor: replace sqlite with lmdb
as sqlite is depricated in rust-nostr
Diffstat (limited to 'test_utils/Cargo.toml')
-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 68484cb..403e478 100644
--- a/test_utils/Cargo.toml
+++ b/test_utils/Cargo.toml
@@ -13,7 +13,7 @@ git2 = "0.19.0"
13nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 13nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
14nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 14nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
15nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 15nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
16nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } 16nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" }
17once_cell = "1.18.0" 17once_cell = "1.18.0"
18rand = "0.8" 18rand = "0.8"
19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } 19rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" }