From d013186aaab21acaab34b62c5f8886a611f327d1 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Fri, 21 Feb 2025 10:25:17 +0700 Subject: [PATCH] deps: Update `windows` to 0.59 --- harfbuzz-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harfbuzz-sys/Cargo.toml b/harfbuzz-sys/Cargo.toml index 7bca1418..d1338f37 100644 --- a/harfbuzz-sys/Cargo.toml +++ b/harfbuzz-sys/Cargo.toml @@ -32,7 +32,7 @@ core-text = { version = "20", optional = true } foreign-types = { version = "0.5", optional = true } [target.'cfg(target_family = "windows")'.dependencies.windows] -version = "0.58" +version = "0.59" optional = true features = ["Win32_Graphics_DirectWrite"]