diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-10-28 15:05:38 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-10-28 15:05:38 +0000 |
| commit | 5979e13cdc65ea78894dbcab3acde11b246889a7 (patch) | |
| tree | 9dfb0971847bfa3a5a064f39e01bd0415fd05946 /test_utils/Cargo.toml | |
| parent | e60a419510696e3fa25a35be6cba35e547b53e24 (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.toml | 2 |
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" | |||
| 13 | nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 13 | nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 14 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 14 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 15 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 15 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 16 | nostr-sqlite = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } | 16 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 17 | once_cell = "1.18.0" | 17 | once_cell = "1.18.0" |
| 18 | rand = "0.8" | 18 | rand = "0.8" |
| 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } | 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } |