Skip to content

Commit a3d9950

Browse files
author
alcatel
committed
avoid example crash under centos 7.51
1 parent 8f14c1e commit a3d9950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotters/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ 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.17.0", optional = true }
35+
ttf-parser = { version = "0.20.0", optional = true }
3636
lazy_static = { version = "1.4.0", optional = true }
3737
pathfinder_geometry = { version = "0.5.1", optional = true }
38-
font-kit = { version = "0.11.0", optional = true }
38+
font-kit = { version = "0.13.0", optional = true }
3939
ab_glyph = { version = "0.2.12", optional = true }
4040
once_cell = { version = "1.8.0", optional = true }
4141

0 commit comments

Comments
 (0)