diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-14 07:37:57 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-11-14 21:31:13 +0000 |
| commit | d282251af19fc7d5d4200a9441999bd1a81b2ae8 (patch) | |
| tree | b95737c10671419aff3d091b03dedc4b4485041f /test_utils/Cargo.toml | |
| parent | 9192eff46923f1f5b472abf64571d72f7a76c512 (diff) | |
chore: bump rust-nostr v0.44
fix breaking 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 016cc19..e7f5e05 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -10,10 +10,10 @@ dialoguer = "0.12.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.43.0" | 13 | nostr = "0.44.1" |
| 14 | nostr-database = "0.43.0" | 14 | nostr-database = "0.44.0" |
| 15 | nostr-lmdb = "0.43.0" | 15 | nostr-lmdb = "0.44.0" |
| 16 | nostr-sdk = "0.43.0" | 16 | nostr-sdk = "0.44.1" |
| 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" } |