diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:45:23 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:45:23 +0100 |
| commit | 9340ff9678424e95fd5fa2643128eb31e2386108 (patch) | |
| tree | 047992c71735462387aa910e48ce82f46923ad24 /test_utils/Cargo.toml | |
| parent | 04e7aaf905eda270aedde8c2ca9228ec90e9905f (diff) | |
chore: bump rust-nostr v42
no breaking changes this time!
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 8cdb9d5..5d631b8 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -10,10 +10,10 @@ dialoguer = "0.11.0" | |||
| 10 | directories = "6.0.0" | 10 | directories = "6.0.0" |
| 11 | futures = "0.3.31" | 11 | futures = "0.3.31" |
| 12 | git2 = "0.20.2" | 12 | git2 = "0.20.2" |
| 13 | nostr = "0.41.0" | 13 | nostr = "0.42.2" |
| 14 | nostr-database = "0.41.0" | 14 | nostr-database = "0.42.0" |
| 15 | nostr-lmdb = "0.41.0" | 15 | nostr-lmdb = "0.42.0" |
| 16 | nostr-sdk = "0.41.0" | 16 | nostr-sdk = "0.42.0" |
| 17 | once_cell = "1.21.3" | 17 | once_cell = "1.21.3" |
| 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" } |