Skip to content

Commit a1e292a

Browse files
committed
Update cargo
ring is brought into Cargo transitively because Cargo now provides optional (unstable) reqwest HTTP backend.
1 parent b56aaec commit a1e292a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ const EXCEPTIONS_CARGO: ExceptionList = &[
135135
("libz-rs-sys", "Zlib"),
136136
("normalize-line-endings", "Apache-2.0"),
137137
("openssl", "Apache-2.0"),
138+
("ring", "Apache-2.0 AND ISC"),
138139
("ryu", "Apache-2.0 OR BSL-1.0"), // BSL is not acceptble, but we use it under Apache-2.0
139140
("similar", "Apache-2.0"),
140141
("sized-chunks", "MPL-2.0+"),

0 commit comments

Comments
 (0)