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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ all-features = true
[advisories]
version = 2
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]