Bump pulldown-cmark-to-cmark from 9.0.0 to 10.0.2

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

---
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-07-04 19:06:31 +00:00 committed by GitHub
parent 081eb6c9ab
commit ff8604d857
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f94dc756ef5c50ad28ccea8428ba5de9f4dca1fff6516a26b85e0b125a70d17"
checksum = "c1353ac408192fa925228d3e60ff746167d03f4f7e54835d78ef79e08225d913"
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.2"
rayon = "1.5.1"
regex = "1.5.4"
serde_yaml = "0.8.23"