aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock48
1 files changed, 42 insertions, 6 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c724d1348..65c8de719 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -128,6 +128,20 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
128checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" 128checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
129 129
130[[package]] 130[[package]]
131name = "call_info"
132version = "0.0.0"
133dependencies = [
134 "base_db",
135 "either",
136 "expect-test",
137 "hir",
138 "ide_db",
139 "stdx",
140 "syntax",
141 "test_utils",
142]
143
144[[package]]
131name = "cargo_metadata" 145name = "cargo_metadata"
132version = "0.11.4" 146version = "0.11.4"
133source = "registry+https://github.com/rust-lang/crates.io-index" 147source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -250,6 +264,26 @@ dependencies = [
250] 264]
251 265
252[[package]] 266[[package]]
267name = "completion"
268version = "0.0.0"
269dependencies = [
270 "assists",
271 "base_db",
272 "call_info",
273 "expect-test",
274 "hir",
275 "ide_db",
276 "itertools",
277 "log",
278 "profile",
279 "rustc-hash",
280 "stdx",
281 "syntax",
282 "test_utils",
283 "text_edit",
284]
285
286[[package]]
253name = "const_fn" 287name = "const_fn"
254version = "0.4.2" 288version = "0.4.2"
255source = "registry+https://github.com/rust-lang/crates.io-index" 289source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -609,7 +643,9 @@ version = "0.0.0"
609dependencies = [ 643dependencies = [
610 "assists", 644 "assists",
611 "base_db", 645 "base_db",
646 "call_info",
612 "cfg", 647 "cfg",
648 "completion",
613 "either", 649 "either",
614 "expect-test", 650 "expect-test",
615 "hir", 651 "hir",
@@ -796,9 +832,9 @@ dependencies = [
796 832
797[[package]] 833[[package]]
798name = "lsp-server" 834name = "lsp-server"
799version = "0.4.0" 835version = "0.4.1"
800source = "registry+https://github.com/rust-lang/crates.io-index" 836source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "ff7452ee21b8de64f10ceb4e9fee1212e1a9579cd717226613333e751676c86a" 837checksum = "9c85acaf36c53bf15da2b8b35afeea56747707261f59eb0b77229081dd72b04e"
802dependencies = [ 838dependencies = [
803 "crossbeam-channel 0.5.0", 839 "crossbeam-channel 0.5.0",
804 "log", 840 "log",
@@ -1916,18 +1952,18 @@ dependencies = [
1916 1952
1917[[package]] 1953[[package]]
1918name = "xshell" 1954name = "xshell"
1919version = "0.1.5" 1955version = "0.1.6"
1920source = "registry+https://github.com/rust-lang/crates.io-index" 1956source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "61df06d11158eb34971a4e44904defd3419f625b7d9fb0e8b0817b0623e0daae" 1957checksum = "3e9bbfccbb2233e6b0473b7870d4b0811a402e9e249a5e8394e768e5a5c9c37d"
1922dependencies = [ 1958dependencies = [
1923 "xshell-macros", 1959 "xshell-macros",
1924] 1960]
1925 1961
1926[[package]] 1962[[package]]
1927name = "xshell-macros" 1963name = "xshell-macros"
1928version = "0.1.5" 1964version = "0.1.6"
1929source = "registry+https://github.com/rust-lang/crates.io-index" 1965source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "40bef8018dc67100c99ee2f9866451e9d196a7effa9e40646717545a2ee42691" 1966checksum = "b94f1c632d730a1704b21dc551a4c74fbed713cfa59593708f94943548206134"
1931 1967
1932[[package]] 1968[[package]]
1933name = "xtask" 1969name = "xtask"