Bump pulldown-cmark from 0.9.2 to 0.9.3 (#165)
This commit is contained in:
parent
e197ac3408
commit
0dd235279e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -514,9 +514,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pulldown-cmark"
|
||||
version = "0.9.2"
|
||||
version = "0.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
|
||||
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"getopts",
|
||||
|
@ -32,7 +32,7 @@ lazy_static = "1.4.0"
|
||||
matter = "0.1.0-alpha4"
|
||||
pathdiff = "0.2.1"
|
||||
percent-encoding = "2.3.0"
|
||||
pulldown-cmark = "0.9.2"
|
||||
pulldown-cmark = "0.9.3"
|
||||
pulldown-cmark-to-cmark = "11.0.0"
|
||||
rayon = "1.6.0"
|
||||
regex = "1.9.4"
|
||||
|
Loading…
Reference in New Issue
Block a user