diff options
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 236ba80..016cc19 100644 --- a/test_utils/Cargo.toml +++ b/test_utils/Cargo.toml | |||
| @@ -6,7 +6,7 @@ edition = "2021" | |||
| 6 | [dependencies] | 6 | [dependencies] |
| 7 | anyhow = "1.0.98" | 7 | anyhow = "1.0.98" |
| 8 | assert_cmd = "2.0.17" | 8 | assert_cmd = "2.0.17" |
| 9 | dialoguer = "0.11.0" | 9 | 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" |
| @@ -20,5 +20,5 @@ 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.27.0" | 23 | tungstenite = "0.28.0" |
| 24 | sha2 = "0.10" | 24 | sha2 = "0.10" |