aboutsummaryrefslogtreecommitdiff
path: root/deny.toml
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2026-07-18 04:44:50 +0300
committerValentin Popov <valentin@popov.link>2026-07-18 04:44:50 +0300
commit958a5a3263e29a5d66b614dd3feb3668e27554b9 (patch)
tree2e2d0d5abb9696c3b48c5074d54b7b89245e6d75 /deny.toml
parentba5992cc566542bd7e0385a8d82293a4c4e74a46 (diff)
downloadfparkan-958a5a3263e29a5d66b614dd3feb3668e27554b9.tar.xz
fparkan-958a5a3263e29a5d66b614dd3feb3668e27554b9.zip
build(deps): harden winit feature graph
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml4
1 files changed, 4 insertions, 0 deletions
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"