From 9c4fd35d8ed1765a6b886711a8d9f57a0d632964 Mon Sep 17 00:00:00 2001 From: tigregalis Date: Fri, 12 May 2023 11:11:13 +0800 Subject: [PATCH] bump `fontdb` to 0.14.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5f02cf..e84eaf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/cosmic-text/latest/cosmic_text/" repository = "https://github.com/pop-os/cosmic-text" [dependencies] -fontdb = { version = "0.13.0", default-features = false } +fontdb = { version = "0.14.1", default-features = false } libm = "0.2.6" log = "0.4.17" ouroboros = { version = "0.15.5", default-features = false }