From 133ad43a35e2600df8717f813a81d27d80c8a375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 04:17:46 +0000 Subject: [PATCH] Update windows-targets requirement from 0.48 to 0.52 Updates the requirements on [windows-targets](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/windows-targets-0.48.1...0.52.0) --- updated-dependencies: - dependency-name: windows-targets 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 1cad234834..e056373386 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ js-sys = { version = "0.3", optional = true } # contains FFI bindings for [target.'cfg(windows)'.dependencies] -windows-targets = { version = "0.48", optional = true } +windows-targets = { version = "0.52", optional = true } [target.'cfg(windows)'.dev-dependencies] windows-bindgen = { version = "0.51" }