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 /Cargo.toml | |
| parent | b3e5233f6258dd4508d1840b4cb90e1f4f5b6447 (diff) | |
chore: bump dialoguer v0.11.0
and fix breaking changes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -18,7 +18,7 @@ auth-git2 = "0.5.4" | |||
| 18 | chacha20poly1305 = "0.10.1" | 18 | chacha20poly1305 = "0.10.1" |
| 19 | clap = { version = "4.3.19", features = ["derive"] } | 19 | clap = { version = "4.3.19", features = ["derive"] } |
| 20 | console = "0.15.7" | 20 | console = "0.15.7" |
| 21 | dialoguer = "0.10.4" | 21 | dialoguer = "0.11.0" |
| 22 | directories = "6.0.0" | 22 | directories = "6.0.0" |
| 23 | futures = "0.3.28" | 23 | futures = "0.3.28" |
| 24 | git2 = "0.20.2" | 24 | git2 = "0.20.2" |