Skip to content

Commit 6156a27

Browse files
authored
Merge pull request #422 from plotters-rs/dependabot/cargo/ttf-parser-0.17.0
Update ttf-parser requirement from 0.15.0 to 0.17.0
2 parents 80621b7 + 0681499 commit 6156a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ optional = true
3232
path = "../plotters-svg"
3333

3434
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
35-
ttf-parser = { version = "0.15.0", optional = true }
35+
ttf-parser = { version = "0.17.0", optional = true }
3636
lazy_static = { version = "1.4.0", optional = true }
3737
pathfinder_geometry = { version = "0.5.1", optional = true }
3838
font-kit = { version = "0.11.0", optional = true }

0 commit comments

Comments
 (0)