diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-11-02 09:42:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-02 09:42:53 -0400 |
commit | 70336912b4307ac218426a3f5ce938bd8fb7dbb5 (patch) | |
tree | 5be60438fd0cc0248681804623e7689cedd3a880 /cli | |
parent | 0ec151b8cb2a92bb1765672fa15de23e6c8842d4 (diff) |
fix(fmt): reduce likelihood of deno fmt panic for file with multi-byte chars (#12623)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index cd761015c..99840d8b0 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -52,9 +52,9 @@ base64 = "0.13.0" clap = "2.33.3" data-url = "0.1.0" dissimilar = "1.0.2" -dprint-plugin-json = "0.13.1" -dprint-plugin-markdown = "0.11.1" -dprint-plugin-typescript = "0.59.0" +dprint-plugin-json = "0.13.2" +dprint-plugin-markdown = "0.11.2" +dprint-plugin-typescript = "0.59.1" encoding_rs = "0.8.29" env_logger = "0.8.4" fancy-regex = "0.7.1" |