Skip to content

Commit

Permalink
Merge pull request #422 from plotters-rs/dependabot/cargo/ttf-parser-…
Browse files Browse the repository at this point in the history
…0.17.0

Update ttf-parser requirement from 0.15.0 to 0.17.0
  • Loading branch information
AaronErhardt authored Oct 10, 2022
2 parents 80621b7 + 0681499 commit 6156a27
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 6156a27

Please sign in to comment.