From 8fb4e4b8427559d90fd5bda71d9f78bebca894a8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 10 Jan 2026 21:46:54 +0900 Subject: [PATCH] Update .deny.toml --- .deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.deny.toml b/.deny.toml index f72b4c43..bcde6e3d 100644 --- a/.deny.toml +++ b/.deny.toml @@ -1,6 +1,9 @@ # https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html [advisories] +unused-ignored-advisory = "deny" yanked = "deny" +unmaintained = "none" +unsound = "all" git-fetch-with-cli = true ignore = [ ] @@ -28,6 +31,7 @@ build.bypass = [ # https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html [licenses] unused-allowed-license = "deny" +unused-license-exception = "deny" private.ignore = true allow = [ "Apache-2.0", @@ -37,6 +41,7 @@ allow = [ # https://embarkstudios.github.io/cargo-deny/checks/sources/cfg.html [sources] +unused-allowed-source = "deny" unknown-registry = "deny" unknown-git = "deny" allow-git = [