Bump pulldown-cmark-to-cmark from 6.0.4 to 7.0.0 (#47)

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 6.0.4 to 7.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/v6.0.4...v7.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-11-22 22:46:50 +01:00 committed by GitHub
parent 740346fa4c
commit fd346baee9
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

@ -402,9 +402,9 @@ dependencies = [
[[package]]
name = "pulldown-cmark-to-cmark"
version = "6.0.4"
version = "7.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5925e2c68fb0c3c189cd0f6bbcf1e16402a070d4fcaf7600e239e8302dd0e8"
checksum = "3b3ec335215b97156144f3231d484b5d0add61fb8fade8f7ce471cdbdcd6e522"
dependencies = [
"pulldown-cmark",
]

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 = "6.0.4"
pulldown-cmark-to-cmark = "7.0.0"
rayon = "1.5.0"
regex = "1.5.3"
serde_yaml = "0.8.21"