Skip to content

Commit

Permalink
chore(deny): ignore shlex (#6877)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir authored Jan 22, 2024
1 parent 27a1e51 commit 1befba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 1befba2

Please sign in to comment.