From 8a462c209af0f35155149828696189ccc9d2a8b7 Mon Sep 17 00:00:00 2001 From: "Sean P. Kelly" Date: Wed, 28 Aug 2024 17:28:04 +0000 Subject: [PATCH] deny: add workspace dependency lints --- deny.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deny.toml b/deny.toml index b0aebafd5..8e38fc851 100644 --- a/deny.toml +++ b/deny.toml @@ -90,6 +90,11 @@ skip-tree = [ { name = "windows-sys" }, ] +[bans.workspace-dependencies] +duplicates = "deny" +include-path-dependencies = true +unused = "deny" + [sources] allow-git = [ "https://github.com/bottlerocket-os/bottlerocket-test-system",