aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
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]]
1602name = "unicase"
1603version = "2.6.0"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1606dependencies = [
1607 "version_check",
1608]
1609
1610[[package]]
1611name = "unicode-bidi" 1601name = "unicode-bidi"
1612version = "0.3.4" 1602version = "0.3.4"
1613source = "registry+https://github.com/rust-lang/crates.io-index" 1603source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1650,12 +1640,6 @@ dependencies = [
1650] 1640]
1651 1641
1652[[package]] 1642[[package]]
1653name = "version_check"
1654version = "0.9.1"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
1657
1658[[package]]
1659name = "walkdir" 1643name = "walkdir"
1660version = "2.3.1" 1644version = "2.3.1"
1661source = "registry+https://github.com/rust-lang/crates.io-index" 1645source = "registry+https://github.com/rust-lang/crates.io-index"