diff --git a/Cargo.toml b/Cargo.toml index 8d86bbc..7406070 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["rendering", "font"] exclude = ["fonts/*"] [dependencies] -ttf-parser = "0.21" +ttf-parser = "0.24" [dev-dependencies] iai = { git = "https://github.com/reknih/iai" }