Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.

Commit e502468

Browse files
committed
deny: ignore recent chrono issues
1 parent 74a80b3 commit e502468

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

deny.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
[licenses]
22
allow-osi-fsf-free = "either"
3+
4+
[advisories]
5+
ignore = [
6+
# chrono hasn't yet released a fix
7+
# TODO fix upstream
8+
"RUSTSEC-2020-0071", "RUSTSEC-2020-0159",
9+
]

0 commit comments

Comments
 (0)