Skip to content

Commit

Permalink
chore: temporarily include rsa as its a nest dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dutterbutter committed Dec 6, 2023
1 parent ec0fe2b commit 6aa53e1
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", "const_format", "zksync-era"]
exclude = ["rusoto_core", "rusoto_kms", "rusoto_credential", "ethers-providers", "tungstenite", "const_format", "zksync-era", "rsa"]

# 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 6aa53e1

Please sign in to comment.