diff options
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" } |