Skip to content

Commit 4f2d8f3

Browse files
workingjubileeDylan-DPC
authored andcommitted
Resolve licensing by updating tinyvec 0.3.3 -> 0.3.4
Per rust-lang#75555 (comment) Zlib license might be OK. "OR Apache-2.0 OR MIT" definitely is. unicode-normalization depends on this and rustc_parse, clippy, and many other things depend on unicode-normalization.
1 parent 10f4aa5 commit 4f2d8f3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -4701,9 +4701,9 @@ dependencies = [
47014701

47024702
[[package]]
47034703
name = "tinyvec"
4704-
version = "0.3.3"
4704+
version = "0.3.4"
47054705
source = "registry+https://github.com/rust-lang/crates.io-index"
4706-
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
4706+
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
47074707

47084708
[[package]]
47094709
name = "tokio"

src/tools/tidy/src/deps.rs

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const LICENSES: &[&str] = &[
1818
"Unlicense/MIT",
1919
"Unlicense OR MIT",
2020
"0BSD OR MIT OR Apache-2.0", // adler license
21+
"Zlib OR Apache-2.0 OR MIT", // tinyvec
2122
];
2223

2324
/// These are exceptions to Rust's permissive licensing policy, and

0 commit comments

Comments
 (0)