@@ -194,6 +194,7 @@ version = "0.34.0"
194
194
dependencies = [
195
195
" atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
196
196
" bufstream 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
197
+ " byteorder 1.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
197
198
" bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
198
199
" clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
199
200
" core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -208,8 +209,8 @@ dependencies = [
208
209
" flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
209
210
" fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
210
211
" fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
211
- " git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
212
- " git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
212
+ " git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
213
+ " git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
213
214
" glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
214
215
" hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
215
216
" home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -232,7 +233,6 @@ dependencies = [
232
233
" same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
233
234
" semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
234
235
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
235
- " serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
236
236
" serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
237
237
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
238
238
" shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -242,6 +242,7 @@ dependencies = [
242
242
" toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
243
243
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
244
244
" url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
245
+ " url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
245
246
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
246
247
]
247
248
@@ -326,7 +327,7 @@ dependencies = [
326
327
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
327
328
" regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
328
329
" rustc-workspace-hack 1.0.0" ,
329
- " rustc_tools_util 0.1.0 " ,
330
+ " rustc_tools_util 0.1.1 " ,
330
331
" semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
331
332
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
332
333
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -895,7 +896,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
895
896
896
897
[[package ]]
897
898
name = " git2"
898
- version = " 0.7.5 "
899
+ version = " 0.8.0 "
899
900
source = " registry+https://github.com/rust-lang/crates.io-index"
900
901
dependencies = [
901
902
" bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -909,11 +910,11 @@ dependencies = [
909
910
910
911
[[package ]]
911
912
name = " git2-curl"
912
- version = " 0.8.2 "
913
+ version = " 0.9.0 "
913
914
source = " registry+https://github.com/rust-lang/crates.io-index"
914
915
dependencies = [
915
916
" curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
916
- " git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
917
+ " git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
917
918
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
918
919
" url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
919
920
]
@@ -1098,11 +1099,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1098
1099
1099
1100
[[package ]]
1100
1101
name = " jsonrpc-core"
1101
- version = " 8 .0.1 "
1102
+ version = " 9 .0.0 "
1102
1103
source = " registry+https://github.com/rust-lang/crates.io-index"
1103
1104
dependencies = [
1104
1105
" futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
1105
- " log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
1106
+ " log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1106
1107
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
1107
1108
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
1108
1109
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1215,14 +1216,6 @@ dependencies = [
1215
1216
" scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1216
1217
]
1217
1218
1218
- [[package ]]
1219
- name = " log"
1220
- version = " 0.3.9"
1221
- source = " registry+https://github.com/rust-lang/crates.io-index"
1222
- dependencies = [
1223
- " log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1224
- ]
1225
-
1226
1219
[[package ]]
1227
1220
name = " log"
1228
1221
version = " 0.4.6"
@@ -1391,8 +1384,10 @@ dependencies = [
1391
1384
" colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1392
1385
" compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1393
1386
" directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1394
- " env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
1387
+ " env_logger 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1395
1388
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1389
+ " rustc-workspace-hack 1.0.0" ,
1390
+ " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1396
1391
" vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1397
1392
]
1398
1393
@@ -1966,10 +1961,12 @@ dependencies = [
1966
1961
" cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1967
1962
" clippy_lints 0.0.212" ,
1968
1963
" crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1964
+ " difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1969
1965
" env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
1970
1966
" failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1967
+ " home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1971
1968
" itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1972
- " jsonrpc-core 8 .0.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1969
+ " jsonrpc-core 9 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1973
1970
" languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1974
1971
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1975
1972
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1987,11 +1984,12 @@ dependencies = [
1987
1984
" rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1988
1985
" rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1989
1986
" rustc-workspace-hack 1.0.0" ,
1990
- " rustc_tools_util 0.1.0 (git +https://github.com/rust-lang/rust-clippy?rev=a3c77f6ad1c1c185e561e9cd7fdec7db569169d1 )" ,
1987
+ " rustc_tools_util 0.1.1 (registry +https://github.com/rust-lang/crates.io-index )" ,
1991
1988
" rustfmt-nightly 1.0.1" ,
1992
1989
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
1993
1990
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
1994
1991
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
1992
+ " tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1995
1993
" toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
1996
1994
" url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1997
1995
" walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2637,12 +2635,12 @@ dependencies = [
2637
2635
2638
2636
[[package ]]
2639
2637
name = " rustc_tools_util"
2640
- version = " 0.1.0"
2641
- source = " git+https://github.com/rust-lang/rust-clippy?rev=a3c77f6ad1c1c185e561e9cd7fdec7db569169d1#a3c77f6ad1c1c185e561e9cd7fdec7db569169d1"
2638
+ version = " 0.1.1"
2642
2639
2643
2640
[[package ]]
2644
2641
name = " rustc_tools_util"
2645
- version = " 0.1.0"
2642
+ version = " 0.1.1"
2643
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2646
2644
2647
2645
[[package ]]
2648
2646
name = " rustc_traits"
@@ -3473,8 +3471,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3473
3471
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = " 1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
3474
3472
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
3475
3473
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = " b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
3476
- "checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71 "
3477
- "checksum git2-curl 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 0173e317f8ba21f3fff0f71549fead5e42e67961dbd402bf69f42775f3cc78b4 "
3474
+ "checksum git2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = " c7339329bfa14a00223244311560d11f8f489b453fb90092af97f267a6090ab0 "
3475
+ "checksum git2-curl 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d58551e903ed7e2d6fe3a2f3c7efa3a784ec29b19d0fbb035aaf0497c183fbdd "
3478
3476
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
3479
3477
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
3480
3478
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = " d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
@@ -3493,7 +3491,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3493
3491
"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
3494
3492
"checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = " dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace"
3495
3493
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
3496
- "checksum jsonrpc-core 8 .0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c "
3494
+ "checksum jsonrpc-core 9 .0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e9cbeda300803d381390fb65e8158437728c39e6987ed23bee82728b73511a7 "
3497
3495
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3498
3496
"checksum languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 68de833188ada4e175d04a028f03f244f6370eedbcc75a05604d47d925933f69"
3499
3497
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
@@ -3505,7 +3503,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3505
3503
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
3506
3504
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = " 2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
3507
3505
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
3508
- "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = " e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
3509
3506
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
3510
3507
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
3511
3508
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = " d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
@@ -3604,7 +3601,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3604
3601
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
3605
3602
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
3606
3603
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = " dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
3607
- "checksum rustc_tools_util 0.1.0 (git +https://github.com/rust-lang/rust-clippy?rev=a3c77f6ad1c1c185e561e9cd7fdec7db569169d1 )" = " <none> "
3604
+ "checksum rustc_tools_util 0.1.1 (registry +https://github.com/rust-lang/crates.io-index )" = " b3c5a95edfa0c893236ae4778bb7c4752760e4c0d245e19b5eff33c5aa5eb9dc "
3608
3605
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
3609
3606
"checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = " af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56"
3610
3607
"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"
0 commit comments