We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a07c3 commit 403ed70Copy full SHA for 403ed70
deny.toml
@@ -1,3 +1,7 @@
1
+# Temporarily exclude rusoto and ethers-providers from bans since we've yet to transition to the
2
+# Rust AWS SDK.
3
+exclude = ["rusoto_core", "rusoto_kms", "rusoto_credential", "ethers-providers"]
4
+
5
# This section is considered when running `cargo deny check advisories`
6
# More documentation for the advisories section can be found here:
7
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
0 commit comments