diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:51:02 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-05-06 14:51:02 +0100 |
| commit | d33cb027357c7cc82679548ee999ead2cc2a6ecc (patch) | |
| tree | 2be08b55caefaf2c0252ee9713b9e4b0d9df1d68 /test_utils | |
| parent | b3e5233f6258dd4508d1840b4cb90e1f4f5b6447 (diff) | |
chore: bump dialoguer v0.11.0
and fix breaking changes
Diffstat (limited to 'test_utils')
| -rw-r--r-- | test_utils/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/Cargo.toml b/test_utils/Cargo.toml index 0888aa6..2001733 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.75" | 7 | anyhow = "1.0.75" |
| 8 | assert_cmd = "2.0.12" | 8 | assert_cmd = "2.0.12" |
| 9 | dialoguer = "0.10.4" | 9 | dialoguer = "0.11.0" |
| 10 | directories = "6.0.0" | 10 | directories = "6.0.0" |
| 11 | futures = "0.3.28" | 11 | futures = "0.3.28" |
| 12 | git2 = "0.20.2" | 12 | git2 = "0.20.2" |