Skip to content

Commit f9cf955

Browse files
committed
Update ttf-parser to 0.25.1.
1 parent 0911e4d commit f9cf955

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
@@ -38,7 +38,7 @@ optional = true
3838
path = "../plotters-svg"
3939

4040
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies]
41-
ttf-parser = { version = "0.20.0", optional = true }
41+
ttf-parser = { version = "0.25.1", optional = true }
4242
lazy_static = { version = "1.4.0", optional = true }
4343
pathfinder_geometry = { version = "0.5.1", optional = true }
4444
font-kit = { version = "0.14.2", optional = true }

0 commit comments

Comments
 (0)