From e84c3fd53c60859556250cf986b2b341b109d9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:29:46 +0000 Subject: [PATCH] Update windows-sys requirement from 0.42 to 0.45 Updates the requirements on [windows-sys](https://github.com/microsoft/windows-rs) to permit the latest version. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.42.0...0.45.0) --- updated-dependencies: - dependency-name: windows-sys dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab27b51..ff89201 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ default-features = false blocking = "1.0.0" [target.'cfg(windows)'.dependencies.windows-sys] -version = "0.42" +version = "0.45" default-features = false features = [ "Win32_Foundation",