mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Add exception for RUSTSEC-2024-0436 (paste being unmaintained) (#7301)
This commit is contained in:
committed by
Connor Fitzgerald
parent
cf002ee4d3
commit
8a38f5fbf1
@@ -21,6 +21,11 @@ skip = [
|
||||
wildcards = "deny"
|
||||
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]
|
||||
allow = [
|
||||
"Apache-2.0",
|
||||
|
||||
Reference in New Issue
Block a user