From 801ee99072255c59e0819344d79faedbad37e535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 11:49:07 +0000 Subject: [PATCH] Bump fontconfig from 0.10.1 to 0.10.2 Bumps [fontconfig](https://github.com/yeslogic/fontconfig-rs) from 0.10.1 to 0.10.2. - [Release notes](https://github.com/yeslogic/fontconfig-rs/releases) - [Commits](https://github.com/yeslogic/fontconfig-rs/compare/v0.10.1...v0.10.2) --- updated-dependencies: - dependency-name: fontconfig dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12ff3f41ff..1761c1edde 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1347,9 +1347,9 @@ dependencies = [ [[package]] name = "fontconfig" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bd2a5098b8377b99171bcf2894c7e796c8569300ea77af9184110cba2f6e0a2" +checksum = "854f6a6479193c392bd820abcd2123b116f01eba7775b6bcfc26494be3285229" dependencies = [ "yeslogic-fontconfig-sys", ] @@ -4095,7 +4095,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys 0.4.15", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1a926f2bcb..838df5f45c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ network-interface = "2" libloading = "0.9" tree-sitter = "0.26.8" tree-sitter-language = "0.1.7" -fontconfig = "0.10.0" +fontconfig = "0.10.2" yeslogic-fontconfig-sys = "6.0.0" x11-dl = "2.21" serde = { version = "1", features = ["derive"] }