From e817e6fc27cc61cc754de3ab418522c6ef74b3a1 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 8 Jun 2023 10:52:15 +0200 Subject: [PATCH] deny.toml: add comments --- deny.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deny.toml b/deny.toml index 3aaee354a..57e432767 100644 --- a/deny.toml +++ b/deny.toml @@ -63,16 +63,25 @@ skip = [ { name = "hermit-abi", version = "0.3.1" }, # procfs { name = "rustix", version = "0.36.14" }, + # rustix { name = "linux-raw-sys", version = "0.1.4" }, # various crates { name = "windows-sys", version = "0.45.0" }, + # windows-sys { name = "windows-targets", version = "0.42.2" }, + # windows-targets { name = "windows_aarch64_gnullvm", version = "0.42.2" }, + # windows-targets { name = "windows_aarch64_msvc", version = "0.42.2" }, + # windows-targets { name = "windows_i686_gnu", version = "0.42.2" }, + # windows-targets { name = "windows_i686_msvc", version = "0.42.2" }, + # windows-targets { name = "windows_x86_64_gnu", version = "0.42.2" }, + # windows-targets { name = "windows_x86_64_gnullvm", version = "0.42.2" }, + # windows-targets { name = "windows_x86_64_msvc", version = "0.42.2" }, # tempfile { name = "redox_syscall", version = "0.3.5" },