diff --git a/deny.toml b/deny.toml index 93c6c7e2..bdb1b996 100644 --- a/deny.toml +++ b/deny.toml @@ -3,12 +3,7 @@ vulnerability = "deny" unmaintained = "warn" yanked = "deny" notice = "deny" -ignore = [ - # TODO Potential segfault in the time crate; waiting for the fix from upstream (chrono) - "RUSTSEC-2020-0071", - # TODO Potential segfault in the chrono crate; waiting for the new release of chrono - "RUSTSEC-2020-0159" -] +ignore = [] [licenses] unlicensed = "deny" @@ -20,6 +15,7 @@ allow = [ "ISC", "MIT", "Unicode-DFS-2016", + "BSL-1.0", # xxhash-rust 0.8.10 ] copyleft = "deny" default = "deny"