From 116245b8eff208c2540fb7a9477d8f3c9842ebc1 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Mon, 11 Dec 2023 11:02:22 +0100 Subject: [PATCH] deny.toml: allow three versions of windows-sys --- deny.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/deny.toml b/deny.toml index 03301ad7c..df970c2c6 100644 --- a/deny.toml +++ b/deny.toml @@ -64,8 +64,12 @@ skip = [ { name = "rustix", version = "0.37.26" }, # various crates { name = "windows-sys", version = "0.45.0" }, + # various crates + { name = "windows-sys", version = "0.48.0" }, # windows-sys { name = "windows-targets", version = "0.42.2" }, + # windows-sys + { name = "windows-targets", version = "0.48.0" }, # windows-targets { name = "windows_aarch64_gnullvm", version = "0.42.2" }, # windows-targets @@ -80,6 +84,20 @@ skip = [ { name = "windows_x86_64_gnullvm", version = "0.42.2" }, # windows-targets { name = "windows_x86_64_msvc", version = "0.42.2" }, + # windows-targets + { name = "windows_aarch64_gnullvm", version = "0.48.0" }, + # windows-targets + { name = "windows_aarch64_msvc", version = "0.48.0" }, + # windows-targets + { name = "windows_i686_gnu", version = "0.48.0" }, + # windows-targets + { name = "windows_i686_msvc", version = "0.48.0" }, + # windows-targets + { name = "windows_x86_64_gnu", version = "0.48.0" }, + # windows-targets + { name = "windows_x86_64_gnullvm", version = "0.48.0" }, + # windows-targets + { name = "windows_x86_64_msvc", version = "0.48.0" }, # various crates { name = "syn", version = "1.0.109" }, # various crates