Skip to content

Commit 3fb7674

Browse files
authored
Merge pull request #486 from influxdata/crepererum/deny-aws-lc
chore: actually deny aws-lc
2 parents 61afa64 + fbbb26c commit 3fb7674

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)