version-sync
version-sync copied to clipboard
cargo: update pulldown-cmark requirement from 0.9.1 to 0.10.2 in the minor-updates group
Updates the requirements on pulldown-cmark to permit the latest version.
Updates pulldown-cmark to 0.10.2
Release notes
Sourced from pulldown-cmark's releases.
v0.10.2
New release with some fixes and improvements. Note the 0.10.1 is missing (yanked from crates.io) due to a conflict with the clap version and the Rust minimum version (1.74 now instead of 1.70).
Thanks to all people that contributed to this release!
What's Changed
- Limit link def expansion by
@notriddlein pulldown-cmark/pulldown-cmark#845- Do not look for HTML tags that start with backslash by
@notriddlein pulldown-cmark/pulldown-cmark#849- Count a blank line at end of indented code block towards list by
@notriddlein pulldown-cmark/pulldown-cmark#851- Use same limit for refdef as inline links by
@notriddlein pulldown-cmark/pulldown-cmark#854- Don't exit
scan_attributewith the ix pointing at block quote by@notriddlein pulldown-cmark/pulldown-cmark#858- Check indentation on the closing fence relative to the line by
@notriddlein pulldown-cmark/pulldown-cmark#862- Adjust strikethrough flanking rule to better fit Rustdoc Crater run by
@notriddlein pulldown-cmark/pulldown-cmark#864- perf: cargo-wizard default recommendations for runtime perf by
@Martin1887in pulldown-cmark/pulldown-cmark#868New Contributors
@ehussmade their first contribution in pulldown-cmark/pulldown-cmark#848@jimblandymade their first contribution in pulldown-cmark/pulldown-cmark#865@max-hellermade their first contribution in pulldown-cmark/pulldown-cmark#866@blinxenmade their first contribution in pulldown-cmark/pulldown-cmark#875Full Changelog: https://github.com/pulldown-cmark/pulldown-cmark/compare/v0.10.0...v0.10.2
Commits
8c77390chore: upgrade Rust minimum version to 1.747e0e90cchore: update Cargo.lock17ccf97chore: bump versioncc18f0eMerge pull request #868 from pulldown-cmark/cargo_perf_opt2f94b34docs: suggest performance options, license in README, new authors2e4617dfix: remove thecpu=nativeflag in the sake of reproducible buildsd4b1f29Merge pull request #875 from blinxen/master2ae599dAdd symlink to license file so it is included in the release tarball that is ...92aa151perf: cargo-wizard default recommendations for runtime perfc735de1Merge pull request #864 from notriddle/tilde-flanking-rules- 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