aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock24
1 files changed, 15 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ae99b966e..c715e5e0b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -37,10 +37,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344" 37checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
38 38
39[[package]] 39[[package]]
40name = "arena"
41version = "0.0.0"
42
43[[package]]
44name = "arrayvec" 40name = "arrayvec"
45version = "0.5.2" 41version = "0.5.2"
46source = "registry+https://github.com/rust-lang/crates.io-index" 42source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -547,7 +543,6 @@ name = "hir_def"
547version = "0.0.0" 543version = "0.0.0"
548dependencies = [ 544dependencies = [
549 "anymap", 545 "anymap",
550 "arena",
551 "base_db", 546 "base_db",
552 "cfg", 547 "cfg",
553 "drop_bomb", 548 "drop_bomb",
@@ -557,6 +552,7 @@ dependencies = [
557 "hir_expand", 552 "hir_expand",
558 "indexmap", 553 "indexmap",
559 "itertools 0.10.0", 554 "itertools 0.10.0",
555 "la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
560 "log", 556 "log",
561 "mbe", 557 "mbe",
562 "once_cell", 558 "once_cell",
@@ -573,9 +569,9 @@ dependencies = [
573name = "hir_expand" 569name = "hir_expand"
574version = "0.0.0" 570version = "0.0.0"
575dependencies = [ 571dependencies = [
576 "arena",
577 "base_db", 572 "base_db",
578 "either", 573 "either",
574 "la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
579 "log", 575 "log",
580 "mbe", 576 "mbe",
581 "parser", 577 "parser",
@@ -590,7 +586,6 @@ dependencies = [
590name = "hir_ty" 586name = "hir_ty"
591version = "0.0.0" 587version = "0.0.0"
592dependencies = [ 588dependencies = [
593 "arena",
594 "arrayvec", 589 "arrayvec",
595 "base_db", 590 "base_db",
596 "chalk-ir", 591 "chalk-ir",
@@ -601,6 +596,7 @@ dependencies = [
601 "hir_def", 596 "hir_def",
602 "hir_expand", 597 "hir_expand",
603 "itertools 0.10.0", 598 "itertools 0.10.0",
599 "la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
604 "log", 600 "log",
605 "once_cell", 601 "once_cell",
606 "profile", 602 "profile",
@@ -772,6 +768,16 @@ dependencies = [
772] 768]
773 769
774[[package]] 770[[package]]
771name = "la-arena"
772version = "0.1.0"
773
774[[package]]
775name = "la-arena"
776version = "0.1.0"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "b0385ab3b926cc05c78275d7ac6799c21fb964ada0a45cdaeaf1415d6a3dda39"
779
780[[package]]
775name = "lazy_static" 781name = "lazy_static"
776version = "1.4.0" 782version = "1.4.0"
777source = "registry+https://github.com/rust-lang/crates.io-index" 783source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1196,8 +1202,8 @@ version = "0.0.0"
1196name = "profile" 1202name = "profile"
1197version = "0.0.0" 1203version = "0.0.0"
1198dependencies = [ 1204dependencies = [
1199 "arena",
1200 "cfg-if 1.0.0", 1205 "cfg-if 1.0.0",
1206 "la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1201 "libc", 1207 "libc",
1202 "once_cell", 1208 "once_cell",
1203 "perf-event", 1209 "perf-event",
@@ -1208,11 +1214,11 @@ name = "project_model"
1208version = "0.0.0" 1214version = "0.0.0"
1209dependencies = [ 1215dependencies = [
1210 "anyhow", 1216 "anyhow",
1211 "arena",
1212 "base_db", 1217 "base_db",
1213 "cargo_metadata", 1218 "cargo_metadata",
1214 "cfg", 1219 "cfg",
1215 "itertools 0.10.0", 1220 "itertools 0.10.0",
1221 "la-arena 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
1216 "log", 1222 "log",
1217 "paths", 1223 "paths",
1218 "proc_macro_api", 1224 "proc_macro_api",