diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:49:47 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:49:47 +0100 |
| commit | 6e041a3626f04e591d5c22f71d3e4ab2b03bd7bb (patch) | |
| tree | 962c135062fe7c6984605bfc7c2f14b7816d2a6e /test_utils | |
| parent | 9340ff9678424e95fd5fa2643128eb31e2386108 (diff) | |
bump: cargo upgrade --incompatible
upgrade packages with potentially incomaptible updates
breaking changes don't impact ngit
Diffstat (limited to 'test_utils')
| -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 5d631b8..8602416 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -15,10 +15,10 @@ nostr-database = "0.42.0" | |||
| 15 | nostr-lmdb = "0.42.0" | 15 | nostr-lmdb = "0.42.0" |
| 16 | nostr-sdk = "0.42.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.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" } |
| 20 | simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } | 20 | simple-websockets = { git = "https://github.com/DanConwayDev/simple-websockets", branch= "auto-release-port" } |
| 21 | strip-ansi-escapes = "0.2.1" | 21 | strip-ansi-escapes = "0.2.1" |
| 22 | tokio = { version = "1.46.1", features = ["full"] } | 22 | tokio = { version = "1.46.1", features = ["full"] } |
| 23 | tungstenite = "0.20.1" | 23 | tungstenite = "0.27.0" |
| 24 | sha2 = "0.10" | 24 | sha2 = "0.10" |