diff --git a/server/Cargo.lock b/server/Cargo.lock index 111b7851d..1014b80bb 100644 --- a/server/Cargo.lock +++ b/server/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "ab_glyph" -version = "0.2.23" +version = "0.2.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225" +checksum = "8e08104bebc65a46f8bc7aa733d39ea6874bfa7156f41a46b805785e3af1587d" dependencies = [ "ab_glyph_rasterizer", "owned_ttf_parser", diff --git a/server/main-api/Cargo.toml b/server/main-api/Cargo.toml index 87a2a60b3..9acb16727 100644 --- a/server/main-api/Cargo.toml +++ b/server/main-api/Cargo.toml @@ -49,7 +49,7 @@ reqwest = { version = "0.12.2", default-features = false, features = ["rustls-tl # image production image.workspace = true imageproc = "0.24.0" -ab_glyph = "0.2.23" +ab_glyph = "0.2.24" lazy_static = "1.4.0" [dev-dependencies]