diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock index cab28ad49..373e176b0 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -600,12 +600,6 @@ dependencies = [ | |||
600 | ] | 600 | ] |
601 | 601 | ||
602 | [[package]] | 602 | [[package]] |
603 | name = "lalrpop-intern" | ||
604 | version = "0.15.1" | ||
605 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
606 | checksum = "cc4fd87be4a815fd373e02773983940f0d75fb26fde8c098e9e45f7af03154c0" | ||
607 | |||
608 | [[package]] | ||
609 | name = "lazy_static" | 603 | name = "lazy_static" |
610 | version = "1.4.0" | 604 | version = "1.4.0" |
611 | source = "registry+https://github.com/rust-lang/crates.io-index" | 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1023,7 +1017,6 @@ dependencies = [ | |||
1023 | "chalk-solve", | 1017 | "chalk-solve", |
1024 | "ena", | 1018 | "ena", |
1025 | "insta", | 1019 | "insta", |
1026 | "lalrpop-intern", | ||
1027 | "log", | 1020 | "log", |
1028 | "ra_arena", | 1021 | "ra_arena", |
1029 | "ra_db", | 1022 | "ra_db", |