summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-08-21 20:16:00 -0400
committerGitHub <noreply@github.com>2024-08-22 02:16:00 +0200
commit32a579d4189d47af618ea958e9a6fbe1ddb81f4e (patch)
tree7b24dec5c523e778ceae1cf101d37299bc179b75 /cli
parent777e7eaa81ae2477852596976be6b8b360742e2e (diff)
fix(fmt/markdown): metadata header sometimes missing trailing blank line (#25141)
* https://github.com/dprint/dprint-plugin-markdown/pull/119
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 d0dbde7dc..847ffb500 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -102,7 +102,7 @@ dissimilar = "=1.0.4"
dotenvy = "0.15.7"
dprint-plugin-json = "=0.19.3"
dprint-plugin-jupyter = "=0.1.3"
-dprint-plugin-markdown = "=0.17.5"
+dprint-plugin-markdown = "=0.17.6"
dprint-plugin-typescript = "=0.91.6"
env_logger = "=0.10.0"
fancy-regex = "=0.10.0"