Skip to content

Commit

Permalink
Update ttf-parser requirement from 0.15.0 to 0.17.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.
- [Release notes](https://github.com/RazrFalcon/ttf-parser/releases)
- [Changelog](https://github.com/RazrFalcon/ttf-parser/blob/master/CHANGELOG.md)
- [Commits](RazrFalcon/ttf-parser@v0.15.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 28, 2022
1 parent c202b9c commit 0681499
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.15.0", optional = true }
ttf-parser = { version = "0.17.0", optional = true }
lazy_static = { version = "1.4.0", optional = true }
pathfinder_geometry = { version = "0.5.1", optional = true }
font-kit = { version = "0.11.0", optional = true }
Expand Down

0 comments on commit 0681499

Please sign in to comment.