mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Add exception for RUSTSEC-2024-0436 (paste being unmaintained) (#7301)
This commit is contained in:
parent
cd1e7e26c1
commit
79741da259
@ -26,6 +26,11 @@ skip = [
|
|||||||
wildcards = "deny"
|
wildcards = "deny"
|
||||||
allow-wildcard-paths = true
|
allow-wildcard-paths = true
|
||||||
|
|
||||||
|
[advisories]
|
||||||
|
# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
|
||||||
|
# It's a dependency of `metal` (which is to be replaced with `objc2`) and a transitive dependency of `deno`.
|
||||||
|
ignore = ["RUSTSEC-2024-0436"]
|
||||||
|
|
||||||
[licenses]
|
[licenses]
|
||||||
allow = [
|
allow = [
|
||||||
"Apache-2.0",
|
"Apache-2.0",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user