Bump pulldown-cmark-to-cmark from 6.0.0 to 6.0.2

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 6.0.0 to 6.0.2.
- [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.0...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-06-28 19:02:49 +00:00 committed by GitHub
parent 2dc7809367
commit 52200765a7
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

@ -392,9 +392,9 @@ dependencies = [
[[package]]
name = "pulldown-cmark-to-cmark"
version = "6.0.0"
version = "6.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f2b9878102358ec65434fdd1a9a161f8648bb2f531acc9260e4d094c96de23"
checksum = "95048382115a9da7be92ad51c84064d585b7da17472dcaa7f5eed8853c4c3707"
dependencies = [
"pulldown-cmark",
]

View File

@ -32,7 +32,7 @@ matter = "0.1.0-alpha4"
pathdiff = "0.2.0"
percent-encoding = "2.1.0"
pulldown-cmark = "0.8.0"
pulldown-cmark-to-cmark = "6.0.0"
pulldown-cmark-to-cmark = "6.0.2"
rayon = "1.5.0"
regex = "1.5.3"
serde_yaml = "0.8.17"