Skip to content

Commit 9f1c760

Browse files
committed
Update cargo
1 parent 993deaa commit 9f1c760

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/tools/tidy/src/deps.rs

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ const EXCEPTIONS_CARGO: &[(&str, &str)] = &[
5656
// tidy-alphabetical-start
5757
("bitmaps", "MPL-2.0+"),
5858
("bytesize", "Apache-2.0"),
59+
("ciborium", "Apache-2.0"),
60+
("ciborium-io", "Apache-2.0"),
61+
("ciborium-ll", "Apache-2.0"),
5962
("dunce", "CC0-1.0 OR MIT-0 OR Apache-2.0"),
6063
("fiat-crypto", "MIT OR Apache-2.0 OR BSD-1-Clause"),
6164
("im-rc", "MPL-2.0+"),

0 commit comments

Comments
 (0)