Bump pulldown-cmark-to-cmark from 11.0.2 to 11.2.0

Bumps [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) from 11.0.2 to 11.2.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/v11.0.2...v11.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-29 19:10:08 +00:00 committed by GitHub
parent a7517106e8
commit b1bdb0408e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -490,9 +490,9 @@ dependencies = [
[[package]]
name = "pulldown-cmark-to-cmark"
version = "11.0.2"
version = "11.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a883e495f8fc4f209521b03a89dde6f6f211ed7cf92e85693c82508e8b722710"
checksum = "6dd464f32d7631035e849fcd969a603e9bb17ceaebe8467352a7728147f34e42"
dependencies = [
"pulldown-cmark",
]

View File

@ -33,7 +33,7 @@ matter = "0.1.0-alpha4"
pathdiff = "0.2.1"
percent-encoding = "2.3.1"
pulldown-cmark = "0.9.3"
pulldown-cmark-to-cmark = "11.0.2"
pulldown-cmark-to-cmark = "11.2.0"
rayon = "1.8.0"
regex = "1.10.2"
serde_yaml = "0.9.27"