From 3cf2528273d376d5974ae573b98beac9af633342 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:06:58 +1000 Subject: [PATCH] build(deps): bump windows-sys from 0.42.0 to 0.48.0 (#1125) Bumps [windows-sys](https://github.com/microsoft/windows-rs) from 0.42.0 to 0.48.0. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.42.0...0.48.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- crates/detect-targets/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a47d1cdd..c4f94eec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,7 +599,7 @@ dependencies = [ "guess_host_triple", "tokio", "windows-dll", - "windows-sys 0.42.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index 56d49dc5..fd259b16 100644 --- a/crates/detect-targets/Cargo.toml +++ b/crates/detect-targets/Cargo.toml @@ -15,7 +15,7 @@ cfg-if = "1.0.0" guess_host_triple = "0.1.3" [target.'cfg(target_os = "windows")'.dependencies] -windows-sys = { version = "0.42.0", features = ["Win32_System_Threading", "Win32_System_SystemInformation", "Win32_Foundation"] } +windows-sys = { version = "0.48.0", features = ["Win32_System_Threading", "Win32_System_SystemInformation", "Win32_Foundation"] } windows-dll = { version = "0.4.1", features = ["windows"], default-features = false } [dev-dependencies]