Upgrade pulldown-cmark to 0.13.0

This commit is contained in:
Roms1383
2024-06-16 10:16:10 +07:00
committed by Eric Huss
parent cf7762f57f
commit 91f04bc7ba
4 changed files with 22 additions and 26 deletions

View File

@@ -48,7 +48,7 @@ notify-debouncer-mini = "0.6.0"
opener = "0.8.2"
pathdiff = "0.2.3"
pretty_assertions = "1.4.1"
pulldown-cmark = { version = "0.10.3", default-features = false, features = ["html"] } # Do not update, part of the public api.
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] } # Do not update, part of the public api.
regex = "1.11.1"
select = "0.6.1"
semver = "1.0.26"