Skip to content

Commit

Permalink
Update ttf-parser requirement from 0.20.0 to 0.22.0
Browse files Browse the repository at this point in the history
Updates the requirements on [ttf-parser](https://github.com/RazrFalcon/ttf-parser) to permit the latest version.
- [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md)
- [Commits](harfbuzz/ttf-parser@v0.20.0...v0.22.0)

---
updated-dependencies:
- dependency-name: ttf-parser
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 87b286f commit ee1f44d
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 @@ -32,7 +32,7 @@ optional = true
path = "../plotters-svg"

[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
ttf-parser = { version = "0.20.0", optional = true }
ttf-parser = { version = "0.22.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 }
Expand Down

0 comments on commit ee1f44d

Please sign in to comment.