From 9a788d25096b7a9e6cef5099da81ed6acfc86848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 01:23:28 +0000 Subject: [PATCH] chore(deps): bump fontconfig from 0.10.2 to 0.11.0 Bumps [fontconfig](https://github.com/yeslogic/fontconfig-rs) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/yeslogic/fontconfig-rs/releases) - [Commits](https://github.com/yeslogic/fontconfig-rs/compare/v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: fontconfig dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fbf6a816..69c178f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -434,9 +434,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fontconfig" -version = "0.10.2" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854f6a6479193c392bd820abcd2123b116f01eba7775b6bcfc26494be3285229" +checksum = "0d0e1eb4148faaf675053b7299bc5b4c041c8c0c724cf77844d6be8dd0ac5b9d" dependencies = [ "yeslogic-fontconfig-sys", ]