Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update rustybuzz requirement from 0.7.0 to 0.8.0 #388

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Updates the requirements on rustybuzz to permit the latest version.

Changelog

Sourced from rustybuzz's changelog.

[0.7.0] - 2023-02-04

Added

Changed

  • Bump ttf-parser.
  • Face::from_face no longer returns Option.

[0.6.0] - 2022-10-24

Added

  • ttf-parser is reexported now.

Changed

  • Bump ttf-parser.

[0.5.3] - 2022-10-24

Changed

  • Revert 0.5.2 because it was a breaking change.

[0.5.2] - 2022-10-22

Added

  • ttf-parser is reexported now.

Changed

  • Bump ttf-parser.

[0.5.1] - 2022-06-11

Added

  • Implement PartialOrd, Ord and Hash for Script.

Fixed

[0.5.0] - 2022-02-20

Changed

  • GSUB, GPOS, ankr, feat, kern, kerx, morx and trak tables parsing was moved to ttf-parser.
  • rustybuzz no longer do any TrueType parsing. Everything is handled by ttf-parser.

Fixed

  • Multiple issues in AAT Lookup Table parsing.

[0.4.0] - 2021-06-27

Added

  • Face::from_face, so you can create rustybuzz::Face directly from ttf_parser::Face. Thanks to @​lain-dono
  • no_std support thanks to @​CryZe.
  • GlyphInfo::unsafe_to_break thanks to @​glowcoil.

Changed

... (truncated)

Commits

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 19, 2023
@codecov
Copy link

codecov bot commented Jun 19, 2023

Codecov Report

Merging #388 (05c4df8) into master (9a1c248) will increase coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #388      +/-   ##
==========================================
+ Coverage   83.55%   83.56%   +0.01%     
==========================================
  Files         181      181              
  Lines       22714    22726      +12     
==========================================
+ Hits        18978    18991      +13     
+ Misses       3736     3735       -1     

see 2 files with indirect coverage changes

@dependabot dependabot bot force-pushed the dependabot/cargo/rustybuzz-0.8.0 branch 2 times, most recently from d72abde to 427a935 Compare June 23, 2023 12:56
Updates the requirements on [rustybuzz](https://github.com/RazrFalcon/rustybuzz) to permit the latest version.
- [Changelog](https://github.com/RazrFalcon/rustybuzz/blob/master/CHANGELOG.md)
- [Commits](harfbuzz/rustybuzz@0.7.0...0.7.0)

---
updated-dependencies:
- dependency-name: rustybuzz
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rustybuzz-0.8.0 branch from 427a935 to 05c4df8 Compare July 3, 2023 06:03
@M-Adoo M-Adoo enabled auto-merge July 25, 2023 12:01
@M-Adoo M-Adoo added this pull request to the merge queue Jul 25, 2023
Merged via the queue into master with commit a07d6a4 Jul 25, 2023
@M-Adoo M-Adoo deleted the dependabot/cargo/rustybuzz-0.8.0 branch July 25, 2023 12:17
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.

2 participants