mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-13 08:27:14 +00:00
bump pulldown-cmark v0.8
This commit is contained in:
parent
0695f21994
commit
ad6f8c6354
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ cargo_metadata = "0.11.1"
|
||||||
if_chain = "1.0.0"
|
if_chain = "1.0.0"
|
||||||
itertools = "0.9"
|
itertools = "0.9"
|
||||||
lazy_static = "1.0.2"
|
lazy_static = "1.0.2"
|
||||||
pulldown-cmark = { version = "0.7.1", default-features = false }
|
pulldown-cmark = { version = "0.8", default-features = false }
|
||||||
quine-mc_cluskey = "0.2.2"
|
quine-mc_cluskey = "0.2.2"
|
||||||
regex-syntax = "0.6"
|
regex-syntax = "0.6"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
|
Loading…
Reference in a new issue