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.
1 parent 150398e commit c24edd6Copy full SHA for c24edd6
deny.toml
@@ -1,7 +1,10 @@
1
[advisories]
2
version = 2
3
yanked = "warn"
4
-ignore = []
+ignore = [
5
+ # https://rustsec.org/advisories/RUSTSEC-2024-0436 paste! is unmaintained
6
+ "RUSTSEC-2024-0436",
7
+]
8
9
[bans]
10
multiple-versions = "warn"
0 commit comments