version-sync
version-sync copied to clipboard
cargo: update pulldown-cmark requirement from 0.9.1 to 0.11.0 in the minor-updates group across 1 directory
Updates the requirements on pulldown-cmark to permit the latest version.
Updates pulldown-cmark to 0.11.0
Release notes
Sourced from pulldown-cmark's releases.
0.11.0
Finally, the so long awaited math mode is here! Enable the option to use it.
This release also includes other improvements and bugfixes, please see the changelog below for more details. Thanks to all contributors that has made possible this release!
Breaking changes
- Change
write_to_htmlto allowfmt::Writeby@stepantubanovin pulldown-cmark/pulldown-cmark#870New features
- Math mode
Bugfixes
- [0.11] Don't exit
scan_attributewith the ix pointing at block quote by@notriddlein pulldown-cmark/pulldown-cmark#873- (Re)introduce simd feature to pulldown-cmark-escape by
@ollpuin pulldown-cmark/pulldown-cmark#880- fix: remove unnecessary end_newline set by
@tomcurin pulldown-cmark/pulldown-cmark#885New Contributors
@duskmoon314made their first contribution in pulldown-cmark/pulldown-cmark#874@stepantubanovmade their first contribution in pulldown-cmark/pulldown-cmark#870@tomcurmade their first contribution in pulldown-cmark/pulldown-cmark#885Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.10.3...v0.11.0
Commits
d7632acchore: update version to 0.11.0 and Cargo.lock57b6b3fMerge pull request #887 from pulldown-cmark/branch_0.117137d4eMerge branch 'master' into branch_0.11a9a6ed7Merge pull request #885 from tomcur/remove-unnecessary-set8fde095fix: remove unnecessary end_newline set1cfaf02fix: simd was not be using after the new crate pulldown-cmark-escape056c9e1Merge pull request #880 from ollpu/escape-simd7316da2(Re)introduce simd feature to escape crateeac0027Merge pull request #879 from notriddle/notriddle/rule-emphd26e07fMarkRuleas a block item- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions