We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d93636 commit facf952Copy full SHA for facf952
deny.toml
@@ -1,3 +1,10 @@
1
[licenses]
2
allow-osi-fsf-free = "either"
3
copyleft = "warn"
4
+
5
+# Transitive dependencies via tokio-postgres, disabled by default
6
+[advisories]
7
+ignore = [
8
+ "RUSTSEC-2022-0004",
9
+ "RUSTSEC-2020-0056",
10
+]
0 commit comments