diff --git a/Cargo.lock b/Cargo.lock index 232aed1..eee8582 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "approx" @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "font" -version = "0.29.3" +version = "0.30.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d24d1fd89b6bb02eacbd32c65be185575cba9fa4b39737cf8881bb78c90de43e" +checksum = "92136e42882f9926a0cf9d6e296d6322020e785d399ba5c6acb26fafea78c241" dependencies = [ "opentype", "typeface", diff --git a/Cargo.toml b/Cargo.toml index 2085abb..216cec9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,10 @@ repository = "https://github.com/samgoldman/fj-text" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" bezier-rs = "0.4.0" fj = "0.48.0" -font = "0.29.3" +font = "0.30.1" [dev-dependencies] test-case = "3.3.1"