From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/windows-bindgen/Cargo.toml | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) (limited to 'vendor/windows-bindgen/Cargo.toml') diff --git a/vendor/windows-bindgen/Cargo.toml b/vendor/windows-bindgen/Cargo.toml index 285ac36ad..0997de862 100644 --- a/vendor/windows-bindgen/Cargo.toml +++ b/vendor/windows-bindgen/Cargo.toml @@ -10,11 +10,11 @@ # See Cargo.toml.orig for the original contents. [package] -edition = "2018" +edition = "2021" name = "windows-bindgen" -version = "0.49.0" +version = "0.51.1" authors = ["Microsoft"] -description = "Code gen support for the windows and windows-sys crates" +description = "Windows metadata compiler" readme = "readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/windows-rs" @@ -23,10 +23,23 @@ repository = "https://github.com/microsoft/windows-rs" default-target = "x86_64-pc-windows-msvc" targets = [] -[dependencies.metadata] -version = "0.49.0" -package = "windows-metadata" +[dependencies.proc-macro2] +version = "1.0" +features = ["span-locations"] -[dependencies.tokens] -version = "0.48.0" -package = "windows-tokens" +[dependencies.rayon] +version = "1.7" + +[dependencies.syn] +version = "2.0" +features = [ + "full", + "extra-traits", +] + +[dependencies.windows-metadata] +version = "0.51.1" + +[features] +default = ["metadata"] +metadata = [] -- cgit v1.2.3