Skip to content

Commit facf952

Browse files
committed
Don't fail on advisories we can't do anything about
1 parent 9d93636 commit facf952

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
[licenses]
22
allow-osi-fsf-free = "either"
33
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

Comments
 (0)