From 7cdcd9c1309bfc9e36181695852cb67ed259dc9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 18:32:38 +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 e2497de4756..7c81a234d66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1107,7 +1107,7 @@ dependencies = [ "iana-time-zone-haiku", "js-sys", "wasm-bindgen", - "windows", + "windows 0.48.0", ] [[package]] @@ -1575,7 +1575,7 @@ dependencies = [ "uuid", "win32job", "winapi", - "windows", + "windows 0.51.1", "zstd", ] @@ -3336,6 +3336,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 cab768bfed5..6beda4950b4 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -102,7 +102,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",