Skip to content

Commit 403ed70

Browse files
committed
fix(ci): exclude rusoto/ethers-providers from deny
1 parent f8a07c3 commit 403ed70

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# This section is considered when running `cargo deny check advisories`
26
# More documentation for the advisories section can be found here:
37
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html

0 commit comments

Comments
 (0)