docengine: bump pulldown-cmark to 0.13
No source change needed. Rendered the whole MNW site-docs corpus under
0.12.2 and 0.13.4 and diffed the HTML: byte-identical. 96 tests green,
clippy clean.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2 files changed,
+3 insertions,
-3 deletions
| 499 |
499 |
|
|
| 500 |
500 |
|
[[package]]
|
| 501 |
501 |
|
name = "pulldown-cmark"
|
| 502 |
|
- |
version = "0.12.2"
|
|
502 |
+ |
version = "0.13.4"
|
| 503 |
503 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 504 |
|
- |
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
|
504 |
+ |
checksum = "e9f068eba8e7071c5f9511831b44f32c740d5adf574e990f946ddb53db2f314e"
|
| 505 |
505 |
|
dependencies = [
|
| 506 |
506 |
|
"bitflags",
|
| 507 |
507 |
|
"getopts",
|
| 16 |
16 |
|
full = ["doc-loader", "directives", "mentions", "quotes", "frontmatter", "media-urls", "assumptions"]
|
| 17 |
17 |
|
|
| 18 |
18 |
|
[dependencies]
|
| 19 |
|
- |
pulldown-cmark = "0.12"
|
|
19 |
+ |
pulldown-cmark = "0.13"
|
| 20 |
20 |
|
ammonia = "4"
|
| 21 |
21 |
|
serde = { version = "1", features = ["derive"] }
|
| 22 |
22 |
|
|