diff options
-rw-r--r-- | Cargo.lock | 41 | ||||
-rw-r--r-- | crates/gen_lsp_server/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_cli/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_hir/Cargo.toml | 4 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 2 | ||||
-rw-r--r-- | crates/ra_project_model/Cargo.toml | 2 |
6 files changed, 30 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a18122ee..1465268b2 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -117,10 +117,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
117 | 117 | ||
118 | [[package]] | 118 | [[package]] |
119 | name = "cargo_metadata" | 119 | name = "cargo_metadata" |
120 | version = "0.7.4" | 120 | version = "0.8.0" |
121 | source = "registry+https://github.com/rust-lang/crates.io-index" | 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
122 | dependencies = [ | 122 | dependencies = [ |
123 | "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", | 123 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
124 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | 124 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
125 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 125 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
126 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 126 | "serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -248,7 +248,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
248 | 248 | ||
249 | [[package]] | 249 | [[package]] |
250 | name = "console" | 250 | name = "console" |
251 | version = "0.7.6" | 251 | version = "0.7.7" |
252 | source = "registry+https://github.com/rust-lang/crates.io-index" | 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
253 | dependencies = [ | 253 | dependencies = [ |
254 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", | 254 | "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -364,7 +364,7 @@ dependencies = [ | |||
364 | 364 | ||
365 | [[package]] | 365 | [[package]] |
366 | name = "ena" | 366 | name = "ena" |
367 | version = "0.11.0" | 367 | version = "0.13.0" |
368 | source = "registry+https://github.com/rust-lang/crates.io-index" | 368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
369 | dependencies = [ | 369 | dependencies = [ |
370 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 370 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -426,13 +426,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
426 | 426 | ||
427 | [[package]] | 427 | [[package]] |
428 | name = "flexi_logger" | 428 | name = "flexi_logger" |
429 | version = "0.11.5" | 429 | version = "0.13.2" |
430 | source = "registry+https://github.com/rust-lang/crates.io-index" | 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
431 | dependencies = [ | 431 | dependencies = [ |
432 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 432 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
433 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 433 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
434 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 434 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
435 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | 435 | "regex 1.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
436 | "yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
436 | ] | 437 | ] |
437 | 438 | ||
438 | [[package]] | 439 | [[package]] |
@@ -489,7 +490,7 @@ name = "gen_lsp_server" | |||
489 | version = "0.2.0" | 490 | version = "0.2.0" |
490 | dependencies = [ | 491 | dependencies = [ |
491 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 492 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
492 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 493 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
493 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 494 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
494 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", | 495 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", |
495 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", | 496 | "serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -547,7 +548,7 @@ name = "indicatif" | |||
547 | version = "0.11.0" | 548 | version = "0.11.0" |
548 | source = "registry+https://github.com/rust-lang/crates.io-index" | 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
549 | dependencies = [ | 550 | dependencies = [ |
550 | "console 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 551 | "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
551 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 552 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
552 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | 553 | "number_prefix 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
553 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | 554 | "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -579,7 +580,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
579 | dependencies = [ | 580 | dependencies = [ |
580 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 581 | "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
581 | "ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | 582 | "ci_info 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
582 | "console 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | 583 | "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
583 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | 584 | "difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
584 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 585 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
585 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | 586 | "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1035,7 +1036,7 @@ name = "ra_cli" | |||
1035 | version = "0.1.0" | 1036 | version = "0.1.0" |
1036 | dependencies = [ | 1037 | dependencies = [ |
1037 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1038 | "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1038 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1039 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1039 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1040 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1041 | "ra_batch 0.1.0", | 1042 | "ra_batch 0.1.0", |
@@ -1075,8 +1076,8 @@ dependencies = [ | |||
1075 | "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1076 | "chalk-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1076 | "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1077 | "chalk-rust-ir 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1077 | "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", | 1078 | "chalk-solve 0.1.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)", |
1078 | "ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1079 | "ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1079 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1080 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1080 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1081 | "insta 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1081 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | 1082 | "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
1082 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1083 | "lalrpop-intern 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1127,7 +1128,7 @@ name = "ra_lsp_server" | |||
1127 | version = "0.1.0" | 1128 | version = "0.1.0" |
1128 | dependencies = [ | 1129 | dependencies = [ |
1129 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1130 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1130 | "flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1131 | "flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1131 | "gen_lsp_server 0.2.0", | 1132 | "gen_lsp_server 0.2.0", |
1132 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1133 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1133 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1134 | "lsp-types 0.57.2 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1183,7 +1184,7 @@ dependencies = [ | |||
1183 | name = "ra_project_model" | 1184 | name = "ra_project_model" |
1184 | version = "0.1.0" | 1185 | version = "0.1.0" |
1185 | dependencies = [ | 1186 | dependencies = [ |
1186 | "cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1187 | "cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1187 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1188 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1188 | "ra_arena 0.1.0", | 1189 | "ra_arena 0.1.0", |
1189 | "ra_db 0.1.0", | 1190 | "ra_db 0.1.0", |
@@ -1975,6 +1976,11 @@ dependencies = [ | |||
1975 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", | 1976 | "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
1976 | ] | 1977 | ] |
1977 | 1978 | ||
1979 | [[package]] | ||
1980 | name = "yansi" | ||
1981 | version = "0.5.0" | ||
1982 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1983 | |||
1978 | [metadata] | 1984 | [metadata] |
1979 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" | 1985 | "checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c" |
1980 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" | 1986 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
@@ -1991,7 +1997,7 @@ dependencies = [ | |||
1991 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" | 1997 | "checksum block-padding 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4dc3af3ee2e12f3e5d224e5e1e3d73668abbeb69e566d361f7d5563a4fdf09" |
1992 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" | 1998 | "checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
1993 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | 1999 | "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
1994 | "checksum cargo_metadata 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "178d62b240c34223f265a4c1e275e37d62da163d421fc8d7f7e3ee340f803c57" | 2000 | "checksum cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "929766d993a2fde7a0ae962ee82429069cd7b68839cd9375b98efd719df65d3a" |
1995 | "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" | 2001 | "checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d" |
1996 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" | 2002 | "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
1997 | "checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" | 2003 | "checksum chalk-engine 0.9.0 (git+https://github.com/flodiebold/chalk.git?branch=fuel)" = "<none>" |
@@ -2005,7 +2011,7 @@ dependencies = [ | |||
2005 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" | 2011 | "checksum clicolors-control 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "73abfd4c73d003a674ce5d2933fca6ce6c42480ea84a5ffe0a2dc39ed56300f9" |
2006 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | 2012 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
2007 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" | 2013 | "checksum colosseum 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "370c83b49aedf022ee27942e8ae1d9de1cf40dc9653ee6550e4455d08f6406f9" |
2008 | "checksum console 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b11432ec626c0a221d0ff3914ea6887de61a12d89a814a4f1c49882fc3151a11" | 2014 | "checksum console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" |
2009 | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" | 2015 | "checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b" |
2010 | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" | 2016 | "checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13" |
2011 | "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" | 2017 | "checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4" |
@@ -2019,7 +2025,7 @@ dependencies = [ | |||
2019 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" | 2025 | "checksum dtoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ea57b42383d091c85abcc2706240b94ab2a8fa1fc81c10ff23c4de06e2a90b5e" |
2020 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" | 2026 | "checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
2021 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" | 2027 | "checksum ena 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25b4e5febb25f08c49f1b07dc33a182729a6b21edfb562b5aef95f78e0dbe5bb" |
2022 | "checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00" | 2028 | "checksum ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc01d68e08ca384955a3aeba9217102ca1aa85b6e168639bf27739f1d749d87" |
2023 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" | 2029 | "checksum encode_unicode 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90b2c9496c001e8cb61827acdefad780795c42264c137744cae6f7d9e3450abd" |
2024 | "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" | 2030 | "checksum error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ab49e9dcb602294bc42f9a7dfc9bc6e936fca4418ea300dbfb84fe16de0b7d9" |
2025 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" | 2031 | "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
@@ -2027,7 +2033,7 @@ dependencies = [ | |||
2027 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" | 2033 | "checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
2028 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" | 2034 | "checksum filetime 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2f8c63033fcba1f51ef744505b3cad42510432b904c062afa67ad7ece008429d" |
2029 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" | 2035 | "checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33" |
2030 | "checksum flexi_logger 0.11.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ce5e9a2e15c8eb8dcf35565b92b9548e4787b9990528f1ef49d09e20bbeee5a7" | 2036 | "checksum flexi_logger 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e651f7ca90e082144feeb1b158603457d6704ba96b87530ba135bb55306064b1" |
2031 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" | 2037 | "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674" |
2032 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" | 2038 | "checksum fsevent 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" |
2033 | "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" | 2039 | "checksum fsevent-sys 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" |
@@ -2181,3 +2187,4 @@ dependencies = [ | |||
2181 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | 2187 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
2182 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" | 2188 | "checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
2183 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" | 2189 | "checksum yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d" |
2190 | "checksum yansi 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71" | ||
diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index d375606d0..d14bcf694 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml | |||
@@ -15,4 +15,4 @@ serde = { version = "1.0.83", features = ["derive"] } | |||
15 | crossbeam-channel = "0.3.5" | 15 | crossbeam-channel = "0.3.5" |
16 | 16 | ||
17 | [dev-dependencies] | 17 | [dev-dependencies] |
18 | flexi_logger = "0.11.0" | 18 | flexi_logger = "0.13.0" |
diff --git a/crates/ra_cli/Cargo.toml b/crates/ra_cli/Cargo.toml index 57bd0c3d7..301145b5d 100644 --- a/crates/ra_cli/Cargo.toml +++ b/crates/ra_cli/Cargo.toml | |||
@@ -8,7 +8,7 @@ publish = false | |||
8 | [dependencies] | 8 | [dependencies] |
9 | clap = "2.32.0" | 9 | clap = "2.32.0" |
10 | join_to_string = "0.1.1" | 10 | join_to_string = "0.1.1" |
11 | flexi_logger = "0.11.0" | 11 | flexi_logger = "0.13.0" |
12 | indicatif = "0.11.0" | 12 | indicatif = "0.11.0" |
13 | 13 | ||
14 | ra_syntax = { path = "../ra_syntax" } | 14 | ra_syntax = { path = "../ra_syntax" } |
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index aaace85e5..e44e144d6 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -10,7 +10,7 @@ log = "0.4.5" | |||
10 | relative-path = "0.4.0" | 10 | relative-path = "0.4.0" |
11 | rustc-hash = "1.0" | 11 | rustc-hash = "1.0" |
12 | parking_lot = "0.8.0" | 12 | parking_lot = "0.8.0" |
13 | ena = "0.11" | 13 | ena = "0.13" |
14 | join_to_string = "0.1.3" | 14 | join_to_string = "0.1.3" |
15 | once_cell = "0.2" | 15 | once_cell = "0.2" |
16 | 16 | ||
@@ -28,5 +28,5 @@ chalk-ir = { git = "https://github.com/flodiebold/chalk.git", branch = "fuel" } | |||
28 | lalrpop-intern = "0.15.1" | 28 | lalrpop-intern = "0.15.1" |
29 | 29 | ||
30 | [dev-dependencies] | 30 | [dev-dependencies] |
31 | flexi_logger = "0.11.0" | 31 | flexi_logger = "0.13.0" |
32 | insta = "0.8.1" | 32 | insta = "0.8.1" |
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 142467cc9..a1fcf6cee 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -10,7 +10,7 @@ relative-path = "0.4.0" | |||
10 | serde_json = "1.0.34" | 10 | serde_json = "1.0.34" |
11 | serde = { version = "1.0.83", features = ["derive"] } | 11 | serde = { version = "1.0.83", features = ["derive"] } |
12 | crossbeam-channel = "0.3.5" | 12 | crossbeam-channel = "0.3.5" |
13 | flexi_logger = "0.11.0" | 13 | flexi_logger = "0.13.0" |
14 | log = "0.4.3" | 14 | log = "0.4.3" |
15 | url_serde = "0.2.0" | 15 | url_serde = "0.2.0" |
16 | lsp-types = { version = "0.57.1", features = ["proposed"] } | 16 | lsp-types = { version = "0.57.1", features = ["proposed"] } |
diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index c1a91d950..a1f7bf6dc 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml | |||
@@ -11,7 +11,7 @@ relative-path = "0.4.0" | |||
11 | 11 | ||
12 | walkdir = "2.2.7" | 12 | walkdir = "2.2.7" |
13 | 13 | ||
14 | cargo_metadata = "0.7.0" | 14 | cargo_metadata = "0.8.0" |
15 | 15 | ||
16 | ra_arena = { path = "../ra_arena" } | 16 | ra_arena = { path = "../ra_arena" } |
17 | ra_db = { path = "../ra_db" } | 17 | ra_db = { path = "../ra_db" } |