Merge branch 'renovate/rust-pulldown-cmark-0.x' into 'master'

Update Rust crate pulldown-cmark to 0.7.1

See merge request pastebinrun/pastebinrun!196
This commit is contained in:
Konrad Borowski 2020-05-06 17:35:26 +00:00
commit 146bb9dac2

View File

@ -19,7 +19,7 @@ itertools = "0.9.0"
log = "0.4.8"
mime = "0.3.16"
once_cell = "1.3.1"
pulldown-cmark = "0.7.0"
pulldown-cmark = "0.7.1"
rand = "0.7.3"
reqwest = { version = "0.10.4", features = ["json"] }
serde = { version = "1.0.106", features = ["derive"] }