diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-03-09 20:09:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 01:09:14 +0100 |
| commit | 78d430103a8f6931154ddbbe19d36f3b8630286d (patch) | |
| tree | 45d633924d5161c34082a8a47a0889ce56a8b8ca /cli/Cargo.toml | |
| parent | 0da193882ef94b97331babcebe1316535e2926f0 (diff) | |
fix(prompt): better output with control chars (#18108)
Diffstat (limited to 'cli/Cargo.toml')
| -rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 65e4359c2..27409ec91 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -62,7 +62,7 @@ chrono = { version = "=0.4.22", default-features = false, features = ["clock"] } clap = "=3.1.12" clap_complete = "=3.1.2" clap_complete_fig = "=3.1.5" -console_static_text = "=0.3.4" +console_static_text.workspace = true data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.17.0" |
