diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 872e66118..e7b873076 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -1087,7 +1087,6 @@ dependencies = [ | |||
1087 | "rustc-hash", | 1087 | "rustc-hash", |
1088 | "superslice", | 1088 | "superslice", |
1089 | "test_utils", | 1089 | "test_utils", |
1090 | "unicase", | ||
1091 | ] | 1090 | ] |
1092 | 1091 | ||
1093 | [[package]] | 1092 | [[package]] |
@@ -1599,15 +1598,6 @@ dependencies = [ | |||
1599 | ] | 1598 | ] |
1600 | 1599 | ||
1601 | [[package]] | 1600 | [[package]] |
1602 | name = "unicase" | ||
1603 | version = "2.6.0" | ||
1604 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1605 | checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" | ||
1606 | dependencies = [ | ||
1607 | "version_check", | ||
1608 | ] | ||
1609 | |||
1610 | [[package]] | ||
1611 | name = "unicode-bidi" | 1601 | name = "unicode-bidi" |
1612 | version = "0.3.4" | 1602 | version = "0.3.4" |
1613 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1650,12 +1640,6 @@ dependencies = [ | |||
1650 | ] | 1640 | ] |
1651 | 1641 | ||
1652 | [[package]] | 1642 | [[package]] |
1653 | name = "version_check" | ||
1654 | version = "0.9.1" | ||
1655 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1656 | checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" | ||
1657 | |||
1658 | [[package]] | ||
1659 | name = "walkdir" | 1643 | name = "walkdir" |
1660 | version = "2.3.1" | 1644 | version = "2.3.1" |
1661 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1645 | source = "registry+https://github.com/rust-lang/crates.io-index" |