Skip to content

Commit 72050ef

Browse files
committed
[#189] remove special handling of time from deny.toml
1 parent 8e98418 commit 72050ef

File tree

2 files changed

+41
-45
lines changed

2 files changed

+41
-45
lines changed

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ yanked = "warn"
2222
# 2019-12-17 there are no security notice advisories in
2323
# https://github.com/rustsec/advisory-db
2424
notice = "warn"
25-
ignore = [
26-
# Both advisories are blocked on https://github.com/time-rs/time/issues/293
27-
"RUSTSEC-2020-0056",
28-
"RUSTSEC-2020-0071"
29-
]
25+
ignore = [ ]
3026

3127
# This section is considered when running `cargo deny check licenses`
3228
# More documentation for the licenses section can be found here:

0 commit comments

Comments
 (0)