Skip to content

Commit

Permalink
Update font-kit requirement from 0.13.0 to 0.14.1
Browse files Browse the repository at this point in the history
Updates the requirements on [font-kit](https://github.com/servo/font-kit) to permit the latest version.
- [Release notes](https://github.com/servo/font-kit/releases)
- [Commits](servo/font-kit@v0.13.0...v0.14.1)

---
updated-dependencies:
- dependency-name: font-kit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent dd1296a commit f33627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ path = "../plotters-svg"
ttf-parser = { version = "0.20.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
pathfinder_geometry = { version = "0.5.1", optional = true }
font-kit = { version = "0.13.0", optional = true }
font-kit = { version = "0.14.1", optional = true }
ab_glyph = { version = "0.2.12", optional = true }
once_cell = { version = "1.8.0", optional = true }

Expand Down

0 comments on commit f33627f

Please sign in to comment.