From 57191c30f81ddcef1396e0efd7cba62c27ef8c0a Mon Sep 17 00:00:00 2001 From: Eirik A Date: Wed, 25 Oct 2023 23:50:41 +0100 Subject: [PATCH] Fix a cargo deny issue on missing tree (#1326) Signed-off-by: clux --- deny.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/deny.toml b/deny.toml index 412869204..791eab902 100644 --- a/deny.toml +++ b/deny.toml @@ -117,8 +117,6 @@ name = "redox_syscall" [[bans.skip-tree]] name = "windows-sys" -[[bans.skip-tree]] -name = "windows" [[bans.skip]] # deep in dependency tree, dual use via tokio and hyper (needs a bump there)