pulldown-cmark: don't pull getopts dep

This commit is contained in:
klensy 2024-10-18 17:08:50 +03:00
parent a109190d70
commit 2c3a34a040

View File

@ -39,7 +39,7 @@ toml = "0.7.3"
walkdir = "2.3" walkdir = "2.3"
filetime = "0.2.9" filetime = "0.2.9"
itertools = "0.12" itertools = "0.12"
pulldown-cmark = "0.11" pulldown-cmark = { version = "0.11", default-features = false, features = ["html"] }
rinja = { version = "0.3", default-features = false, features = ["config"] } rinja = { version = "0.3", default-features = false, features = ["config"] }
# UI test dependencies # UI test dependencies