From f1c42b5ec1be204095f6a20e9a52f30d409d6222 Mon Sep 17 00:00:00 2001 From: Enrique Ortiz Date: Mon, 22 Jan 2024 13:53:18 -0400 Subject: [PATCH] chore(deny): ignore shlex --- deny.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deny.toml b/deny.toml index 4b394a5255e3..816574f430e9 100644 --- a/deny.toml +++ b/deny.toml @@ -1,6 +1,6 @@ # Temporarily exclude rusoto and ethers-providers from bans since we've yet to transition to the # Rust AWS SDK. -exclude = ["rusoto_core", "rusoto_kms", "rusoto_credential", "ethers-providers", "tungstenite"] +exclude = ["rusoto_core", "rusoto_kms", "rusoto_credential", "ethers-providers", "tungstenite", "shlex"] # This section is considered when running `cargo deny check advisories` # More documentation for the advisories section can be found here: