diff --git a/Cargo.toml b/Cargo.toml index f16684f..31dc0e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ rust-version = "1.65" [dependencies] cosmic_undo_2 = { version = "0.2.0", optional = true } -fontdb = { version = "0.15.0", default-features = false } +fontdb = { version = "0.16.0", default-features = false } hashbrown = { version = "0.14.1", optional = true, default-features = false } libm = "0.2.8" log = "0.4.20"