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 /Cargo.lock | |
| parent | 0da193882ef94b97331babcebe1316535e2926f0 (diff) | |
fix(prompt): better output with control chars (#18108)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 3233b03c9..97d27d34c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -525,9 +525,9 @@ dependencies = [ [[package]] name = "console_static_text" -version = "0.3.4" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f166cdfb9db0607e2079b382ba64bc4164344006c733b95c1ecfa782a180a34a" +checksum = "953d2c3cf53213a4eccdbe8f2e0b49b5d0f77e87a2a9060117bbf9346f92b64e" dependencies = [ "unicode-width", "vte", @@ -1285,6 +1285,7 @@ name = "deno_runtime" version = "0.99.0" dependencies = [ "atty", + "console_static_text", "deno_ast", "deno_broadcast_channel", "deno_cache", |
