diff options
author | Aleksey Kladov <[email protected]> | 2019-02-18 09:46:08 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-02-18 09:46:08 +0000 |
commit | 5823d3d042e12c9d52e06145a60c2532e7ddce3b (patch) | |
tree | 608c23d90c3655f07a86510415a111514da59ae9 | |
parent | 93dbeef405b5686a1025e33feeda3a449117844a (diff) |
drop unused deps
-rw-r--r-- | Cargo.lock | 13 | ||||
-rw-r--r-- | crates/ra_lsp_server/Cargo.toml | 3 |
2 files changed, 0 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7aeed1295..39bfcde41 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -473,15 +473,6 @@ dependencies = [ | |||
473 | ] | 473 | ] |
474 | 474 | ||
475 | [[package]] | 475 | [[package]] |
476 | name = "im" | ||
477 | version = "12.3.0" | ||
478 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
479 | dependencies = [ | ||
480 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
481 | "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
482 | ] | ||
483 | |||
484 | [[package]] | ||
485 | name = "indexmap" | 476 | name = "indexmap" |
486 | version = "1.0.2" | 477 | version = "1.0.2" |
487 | source = "registry+https://github.com/rust-lang/crates.io-index" | 478 | source = "registry+https://github.com/rust-lang/crates.io-index" |
@@ -1047,12 +1038,10 @@ name = "ra_lsp_server" | |||
1047 | version = "0.1.0" | 1038 | version = "0.1.0" |
1048 | dependencies = [ | 1039 | dependencies = [ |
1049 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | 1040 | "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
1050 | "drop_bomb 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1051 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1041 | "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1052 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1042 | "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1053 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", | 1043 | "flexi_logger 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)", |
1054 | "gen_lsp_server 0.1.0", | 1044 | "gen_lsp_server 0.1.0", |
1055 | "im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1056 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | 1045 | "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
1057 | "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)", | 1046 | "lsp-types 0.55.4 (registry+https://github.com/rust-lang/crates.io-index)", |
1058 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1047 | "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
@@ -1071,7 +1060,6 @@ dependencies = [ | |||
1071 | "thread_worker 0.1.0", | 1060 | "thread_worker 0.1.0", |
1072 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | 1061 | "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
1073 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | 1062 | "url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
1074 | "walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
1075 | ] | 1063 | ] |
1076 | 1064 | ||
1077 | [[package]] | 1065 | [[package]] |
@@ -1953,7 +1941,6 @@ dependencies = [ | |||
1953 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" | 1941 | "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
1954 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" | 1942 | "checksum humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e" |
1955 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" | 1943 | "checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
1956 | "checksum im 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0627d417829c1d763d602687634869f254fc79f7e22dea6c824dab993db857e4" | ||
1957 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" | 1944 | "checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d" |
1958 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" | 1945 | "checksum indicatif 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2c60da1c9abea75996b70a931bba6c750730399005b61ccd853cee50ef3d0d0c" |
1959 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" | 1946 | "checksum inotify 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40b54539f3910d6f84fbf9a643efd6e3aa6e4f001426c0329576128255994718" |
diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 6338868dd..c69f78a11 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml | |||
@@ -11,14 +11,11 @@ failure = "0.1.4" | |||
11 | failure_derive = "0.1.4" | 11 | failure_derive = "0.1.4" |
12 | serde_json = "1.0.34" | 12 | serde_json = "1.0.34" |
13 | serde = "1.0.83" | 13 | serde = "1.0.83" |
14 | drop_bomb = "0.1.0" | ||
15 | crossbeam-channel = "0.3.5" | 14 | crossbeam-channel = "0.3.5" |
16 | flexi_logger = "0.10.0" | 15 | flexi_logger = "0.10.0" |
17 | log = "0.4.3" | 16 | log = "0.4.3" |
18 | url_serde = "0.2.0" | 17 | url_serde = "0.2.0" |
19 | lsp-types = "0.55.0" | 18 | lsp-types = "0.55.0" |
20 | walkdir = "2.2.7" | ||
21 | im = "12.0.0" | ||
22 | rustc-hash = "1.0" | 19 | rustc-hash = "1.0" |
23 | parking_lot = "0.7.0" | 20 | parking_lot = "0.7.0" |
24 | 21 | ||