diff options
Diffstat (limited to 'vendor/chrono/deny.toml')
-rw-r--r-- | vendor/chrono/deny.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/chrono/deny.toml b/vendor/chrono/deny.toml new file mode 100644 index 000000000..13b9fac5f --- /dev/null +++ b/vendor/chrono/deny.toml @@ -0,0 +1,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" |