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 d899c9a commit 27c5a46Copy full SHA for 27c5a46
.cargo/audit.toml
@@ -0,0 +1,6 @@
1
+[advisories]
2
+ignore = [
3
+ # this is the `time` segfault
4
+ # `chrono` depends on `time = "0.1"`, but doesn't use the vulnerable API
5
+ "RUSTSEC-2020-0071"
6
+]
0 commit comments