Update pulldown-cmark to 0.9.1

This commit is contained in:
Konrad Borowski 2022-05-20 17:15:26 +02:00
parent f489d07da5
commit c39190b6c3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1698,9 +1698,9 @@ dependencies = [
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
dependencies = [
"bitflags",
"getopts",

View File

@ -14,7 +14,7 @@ diesel_migrations = "1.4.0"
itertools = "0.10.1"
log = "0.4.14"
once_cell = "1.8.0"
pulldown-cmark = "0.8.0"
pulldown-cmark = "0.9.1"
rand = "0.8.3"
reqwest = { version = "0.11.3", features = ["json"] }
rocket = { version = "=0.5.0-rc.2", features = ["json"] }