Bump pulldown-cmark from 0.8.0 to 0.9.0 (#433)

Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: pulldown-cmark
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-23 13:49:54 +01:00 committed by GitHub
parent 147fa8de87
commit c0b7205a71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

@ -25,7 +25,7 @@ http = "0.2.5"
hubcaps = "0.6.2"
linkify = "0.8.0"
openssl-sys = "0.9.72"
pulldown-cmark = "0.8.0"
pulldown-cmark = "0.9.0"
regex = "1.4.6"
reqwest = { version = "0.11.8", features = ["gzip"] }
# Make build work on Apple Silicon.