Closed renovate[bot] closed 3 months ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package pulldown-cmark@0.11.2 --precise 0.12.0
Updating crates.io index
error: failed to select a version for the requirement `pulldown-cmark = "^0.11.0"`
candidate versions found which didn't match: 0.12.0
location searched: crates.io index
required by package `pulldown-cmark-to-cmark v15.0.1`
... which satisfies dependency `pulldown-cmark-to-cmark = "^15.0.0"` (locked to 15.0.1) of package `obsidian-export v23.12.0 (/tmp/renovate/repos/github/zoni/obsidian-export)`
This PR contains the following updates:
0.11.0
->0.12.0
Release Notes
raphlinus/pulldown-cmark (pulldown-cmark)
### [`v0.12.0`](https://togithub.com/pulldown-cmark/pulldown-cmark/releases/tag/v0.12.0): 0.12.0 [Compare Source](https://togithub.com/raphlinus/pulldown-cmark/compare/v0.11.2...v0.12.0) Thanks to all contributors! This release mainly adds the long awaited commonmark-hs description lists (under a flag) and enables the blockquote kind in `TagEnd` reverted in 0.11.2. #### Breaking changes - feat: re-add kind for BlockQuote in TagEnd by [@Martin1887](https://togithub.com/Martin1887) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/940](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/940) - Refactor TextMergeStream by [@ollpu](https://togithub.com/ollpu) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/931](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/931) #### New features - Implement commonmark-hs compatible definition lists by [@notriddle](https://togithub.com/notriddle) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/915](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/915) #### Other changes - Rename superlinear time fuzzer to `dos-fuzzer` by [@ollpu](https://togithub.com/ollpu) in [https://github.com/pulldown-cmark/pulldown-cmark/pull/938](https://togithub.com/pulldown-cmark/pulldown-cmark/pull/938) **Full Changelog**: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.11.2...v0.12.0Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.