Skip to content

Commit 9fe0dd3

Browse files
committed
[SECURITY] audit: ignore RUSTSEC-2020-0071
Rationale for ignoring: `chrono` is the crate that depends on time 0.1, and it does not call the vulnerable functions (as described in the corresponding issue.)
1 parent 1f1c0e1 commit 9fe0dd3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.cargo/audit.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[advisories]
22
ignore = [
33
"RUSTSEC-2020-0159",
4+
"RUSTSEC-2020-0071",
45
]

0 commit comments

Comments
 (0)