summaryrefslogtreecommitdiffstats
path: root/vendor/chrono/deny.toml
blob: 13b9fac5f7fd3b325f464c0c646c036dee4a1413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[licenses]
allow-osi-fsf-free = "either"
copyleft = "deny"

[advisories]
ignore = [
    "RUSTSEC-2020-0071", # time 0.1, doesn't affect the API we use
    "RUSTSEC-2021-0145", # atty (dev-deps only, dependency of criterion)
    "RUSTSEC-2022-0004", # rustc_serialize, cannot remove due to compatibility
]
unmaintained = "deny"
unsound = "deny"
yanked = "deny"