From df65f17b5120f6344536b9984f4e8d4a8cebb1c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 May 2022 14:14:58 +0000 Subject: [PATCH] fix(deps): update rust crate windows to 0.36.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ef90184d..31dcd888e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,7 +69,7 @@ webview2-com = "0.13.0" windows_macros = "0.30.0" [target."cfg(target_os = \"windows\")".dependencies.windows] - version = "0.30.0" + version = "0.36.1" features = [ "alloc", "Win32_Foundation",