summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-12-13 18:36:02 -0500
committerGitHub <noreply@github.com>2022-12-13 23:36:02 +0000
commit392cca87a80951eef32c96a127d73ebe33a9e117 (patch)
tree10dacc3de1d4c2eea8ba682a2afd13eb00077e69 /cli
parent929847c7223db5c1ea2e7eec6d47b09e34a5797d (diff)
fix(fmt): panic in yaml header with multi-byte characters (#17042)
Closes #17010
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
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"