diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2022-12-13 18:36:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-13 23:36:02 +0000 |
| commit | 392cca87a80951eef32c96a127d73ebe33a9e117 (patch) | |
| tree | 10dacc3de1d4c2eea8ba682a2afd13eb00077e69 /cli | |
| parent | 929847c7223db5c1ea2e7eec6d47b09e34a5797d (diff) | |
fix(fmt): panic in yaml header with multi-byte characters (#17042)
Closes #17010
Diffstat (limited to 'cli')
| -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 c6309e3dc..c745c1369 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -63,7 +63,7 @@ console_static_text = "=0.3.3" data-url.workspace = true dissimilar = "=1.0.4" dprint-plugin-json = "=0.17.0" -dprint-plugin-markdown = "=0.15.0" +dprint-plugin-markdown = "=0.15.1" dprint-plugin-typescript = "=0.79.0" encoding_rs.workspace = true env_logger = "=0.9.0" |
