diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:19 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-22 15:51:19 +0000 |
| commit | 1a476efd7c365e771c25ce3aac694015c024afe6 (patch) | |
| tree | 05ac5c48dedff67c7445cdb9a02d8a28dfe5cffc /test_utils/Cargo.toml | |
| parent | 91a68de459b7d22a8dfb8a324e43740fca3e0a35 (diff) | |
chore: bump rust-nostr to v0.29.0
both nostr and nostr-sdk packages and also in test_utils
Diffstat (limited to 'test_utils/Cargo.toml')
| -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 8928f67..af25b43 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 = "0.27.0" | 12 | nostr = "0.29.0" |
| 13 | nostr-sdk = { version = "0.27.0", features = ["blocking"] } | 13 | nostr-sdk = { version = "0.29.0", features = ["blocking"] } |
| 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" } |