diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 35a298a7..c022c6f1 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -37,7 +37,7 @@ optional = true path = "../plotters-svg" [target.'cfg(not(all(target_arch = "wasm32", not(target_os = "wasi"))))'.dependencies] -ttf-parser = { version = "0.20.0", optional = true } +ttf-parser = { version = "0.25.1", optional = true } lazy_static = { version = "1.4.0", optional = true } pathfinder_geometry = { version = "0.5.1", optional = true } font-kit = { version = "0.14.2", optional = true }