From b08e493d72135c31eea1358842a37448c8ad4489 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 04:15:43 +0000 Subject: [PATCH] fix(deps): update rust crate windows-implement to 0.51.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f095df160b..076e5e135f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ png = "0.17" parking_lot = "0.12" unicode-segmentation = "1.10" image = { version = "0.24", default-features = false } -windows-implement = "0.48.0" +windows-implement = "0.51.1" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.48.0"