diff --git a/plotters/Cargo.toml b/plotters/Cargo.toml index 0ba956c9..21cc7fc0 100644 --- a/plotters/Cargo.toml +++ b/plotters/Cargo.toml @@ -35,7 +35,7 @@ path = "../plotters-svg" ttf-parser = { version = "0.20.0", optional = true } lazy_static = { version = "1.4.0", optional = true } pathfinder_geometry = { version = "0.5.1", optional = true } -font-kit = { version = "0.13.0", optional = true } +font-kit = { version = "0.14.1", optional = true } ab_glyph = { version = "0.2.12", optional = true } once_cell = { version = "1.8.0", optional = true }