summaryrefslogtreecommitdiff
path: root/cli/Cargo.toml
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-01-11 13:35:45 -0500
committerGitHub <noreply@github.com>2023-01-11 18:35:45 +0000
commit8c3c02354d6278e06561aff3cc5847407dcc0244 (patch)
treeb6c549b758aa0d0c3e8972a277af69454daa5454 /cli/Cargo.toml
parentd0a53c3ce509d8a012315d8008a33c03802fc70c (diff)
fix(fmt): better handling of link reference definitions when formatting markdown (#17352)
Two fixes: - https://github.com/dprint/dprint-plugin-markdown/pull/75 - https://github.com/dprint/dprint-plugin-markdown/pull/73
Diffstat (limited to 'cli/Cargo.toml')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 001cc8e14..d30ef96d1 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -64,7 +64,7 @@ console_static_text = "=0.3.4"
data-url.workspace = true
dissimilar = "=1.0.4"
dprint-plugin-json = "=0.17.0"
-dprint-plugin-markdown = "=0.15.1"
+dprint-plugin-markdown = "=0.15.2"
dprint-plugin-typescript = "=0.80.2"
encoding_rs.workspace = true
env_logger = "=0.9.0"