Skip to content

Commit ecc5619

Browse files
author
Daniel Lyne
committed
Update comments in deny.toml to explain execptions in greater detail
1 parent f41f647 commit ecc5619

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deny.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ unmaintained = "warn"
1313
yanked = "warn"
1414
notice = "warn"
1515
ignore = [
16-
# TODO: Update `time` crate when possible
16+
# TODO: Update `time` crate when possible. Old versions are currently required for `sqlx` and
17+
# `sea-orm`
1718
"RUSTSEC-2020-0071",
18-
# TODO: Eliminate `chrono` crate
19+
20+
# TODO: Eliminate `chrono` crate when `time` update is possible.
1921
"RUSTSEC-2020-0159",
2022
]
2123

0 commit comments

Comments
 (0)