fix(deps): update rust crate pulldown-cmark to 0.13 #67

Merged
renovate-bot merged 1 commit from renovate/pulldown-cmark-0.x into main 2026-03-30 02:18:11 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
pulldown-cmark dependencies minor 0.120.13

Release Notes

raphlinus/pulldown-cmark (pulldown-cmark)

v0.13.3: 0.13.3

Compare Source

Bug Fixes
  • Fix Wikilink offset.

Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.13.2...v0.13.3

v0.13.2: 0.13.2

Compare Source

Security
  • Bump tar to 0.4.45.

Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.13.1...v0.13.2

v0.13.1: 0.13.1

Compare Source

Update dependencies.

Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.13.0...v0.13.1

v0.13.0

Compare Source

Breaking Changes

New Features

Bug Fixes and Code Enhancements

Docs

New Contributors

Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.12.2...v0.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | dependencies | minor | `0.12` → `0.13` | --- ### Release Notes <details> <summary>raphlinus/pulldown-cmark (pulldown-cmark)</summary> ### [`v0.13.3`](https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.13.3): 0.13.3 [Compare Source](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.2...v0.13.3) ##### Bug Fixes - Fix Wikilink offset. **Full Changelog**: <https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.13.2...v0.13.3> ### [`v0.13.2`](https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.13.2): 0.13.2 [Compare Source](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.1...v0.13.2) ##### Security - Bump tar to 0.4.45. **Full Changelog**: <https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.13.1...v0.13.2> ### [`v0.13.1`](https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.13.1): 0.13.1 [Compare Source](https://github.com/raphlinus/pulldown-cmark/compare/v0.13.0...v0.13.1) Update dependencies. **Full Changelog**: <https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.13.0...v0.13.1> ### [`v0.13.0`](https://github.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.13.0) [Compare Source](https://github.com/raphlinus/pulldown-cmark/compare/v0.12.2...v0.13.0) #### Breaking Changes - super and sub script support by [@&#8203;jim-taylor-business](https://github.com/jim-taylor-business) in [pulldown-cmark#966](https://github.com/pulldown-cmark/pulldown-cmark/pull/966) - Implement extension WikiLinks; `Options::ENABLE_WIKILINKS` by [@&#8203;frostu8](https://github.com/frostu8) in [pulldown-cmark#991](https://github.com/pulldown-cmark/pulldown-cmark/pull/991) #### New Features - feat: add `-D` CLI option to enable definition lists by [@&#8203;ytmimi](https://github.com/ytmimi) in [pulldown-cmark#972](https://github.com/pulldown-cmark/pulldown-cmark/pull/972) #### Bug Fixes and Code Enhancements - Safer definition lists implementation by [@&#8203;mondeja](https://github.com/mondeja) in [pulldown-cmark#974](https://github.com/pulldown-cmark/pulldown-cmark/pull/974) - Factor duplicate code out of parsers by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#976](https://github.com/pulldown-cmark/pulldown-cmark/pull/976) - Stop using string slicing for math where bytes will do by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#977](https://github.com/pulldown-cmark/pulldown-cmark/pull/977) - Make indent calc for definition lists match commonmark-hs closer by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#978](https://github.com/pulldown-cmark/pulldown-cmark/pull/978) - Ensure "parse" fuzz target covers all options by [@&#8203;ollpu](https://github.com/ollpu) in [pulldown-cmark#980](https://github.com/pulldown-cmark/pulldown-cmark/pull/980) - Change subscript CLI flag to -B by [@&#8203;ollpu](https://github.com/ollpu) in [pulldown-cmark#993](https://github.com/pulldown-cmark/pulldown-cmark/pull/993) - Fix OOB access due to erroneous shift in process\_mask by [@&#8203;ollpu](https://github.com/ollpu) in [pulldown-cmark#990](https://github.com/pulldown-cmark/pulldown-cmark/pull/990) - Use slice patterns for `unescape` by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#996](https://github.com/pulldown-cmark/pulldown-cmark/pull/996) - Use slice patterns for `scan_eol` by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#998](https://github.com/pulldown-cmark/pulldown-cmark/pull/998) - Stop using scan\_ch when get will do by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#1003](https://github.com/pulldown-cmark/pulldown-cmark/pull/1003) - Fix panic when symbols are present in wikilink before pipe by [@&#8203;frostu8](https://github.com/frostu8) in [pulldown-cmark#1004](https://github.com/pulldown-cmark/pulldown-cmark/pull/1004) - Added a WASM build step to github actions [#&#8203;1005](https://github.com/raphlinus/pulldown-cmark/issues/1005) by [@&#8203;rimutaka](https://github.com/rimutaka) in [pulldown-cmark#1006](https://github.com/pulldown-cmark/pulldown-cmark/pull/1006) - Use an explicit node for tight paragraphs by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#1015](https://github.com/pulldown-cmark/pulldown-cmark/pull/1015) - Fix tasklist parsing bugs by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#1017](https://github.com/pulldown-cmark/pulldown-cmark/pull/1017) - Prevent definition list defs from interrupting non-paragraphs by [@&#8203;notriddle](https://github.com/notriddle) in [pulldown-cmark#1018](https://github.com/pulldown-cmark/pulldown-cmark/pull/1018) #### Docs - Add basic skeleton for developer docs by [@&#8203;systemsoverload](https://github.com/systemsoverload) in [pulldown-cmark#988](https://github.com/pulldown-cmark/pulldown-cmark/pull/988) - docs: Added a doc-comment for ENABLE\_SMART\_PUNCTUATION option. by [@&#8203;rimutaka](https://github.com/rimutaka) in [pulldown-cmark#1007](https://github.com/pulldown-cmark/pulldown-cmark/pull/1007) - Document more Events and Tags by [@&#8203;ModProg](https://github.com/ModProg) in [pulldown-cmark#1010](https://github.com/pulldown-cmark/pulldown-cmark/pull/1010) #### New Contributors - [@&#8203;ytmimi](https://github.com/ytmimi) made their first contribution in [pulldown-cmark#972](https://github.com/pulldown-cmark/pulldown-cmark/pull/972) - [@&#8203;mondeja](https://github.com/mondeja) made their first contribution in [pulldown-cmark#974](https://github.com/pulldown-cmark/pulldown-cmark/pull/974) - [@&#8203;jim-taylor-business](https://github.com/jim-taylor-business) made their first contribution in [pulldown-cmark#966](https://github.com/pulldown-cmark/pulldown-cmark/pull/966) - [@&#8203;systemsoverload](https://github.com/systemsoverload) made their first contribution in [pulldown-cmark#988](https://github.com/pulldown-cmark/pulldown-cmark/pull/988) - [@&#8203;frostu8](https://github.com/frostu8) made their first contribution in [pulldown-cmark#991](https://github.com/pulldown-cmark/pulldown-cmark/pull/991) - [@&#8203;rimutaka](https://github.com/rimutaka) made their first contribution in [pulldown-cmark#1006](https://github.com/pulldown-cmark/pulldown-cmark/pull/1006) - [@&#8203;ModProg](https://github.com/ModProg) made their first contribution in [pulldown-cmark#1010](https://github.com/pulldown-cmark/pulldown-cmark/pull/1010) **Full Changelog**: <https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.12.2...v0.13.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My45OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuOTkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-03-30 02:06:32 +02:00
fix(deps): update rust crate pulldown-cmark to 0.13
All checks were successful
Continuous Integration / Lint, Check & Test (push) Successful in 2m44s
Continuous Integration / Build Package (push) Successful in 3m26s
99f348c0c7
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-03-30 02:06:33 +02:00
renovate-bot merged commit 3b2d8c7e63 into main 2026-03-30 02:18:11 +02:00
renovate-bot deleted branch renovate/pulldown-cmark-0.x 2026-03-30 02:18:11 +02:00
Sign in to join this conversation.
No reviewers
No labels
planned
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: kfickel/streamd#67
No description provided.