diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-22 15:26:44 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-07-22 15:26:44 +0100 |
| commit | 0762d44a9ec3d8a5477e171933428cd9749e0659 (patch) | |
| tree | cc79eaf07fff399bd5083aebf67fff09cc718952 /test_utils | |
| parent | 8656948d488b205ee1b25ffe4c85e51ad09df345 (diff) | |
chore: bump rust-nostr to v0.33.0
bump all rust-nostr packages
move from using patched nip46 nip05 function to profile function in v33
fix send_events_to error message
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 92f4dfd..b7010c9 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.32-get-nip46-from-nip05-address" } | 12 | nostr = "0.33.0" |
| 13 | nostr-sdk = { git = "https://github.com/DanConwayDev/nostr", branch= "v0.32-get-nip46-from-nip05-address" } | 13 | nostr-sdk = "0.33.0" |
| 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" } |