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"] }