1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Allow unmaintained paste crate (#5787)

Should fix cargo deny CI
This commit is contained in:
lucasmerlin
2025-03-13 11:45:29 +01:00
committed by GitHub
parent 5941a27ed4
commit d811940dcc

View File

@@ -31,7 +31,8 @@ all-features = true
[advisories] [advisories]
version = 2 version = 2
ignore = [ ignore = [
"RUSTSEC-2024-0320", # unmaintaines yaml-rust pulled in by syntect "RUSTSEC-2024-0320", # unmaintained yaml-rust pulled in by syntect
"RUSTSEC-2024-0436", # unmaintained paste pulled via metal/wgpu, see https://github.com/gfx-rs/metal-rs/issues/349
] ]
[bans] [bans]