From 35dbd4f9abb1770ed40d7d62dd25e44f9cf24b18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:58:20 +0000 Subject: [PATCH] Bump windows from 0.48.0 to 0.51.1 Bumps [windows](https://github.com/microsoft/windows-rs) from 0.48.0 to 0.51.1. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.48.0...0.51.1) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 23 +++++++++++++++++++++-- nextest-runner/Cargo.toml | 2 +- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14eb4eaeb3f..efaad0ddab4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1125,7 +1125,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows", + "windows 0.48.0", ] [[package]] @@ -1596,7 +1596,7 @@ dependencies = [ "uuid", "win32job", "winapi", - "windows", + "windows 0.51.1", "zstd", ] @@ -3384,6 +3384,25 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" +dependencies = [ + "windows-core", + "windows-targets 0.48.5", +] + +[[package]] +name = "windows-core" +version = "0.51.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" +dependencies = [ + "windows-targets 0.48.5", +] + [[package]] name = "windows-sys" version = "0.42.0" diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 7e622b85e46..b1fbbbf4292 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -106,7 +106,7 @@ nix = { version = "0.27.1", default-features = false, features = ["signal"] } # https://docs.rs/winapi/0.3.9/src/winapi/lib.rs.html#35-37 # Otherwise nextest-runner runs into compilation issues with win32job. winapi = { version = "0.3.9", features = ["std"] } -windows = { version = "0.48.0", features = [ +windows = { version = "0.51.1", features = [ "Win32_Foundation", "Win32_Globalization", "Win32_System_Console",