deps: update pulldown-cmark from 0.6 to 0.7

This commit is contained in:
Matthias Krüger 2020-02-13 22:01:26 +01:00
parent 96c2e62d57
commit fa0ad30465

View file

@ -22,7 +22,7 @@ if_chain = "1.0.0"
itertools = "0.8" itertools = "0.8"
lazy_static = "1.0.2" lazy_static = "1.0.2"
matches = "0.1.7" matches = "0.1.7"
pulldown-cmark = "0.6.0" pulldown-cmark = "0.7.0"
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"] }