Bump pulldown-cmark-to-cmark from 6.0.3 to 6.0.4 (#44)

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

---
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-10-06 19:38:18 +02:00 committed by GitHub
parent 9a3ace0070
commit e78f19a2fa
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.3"
version = "6.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a72d775989b8b4cc8e5e924a99d6b3ed960da727f78394b7abd539301972e08e"
checksum = "1f5925e2c68fb0c3c189cd0f6bbcf1e16402a070d4fcaf7600e239e8302dd0e8"
dependencies = [
"pulldown-cmark",
]

View File

@ -33,7 +33,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.3"
pulldown-cmark-to-cmark = "6.0.4"
rayon = "1.5.0"
regex = "1.5.3"
serde_yaml = "0.8.21"