diff options
-rw-r--r-- | Cargo.lock | 8 | ||||
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock index 17afad18f..1101770e7 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -379,9 +379,9 @@ dependencies = [ | |||
379 | 379 | ||
380 | [[package]] | 380 | [[package]] |
381 | name = "expect-test" | 381 | name = "expect-test" |
382 | version = "1.0.1" | 382 | version = "1.0.2" |
383 | source = "registry+https://github.com/rust-lang/crates.io-index" | 383 | source = "registry+https://github.com/rust-lang/crates.io-index" |
384 | checksum = "ceb96f3eaa0d4e8769c52dacfd4eb60183b817ed2f176171b3c691d5022b0f2e" | 384 | checksum = "eab78d4c727fa879de40951ffc01ed781a231b28786b19d6bfbdc0d1ec92eb3e" |
385 | dependencies = [ | 385 | dependencies = [ |
386 | "difference", | 386 | "difference", |
387 | "once_cell", | 387 | "once_cell", |
@@ -1617,9 +1617,9 @@ version = "0.0.0" | |||
1617 | 1617 | ||
1618 | [[package]] | 1618 | [[package]] |
1619 | name = "syn" | 1619 | name = "syn" |
1620 | version = "1.0.53" | 1620 | version = "1.0.54" |
1621 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1622 | checksum = "8833e20724c24de12bbaba5ad230ea61c3eafb05b881c7c9d3cfe8638b187e68" | 1622 | checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" |
1623 | dependencies = [ | 1623 | dependencies = [ |
1624 | "proc-macro2", | 1624 | "proc-macro2", |
1625 | "quote", | 1625 | "quote", |
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 4c58aed59..6bfa922e6 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -161,7 +161,6 @@ Apache-2.0 OR BSL-1.0 | |||
161 | Apache-2.0 OR MIT | 161 | Apache-2.0 OR MIT |
162 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT | 162 | Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT |
163 | Apache-2.0/MIT | 163 | Apache-2.0/MIT |
164 | BSD-2-Clause | ||
165 | BSD-3-Clause | 164 | BSD-3-Clause |
166 | CC0-1.0 | 165 | CC0-1.0 |
167 | ISC | 166 | ISC |