plotters icon indicating copy to clipboard operation
plotters copied to clipboard

Update ttf-parser requirement from 0.20.0 to 0.25.1

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Updates the requirements on ttf-parser to permit the latest version.

Release notes

Sourced from ttf-parser's releases.

v0.25.1

What's Changed

New Contributors

Full Changelog: https://github.com/harfbuzz/ttf-parser/compare/v0.25.0...v0.25.1

Changelog

Sourced from ttf-parser's changelog.

[0.25.1] - 2024-11-29

Changed

  • Fix some typos and documentation related lints
  • Set MSRV in manifest to actual current value (1.63.0)
  • Update forge URL for ttf-parser and rustybuzz to harfbuzz org

[0.25.0] - 2024-10-04

Added

  • STAT table parsing. Thanks to inferiorhumanorgans.
  • UnicodeRanges internal field is public now.
  • cargo-c metadata to C API. Thanks to lu-zero.

Changed

  • Face::is_italic checks for italic angle as well.
  • Face::italic_angle returns just a f32 and not Option<f32> now.
  • Bump MSRV to 1.59

Fixed

  • Only apply avar table to the variation axis being set. Thanks to maxmelander.

[0.24.1] - 2024-08-05

Added

  • (glyf) glyf::Table::bbox. Thanks to LaurenzV.

Fixed

  • (kerx) kerx::SubtablesIter wasn't updating the current subtable index.
  • (GPOS) gpos::AnchorMatrix allows nullable/optional matrices now. Thanks to LaurenzV.

[0.24.0] - 2024-07-02

Changed

  • Make core_maths dependency optional. When building for no_std one must enable no-std-float build feature now.

[0.23.0] - 2024-07-02

Changed

  • Use core_maths instead of libm. Should simplify the build process. Thanks to LaurenzV.

Removed

  • no-std-float build flag. Should be handled automatically now.

[0.22.0] - 2024-06-29

Added

  • Face::glyph_phantom_points
  • hvar::Table::right_side_bearing_offset. Thanks to LaurenzV.
  • vvar::Table::advance_offset. Thanks to LaurenzV.
  • vvar::Table::top_side_bearing_offset. Thanks to LaurenzV.
  • vvar::Table::bottom_side_bearing_offset. Thanks to LaurenzV.

... (truncated)

Commits
  • 56c33b9 chore: Release 0.25.1
  • 4d21159 chore: Update cargo authors metadata to current maintainer list
  • df004d7 chore: Update forge URL for ttf-parser and rustybuzz to harfbuzz org
  • 8ced439 Merge pull request #180 from alerque/typos
  • c7685cc Merge pull request #181 from harfbuzz/msrv
  • 1ca792e ci: Update test runner to verify current MSRV
  • 9523f77 Set MSRV in manifest to actual current value
  • 8951752 Add tooling configuration so typos output is useful
  • bee14b1 Fix clippy::doc_lazy_continuation lint (#177)
  • 57a0d9f Fix typos. (#176)
  • 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Dec 02 '24 12:12 dependabot[bot]