Bump pulldown-cmark-to-cmark from 7.1.1 to 8.0.0

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 7.1.1 to 8.0.0.
- [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases)
- [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Byron/pulldown-cmark-to-cmark/compare/v7.1.1...v8.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-27 19:02:20 +00:00 committed by GitHub
parent c96acc1d6d
commit 3e5d0afd5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 6 deletions

21
Cargo.lock generated
View File

@ -317,7 +317,7 @@ dependencies = [
"pathdiff",
"percent-encoding",
"pretty_assertions",
"pulldown-cmark",
"pulldown-cmark 0.8.0",
"pulldown-cmark-to-cmark",
"rayon",
"regex",
@ -395,12 +395,23 @@ dependencies = [
]
[[package]]
name = "pulldown-cmark-to-cmark"
version = "7.1.1"
name = "pulldown-cmark"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bc14bc6b9f5881f240f9766414707ab24f972bcc3388589fe15b22fb15dc60d"
checksum = "acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548"
dependencies = [
"pulldown-cmark",
"bitflags",
"memchr",
"unicase",
]
[[package]]
name = "pulldown-cmark-to-cmark"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173a10b579403869178664bac8487212a97ff79bd75f0e8cd99a28048a0a0a2c"
dependencies = [
"pulldown-cmark 0.9.0",
]
[[package]]

View File

@ -33,7 +33,7 @@ matter = "0.1.0-alpha4"
pathdiff = "0.2.1"
percent-encoding = "2.1.0"
pulldown-cmark = "0.8.0"
pulldown-cmark-to-cmark = "7.1.1"
pulldown-cmark-to-cmark = "8.0.0"
rayon = "1.5.0"
regex = "1.5.3"
serde_yaml = "0.8.23"