From eef5e2c38ec838e2d25dd2f08ce62bbbf50954e0 Mon Sep 17 00:00:00 2001 From: Ivan Ukhov Date: Thu, 1 Feb 2024 17:40:32 +0100 Subject: [PATCH] Update truetype --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c20e4f1..59480c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "webtype" -version = "0.10.1" +version = "0.11.0" edition = "2021" license = "Apache-2.0/MIT" authors = ["Ivan Ukhov "] @@ -14,5 +14,5 @@ keywords = ["font", "typeface", "typography", "woff", "woff2"] [dependencies] brotli-decompressor = "2" -opentype = { version = "0.32.0", features = ["ignore-invalid-checksums"] } -typeface = "0.4.0" +opentype = { version = "0.33.0", features = ["ignore-invalid-checksums"] } +typeface = "0.4.1"