From 3c44a12fc461eac785bd9201d0b5b755a323f51d Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Sat, 18 Jul 2026 05:50:10 +0400 Subject: build(platform): restrict runtime scope to Windows --- deny.toml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'deny.toml') diff --git a/deny.toml b/deny.toml index 1ecd31a..7c14ac5 100644 --- a/deny.toml +++ b/deny.toml @@ -3,10 +3,6 @@ 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" @@ -20,13 +16,10 @@ deny = [ [licenses] allow = [ "Apache-2.0", - "BSD-2-Clause", "BSD-3-Clause", - "CC0-1.0", "GPL-2.0-only", "ISC", "MIT", - "MPL-2.0", "Unicode-3.0", "Zlib", ] -- cgit v1.2.3