Skip to content

Commit 456bc56

Browse files
deny: add wrappers and skips for rustls ecosystem deps
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent a5328a5 commit 456bc56

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

deny.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ skip = [
137137
{ name = "hashbrown", version = "0.16.1" },
138138
# aws-lc-rs
139139
{ name = "untrusted", version = "0.7.1" },
140-
# Pulled in by rustls ecosystem (Cargo.lock regeneration)
140+
# Pulled in by rustls ecosystem
141141
{ name = "base64", version = "0.21.7" },
142142
{ name = "core-foundation", version = "0.9.4" },
143143
{ name = "getrandom", version = "0.3.4" },
@@ -146,6 +146,7 @@ skip = [
146146
{ name = "security-framework-sys", version = "2.14.0" },
147147
{ name = "toml_datetime", version = "0.6.11" },
148148
{ name = "toml_edit", version = "0.22.27" },
149+
{ name = "webpki-roots", version = "0.26.11" },
149150
{ name = "winnow", version = "0.7.15" },
150151
]
151152

@@ -195,6 +196,7 @@ wrappers = [
195196
"eventsource-client",
196197
"fail",
197198
"globset",
199+
"hyper-rustls",
198200
"launchdarkly-server-sdk",
199201
"launchdarkly-server-sdk-evaluation",
200202
"native-tls",
@@ -207,6 +209,7 @@ wrappers = [
207209
"rdkafka",
208210
"reqsign",
209211
"reqwest",
212+
"rustls",
210213
"tokio-postgres",
211214
"tokio-tungstenite",
212215
"tracing-log",
@@ -270,6 +273,7 @@ name = "subtle"
270273
wrappers = [
271274
# Third-party crates.
272275
"digest",
276+
"rustls",
273277
"ssh-key",
274278
# Workspace crates — TODO: migrate to aws-lc-rs and remove.
275279
"mz-expr",
@@ -359,6 +363,7 @@ allow = [
359363
"Apache-2.0",
360364
"Apache-2.0 WITH LLVM-exception",
361365
"CC0-1.0",
366+
"CDLA-Permissive-2.0",
362367
"0BSD",
363368
"BSD-2-Clause",
364369
"BSD-3-Clause",

0 commit comments

Comments
 (0)