Skip to content

Commit fbbb26c

Browse files
committed
chore: actually deny aws-lc
1 parent c1c6d22 commit fbbb26c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deny.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ deny = [
5050
# dependencies you have introduced and check if there's a way to depend on
5151
# rustls instead of OpenSSL (tip: check the crate's feature flags).
5252
{ name = "openssl-sys" },
53-
# Use `ring` for our crypto, not `aws-lc`, which depeends on a lot of C-tooling.
54-
{ name = "aws-lc" },
53+
# Use `ring` for our crypto, not `aws-lc-rs`, which depeends on a lot of C-tooling.
54+
{ name = "aws-lc-rs" },
5555
# Use stdlib ( https://doc.rust-lang.org/stable/std/io/trait.IsTerminal.html )
5656
{ name = "atty" },
5757
]

0 commit comments

Comments
 (0)