From 4f3b6f8e54ad169c584264bfb27c684c2b37267b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 14:54:58 +0200 Subject: [PATCH] build: bump windows from 0.35.0 to 0.36.0 (#3931) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 48 +++++++++++++++++++++++++++++++++++++++--------- Cargo.toml | 2 +- 2 files changed, 40 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00eb778e..21b6daad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,7 +1958,7 @@ dependencies = [ "urlencoding", "versions", "which", - "windows 0.35.0", + "windows 0.36.0", "winres", "yaml-rust", ] @@ -2421,15 +2421,15 @@ dependencies = [ [[package]] name = "windows" -version = "0.35.0" +version = "0.36.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08746b4b7ac95f708b3cccceb97b7f9a21a8916dd47fc99b0e6aaf7208f26fd7" +checksum = "36e5436ab30c3d1422272fc6f7b5e7d46e93c94bfca83be808404df9ea5bea76" dependencies = [ - "windows_aarch64_msvc", - "windows_i686_gnu 0.35.0", - "windows_i686_msvc 0.35.0", - "windows_x86_64_gnu 0.35.0", - "windows_x86_64_msvc 0.35.0", + "windows_aarch64_msvc 0.36.0", + "windows_i686_gnu 0.36.0", + "windows_i686_msvc 0.36.0", + "windows_x86_64_gnu 0.36.0", + "windows_x86_64_msvc 0.36.0", ] [[package]] @@ -2438,7 +2438,7 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c700bb45cfcbdb738ce92c41fc13e512514d4eaf6a99e8c87e2260a227175c16" dependencies = [ - "windows_aarch64_msvc", + "windows_aarch64_msvc 0.35.0", "windows_i686_gnu 0.35.0", "windows_i686_msvc 0.35.0", "windows_x86_64_gnu 0.35.0", @@ -2451,6 +2451,12 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "db3bc5134e8ce0da5d64dcec3529793f1d33aee5a51fc2b4662e0f881dd463e6" +[[package]] +name = "windows_aarch64_msvc" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4bee8cd327bbef19bf86d30bd66379f57905166d3103b0e2eff4a491b85e421d" + [[package]] name = "windows_i686_gnu" version = "0.24.0" @@ -2463,6 +2469,12 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0343a6f35bf43a07b009b8591b78b10ea03de86b06f48e28c96206cd0f453b50" +[[package]] +name = "windows_i686_gnu" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b759cc6e3d97970c98cffe461739e89ab6d424ba5e2e7d3b9b05a2d56116057" + [[package]] name = "windows_i686_msvc" version = "0.24.0" @@ -2475,6 +2487,12 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1acdcbf4ca63d8e7a501be86fee744347186275ec2754d129ddeab7a1e3a02e4" +[[package]] +name = "windows_i686_msvc" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a0cee91bff283876711f91e7db0aa234438bc663a9d8304596df00b0a6fd6ef" + [[package]] name = "windows_x86_64_gnu" version = "0.24.0" @@ -2487,6 +2505,12 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "893c0924c5a990ec73cd2264d1c0cba1773a929e1a3f5dbccffd769f8c4edebb" +[[package]] +name = "windows_x86_64_gnu" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "51e8c6f778aa4383b033ff785191aea0f1ebeceedc160c2c92f944ef7e191476" + [[package]] name = "windows_x86_64_msvc" version = "0.24.0" @@ -2499,6 +2523,12 @@ version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a29bd61f32889c822c99a8fdf2e93378bd2fae4d7efd2693fab09fcaaf7eff4b" +[[package]] +name = "windows_x86_64_msvc" +version = "0.36.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1dd6a8b0b1ea4331e4db47192729fce42ac8a110fd22bb3abac555d8d7700f29" + [[package]] name = "winres" version = "0.1.12" diff --git a/Cargo.toml b/Cargo.toml index 689fd7dd..875f9968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ features = ["preserve_order", "indexmap"] deelevate = "0.2.0" [target.'cfg(windows)'.dependencies.windows] -version = "0.35.0" +version = "0.36.0" features = [ "Win32_Foundation", "Win32_UI_Shell",