From 7356f1586d74039f840bcfcf24af3e21c23e3c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Thu, 16 Dec 2021 00:34:50 +0000 Subject: [PATCH] remove advisory for spirv-reflect (#3338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Objective - With the removal of the old renderer, Bevy doesn't depend on spirv-reflect 🎉 ## Solution - Remove its advisory from the ignored list Co-authored-by: François <8672791+mockersf@users.noreply.github.com> --- deny.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/deny.toml b/deny.toml index 04be588264..72129c3955 100644 --- a/deny.toml +++ b/deny.toml @@ -10,7 +10,6 @@ ignore = [ "RUSTSEC-2020-0158", # from rodio v0.14.0 - unmaintained - https://github.com/gnzlbg/slice_deque/issues/94 "RUSTSEC-2021-0047", # from rodio v0.14.0 - unsafety - https://github.com/gnzlbg/slice_deque/issues/90 "RUSTSEC-2020-0095", # from crevice dev dependency - unmaintained - https://github.com/johannhof/difference.rs/issues/45 - "RUSTSEC-2021-0096", # from spirv-reflect v0.2.3 - unmaintained - https://github.com/gfx-rs/rspirv/issues/197 "RUSTSEC-2021-0119", # from rodio 0.14.0 - unsafety - https://github.com/nix-rust/nix/issues/1541 ]