diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2021-11-19 12:54:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-19 12:54:41 -0500 |
commit | ddfba7d8ca2ba65c3952b79b8f7677bcf410348e (patch) | |
tree | aa6b1fa94fb2b6619db4809bb0db4c22f6569aa1 /cli | |
parent | 22dcf8223041feb985c025338b5d60eae9357d31 (diff) |
fix(fmt): markdown formatting was incorrectly removing some non-breaking space html entities (#12818)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ed3bf9a08..9c19600f9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -53,8 +53,8 @@ clap = "2.33.3" data-url = "0.1.0" dissimilar = "1.0.2" dprint-plugin-json = "0.13.2" -dprint-plugin-markdown = "0.11.2" -dprint-plugin-typescript = "0.59.1" +dprint-plugin-markdown = "0.11.3" +dprint-plugin-typescript = "0.59.2" encoding_rs = "0.8.29" env_logger = "0.8.4" fancy-regex = "0.7.1" |