From 2bdb5866a7ef8fecdc3d98977df8ca8e400967aa Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 16 May 2024 18:10:56 -0700 Subject: [PATCH] Add comment not to update pulldown-cmark. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49d17bbeb7..bcc9e4f30c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ handlebars = "5.0" log = "0.4.17" memchr = "2.5.0" opener = "0.7.0" -pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] } +pulldown-cmark = { version = "0.10.0", default-features = false, features = ["html"] } # Do not update, part of the public api. regex = "1.8.1" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96"