diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-26 16:41:30 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-27 17:19:06 +0000 |
| commit | 53bbbbf5d5b9bbdbb0a8598705e7ee8fe3087c11 (patch) | |
| tree | cfbb7d19d57e3156246c5193668fa8720570cff1 /test_utils | |
| parent | dfc31c40c9f941e55a5130d334d6383462a6fc85 (diff) | |
bump nostr-relay-pool to v0.29.1
as patch accepted into package
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 10900fd..c4e1b1a 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -9,8 +9,8 @@ assert_cmd = "2.0.12" | |||
| 9 | dialoguer = "0.10.4" | 9 | dialoguer = "0.10.4" |
| 10 | directories = "5.0.1" | 10 | directories = "5.0.1" |
| 11 | git2 = "0.18.1" | 11 | git2 = "0.18.1" |
| 12 | nostr = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" } | 12 | nostr = "0.29" |
| 13 | nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch="v0-29-with-send-events-fix" } | 13 | nostr-sdk = "0.29" |
| 14 | once_cell = "1.18.0" | 14 | once_cell = "1.18.0" |
| 15 | rand = "0.8" | 15 | rand = "0.8" |
| 16 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } | 16 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } |