Skip to content

Bump(deps): Update allsorts requirement from 0.16 to 0.17#17

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/allsorts-0.17
Open

Bump(deps): Update allsorts requirement from 0.16 to 0.17#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/allsorts-0.17

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on allsorts to permit the latest version.

Release notes

Sourced from allsorts's releases.

Allsorts v0.17.0

Added

  • Support the flate2 zlib-rs backend.
  • Support for shaping Mongolian and Tibetan text.

Changed

  • Make DynamicFontTableProvider Send + Sync.
  • Custom shaping features can be enabled independently of default features.
  • Enable CCMP, RLIG, and LOCL features by default when applying glyph substitutions.
  • Apply Arabic Mark Transient Reordering Algorithm (AMTRA) to Syriac text.
  • Migrate from bitflags to enumflags2.

Fixed

  • Fix UseMarkFilteringSet lookup flag skipping all non-mark glyphs.
  • Fix panic in subsetting when CMAP mappings to keep ends up empty.

Full Changelog: yeslogic/allsorts@v0.16.1...v0.17.0

Changelog

Sourced from allsorts's changelog.

[0.17.0] - 2026-05-07

Added

  • Support the flate2 zlib-rs backend.
  • Support for shaping Mongolian and Tibetan text.

Changed

  • Make DynamicFontTableProvider Send + Sync.
  • Custom shaping features can be enabled independently of default features.
  • Enable CCMP, RLIG, and LOCL features by default when applying glyph substitutions.
  • Apply Arabic Mark Transient Reordering Algorithm (AMTRA) to Syriac text.
  • Migrate from bitflags to enumflags2.

Fixed

  • Fix UseMarkFilteringSet lookup flag skipping all non-mark glyphs.
  • Fix panic in subsetting when CMAP mappings to keep ends up empty.

[0.16.1] - 2025-11-21

Fixed

  • Fix docs generation on docs.rs

[0.16.0] - 2025-11-20

Added

  • Support for mark filtering sets.
  • Support for shaping text that uses Myanmar script, such as Burmese.
  • Support kerning via kern table.
  • Support for shaping with the morx table.
  • Support parsing COLRv0, COLRv1, and CPAL tables.
  • Support traversing the paint operators of the COLR table.
  • Apply variations when visiting the outlines of glyf based fonts.
  • Introduce subsetting profiles for more influence over subsetting.
  • Provide access to bounding box of glyphs.

Changed

  • Parse head table up front in Font. Public head_table field replaces head_table method.
  • Introduce MissingTable variant to ParseError. This is used in place of MissingValue in the default implementation of read_table_data in FontTableProvider.
  • Update to use Unicode 16 tables.
  • Update brotli-decompressor to use Rust implementation.

... (truncated)

Commits
  • efab0fc Allsorts 0.17.0
  • ea4c89d ci: Update GitHub Actions
  • 5fb3fff Fix panic in subset when glyph_ids maps to only .notdef
  • b72dcc1 allsorts: Update dependencies
  • 79abf86 New property prince-smart-typography: auto | none | all-caps
  • b811c5f Fix CI test failure.
  • df52adc Review comments.
  • 79cd32b Simplify GSUB shaping code.
  • 74eceac Mention bitflags -> enumflags2 change in the CHANGELOG.
  • 8c0a787 Rename to_tag() method to tag() for consistency.
  • 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 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)

Updates the requirements on [allsorts](https://github.com/yeslogic/allsorts) to permit the latest version.
- [Release notes](https://github.com/yeslogic/allsorts/releases)
- [Changelog](https://github.com/yeslogic/allsorts/blob/master/CHANGELOG.md)
- [Commits](yeslogic/allsorts@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: allsorts
  dependency-version: 0.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant