Skip to content

Commit a349912

Browse files
committed
Update pulldown_cmark to 0.5.2
Includes various parsing fixes. Most notably [this PR][pr] [pr]: pulldown-cmark/pulldown-cmark#325
1 parent d2f5122 commit a349912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)