diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-10-02 11:42:36 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-10-02 11:42:36 +0100 |
| commit | e60a419510696e3fa25a35be6cba35e547b53e24 (patch) | |
| tree | f96badf697c8a14d2e269c2715ad9e94dd220e83 /test_utils/Cargo.toml | |
| parent | c1be79dd9c69c9e406f3c067ba8ac4719b80d142 (diff) | |
chore: apply patched rust-nostr
which includes nip46 signer change so it can be initated
without completing connection.
Diffstat (limited to 'test_utils/Cargo.toml')
| -rw-r--r-- | test_utils/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index baed990..68484cb 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -10,10 +10,10 @@ dialoguer = "0.10.4" | |||
| 10 | directories = "5.0.1" | 10 | directories = "5.0.1" |
| 11 | futures = "0.3.28" | 11 | futures = "0.3.28" |
| 12 | git2 = "0.19.0" | 12 | git2 = "0.19.0" |
| 13 | nostr = "0.35.0" | 13 | nostr = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 14 | nostr-database = "0.35.0" | 14 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 15 | nostr-sdk = "0.35.0" | 15 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "4dbfa94" } |
| 16 | nostr-sqlite = "0.35.0" | 16 | nostr-sqlite = { 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" } |