From 3284e086fc6617edf290bbb35d9bd254cab771e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 14:24:32 +0200 Subject: [PATCH] Update Rust crate ab_glyph to 0.2.24 (#1066) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- server/Cargo.lock | 4 ++-- server/main-api/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]