We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61afa64 + fbbb26c commit 3fb7674Copy full SHA for 3fb7674
1 file changed
deny.toml
@@ -50,8 +50,8 @@ deny = [
50
# dependencies you have introduced and check if there's a way to depend on
51
# rustls instead of OpenSSL (tip: check the crate's feature flags).
52
{ name = "openssl-sys" },
53
- # Use `ring` for our crypto, not `aws-lc`, which depeends on a lot of C-tooling.
54
- { name = "aws-lc" },
+ # Use `ring` for our crypto, not `aws-lc-rs`, which depeends on a lot of C-tooling.
+ { name = "aws-lc-rs" },
55
# Use stdlib ( https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html )
56
{ name = "atty" },
57
]
0 commit comments