diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 13:08:35 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-11-11 22:09:21 +0000 |
| commit | 694325fa25e281b1a4c9d7f275f1a8e0f1ad7abf (patch) | |
| tree | 3351c9e1fb1057bb61fb3fe74291b3462b17c054 /test_utils/Cargo.toml | |
| parent | 35ad07180e418931dd499f799d704672d27ff35b (diff) | |
chore: bump rust-nostr v0.36
bump all rust-nostr packages to latest issued version.
there have been some breaking changes to nip46 and this applies
these changes.
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 f4e0c7e..5f88d8d 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 = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 13 | nostr = "0.36.0" |
| 14 | nostr-database = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 14 | nostr-database = "0.36.0" |
| 15 | nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 15 | nostr-sdk = "0.36.0" |
| 16 | nostr-lmdb = { git = "https://github.com/rust-nostr/nostr", rev = "ede2a91" } | 16 | nostr-lmdb = "0.36.0" |
| 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" } |