Bump pulldown-cmark-to-cmark from 9.0.0 to 10.0.4

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 9.0.0 to 10.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/v9.0.0...v10.0.4)

---
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] 2022-09-12 19:04:06 +00:00 committed by GitHub
parent 081eb6c9ab
commit a7a2669025
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

@ -397,9 +397,9 @@ dependencies = [
[[package]]
name = "pulldown-cmark-to-cmark"
version = "9.0.0"
version = "10.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f94dc756ef5c50ad28ccea8428ba5de9f4dca1fff6516a26b85e0b125a70d17"
checksum = "0194e6e1966c23cc5fd988714f85b18d548d773e81965413555d96569931833d"
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.9.0"
pulldown-cmark-to-cmark = "9.0.0"
pulldown-cmark-to-cmark = "10.0.4"
rayon = "1.5.1"
regex = "1.5.4"
serde_yaml = "0.8.23"