[advisories] # use git CLI to avoid errors # see: https://github.com/EmbarkStudios/cargo-deny/pull/420 git-fetch-with-cli = true version = 2 yanked = "deny" ignore = [ # rpacket is not used in interactive setting "RUSTSEC-2023-0071", ] [bans] deny = [ ] multiple-versions = "allow" [licenses] version = 2 allow = [ "Apache-2.0", "MIT", "BSD-3-Clause", "Unicode-DFS-2016", ]