diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:32:23 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-07-16 09:32:23 +0100 |
| commit | b01908c12af958726347018bcdc952751f8c8e17 (patch) | |
| tree | 87a912d145e77ccc948b919465cc1eef72a8df21 /test_utils | |
| parent | 190fdeef6b18f5f57af5909becde10c5665ba88e (diff) | |
chore: cargo upgrade
command available after `cargo install cargo-edit` and it bumps
packages with no-breaking changes in Cargo.toml
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 2001733..8cdb9d5 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -4,21 +4,21 @@ version = "0.1.0" | |||
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | 5 | ||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | anyhow = "1.0.75" | 7 | anyhow = "1.0.98" |
| 8 | assert_cmd = "2.0.12" | 8 | assert_cmd = "2.0.17" |
| 9 | dialoguer = "0.11.0" | 9 | dialoguer = "0.11.0" |
| 10 | directories = "6.0.0" | 10 | directories = "6.0.0" |
| 11 | futures = "0.3.28" | 11 | futures = "0.3.31" |
| 12 | git2 = "0.20.2" | 12 | git2 = "0.20.2" |
| 13 | nostr = "0.41.0" | 13 | nostr = "0.41.0" |
| 14 | nostr-database = "0.41.0" | 14 | nostr-database = "0.41.0" |
| 15 | nostr-lmdb = "0.41.0" | 15 | nostr-lmdb = "0.41.0" |
| 16 | nostr-sdk = "0.41.0" | 16 | nostr-sdk = "0.41.0" |
| 17 | once_cell = "1.18.0" | 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" } |
| 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.0" | 21 | strip-ansi-escapes = "0.2.1" |
| 22 | tokio = { version = "1.40.0", features = ["full"] } | 22 | tokio = { version = "1.46.1", features = ["full"] } |
| 23 | tungstenite = "0.20.1" | 23 | tungstenite = "0.20.1" |
| 24 | sha2 = "0.10" \ No newline at end of file | 24 | sha2 = "0.10" |