From f2b7484928a41cf45ee4fc31e6085c0c3d2ac13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 04:13:58 +0000 Subject: [PATCH] Update windows requirement from 0.28 to 0.29 Updates the requirements on [windows](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.28.0...0.29.0) --- updated-dependencies: - dependency-name: windows dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f29ba07..901c130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ anyhow = "1.0" core-foundation = "0.9" [target.'cfg(target_os = "windows")'.dependencies] -windows = {version="0.28", features = ["Globalization"]} +windows = {version="0.29", features = ["Globalization"]} [target.'cfg(target_os = "windows")'.build-dependencies] -windows = "0.28" +windows = "0.29"