build(deps): bump fontdb from 0.23.0 to 0.24.0 - #229
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [fontdb](https://github.com/RazrFalcon/fontdb) from 0.23.0 to 0.24.0. - [Changelog](https://github.com/RazrFalcon/fontdb/blob/master/CHANGELOG.md) - [Commits](RazrFalcon/fontdb@v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: fontdb dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/fontdb-0.24.0
branch
from
August 5, 2026 18:00
654c629 to
8e6312e
Compare
There was a problem hiding this comment.
Pull request overview
Updates the workspace Rust dependency set by bumping fontdb from 0.23 to 0.24, aligning with upstream changes (including iOS system-font loading and removal of the ttf-parser dependency).
Changes:
- Bump
fontdbversion requirement inCargo.tomlfrom0.23to0.24. - Update
Cargo.lockto addfontdb 0.24.0and adjust dependency resolution accordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Cargo.toml | Bumps the workspace fontdb dependency to 0.24. |
| Cargo.lock | Locks in fontdb 0.24.0 and updates resolved dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| # 0.2.9 has both fixes. | ||
| swash = "0.2.9" | ||
| fontdb = "0.23" | ||
| fontdb = "0.24" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps fontdb from 0.23.0 to 0.24.0.
Changelog
Sourced from fontdb's changelog.
Commits
ecb707eVersion bump (v0.24)cfdeae0Add iOS support to load_system_fonts (#87)aaf5220Inline a minimal subset of ttf-parser (#92)95f696cUpgrade github action versions (#95)7336885Bump MSRV to 1.71 (#94)