summaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent929847c7223db5c1ea2e7eec6d47b09e34a5797d (diff)
fix(fmt): panic in yaml header with multi-byte characters (#17042)
Closes #17010
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1efb38285..7a134aeb8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1441,9 +1441,9 @@ dependencies = [
[[package]]
name = "dprint-plugin-markdown"
-version = "0.15.0"
+version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8a56f436938566b1f638411e1f3089257a59a68b344886d75fcad0f397e5acfb"
+checksum = "0aec6d8d6d9a3a4c1a260893677d24c8feb03ce5f4ee5f6522c9da5e00e5597d"
dependencies = [
"anyhow",
"dprint-core",