From 392cca87a80951eef32c96a127d73ebe33a9e117 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Tue, 13 Dec 2022 18:36:02 -0500 Subject: fix(fmt): panic in yaml header with multi-byte characters (#17042) Closes #17010 --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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" -- cgit v1.2.3