From 958a5a3263e29a5d66b614dd3feb3668e27554b9 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 05:44:50 +0400 Subject: build(deps): harden winit feature graph --- deny.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'deny.toml') diff --git a/deny.toml b/deny.toml index 7dd2949..1ecd31a 100644 --- a/deny.toml +++ b/deny.toml @@ -3,6 +3,10 @@ all-features = true [advisories] yanked = "deny" +ignore = [ + { id = "RUSTSEC-2026-0194", reason = "quick-xml is only reached by the build-time wayland-scanner proc macro while compiling trusted Wayland protocol XML shipped by dependencies; winit 0.30's current wayland-scanner release cannot accept quick-xml 0.41 yet." }, + { id = "RUSTSEC-2026-0195", reason = "quick-xml is only reached by the build-time wayland-scanner proc macro while compiling trusted Wayland protocol XML shipped by dependencies; winit 0.30's current wayland-scanner release cannot accept quick-xml 0.41 yet." }, +] [bans] multiple-versions = "allow" -- cgit v1.2.3