We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
RUSTSEC-2024-0436
paste
1 parent cf002ee commit 8a38f5fCopy full SHA for 8a38f5f
.deny.toml
@@ -21,6 +21,11 @@ skip = [
21
wildcards = "deny"
22
allow-wildcard-paths = true
23
24
+[advisories]
25
+# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
26
+# It's a dependency of `metal` (which is to be replaced with `objc2`) and a transitive dependency of `deno`.
27
+ignore = ["RUSTSEC-2024-0436"]
28
+
29
[licenses]
30
allow = [
31
"Apache-2.0",
0 commit comments