Skip to content

Commit b1762e3

Browse files
committed
Auto merge of #4157 - phansch:update_pulldown_cmark2, r=matthiaskrgr
Update pulldown_cmark to 0.5.2 Includes various parsing fixes. Most notably [this PR][pr] changelog: none [pr]: pulldown-cmark/pulldown-cmark#325
2 parents 0ab3f17 + a349912 commit b1762e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ semver = "0.9.0"
2727
serde = { version = "1.0", features = ["derive"] }
2828
toml = "0.5"
2929
unicode-normalization = "0.1"
30-
pulldown-cmark = "0.5.0"
30+
pulldown-cmark = "0.5.2"
3131
url = "1.7.0"
3232
if_chain = "1.0.0"
3333
smallvec = { version = "0.6.5", features = ["union"] }

0 commit comments

Comments
 (0)