diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-31 16:47:31 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-31 16:47:31 +0100 |
| commit | a7cabb96df30cd5d26f63affdb023b0706a387d1 (patch) | |
| tree | 53c086492fd710f9f289c756ec511f8b3d3819f3 /test_utils/Cargo.toml | |
| parent | b1eabeb315dba8860f34c92e0e362559d3352ef7 (diff) | |
| parent | 436ff29135e3deade80a6e53e53d74dddb613481 (diff) | |
Merge branch 'rust-nostr-v0.43'
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 8602416..236ba80 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.42.2" | 13 | nostr = "0.43.0" |
| 14 | nostr-database = "0.42.0" | 14 | nostr-database = "0.43.0" |
| 15 | nostr-lmdb = "0.42.0" | 15 | nostr-lmdb = "0.43.0" |
| 16 | nostr-sdk = "0.42.0" | 16 | nostr-sdk = "0.43.0" |
| 17 | once_cell = "1.21.3" | 17 | once_cell = "1.21.3" |
| 18 | rand = "0.9" | 18 | rand = "0.9" |
| 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } | 19 | rexpect = { git = "https://github.com/rust-cli/rexpect.git", rev = "9eb61dd" } |