Skip to content

Commit 65ac315

Browse files
committed
Update Cargo.lock
1 parent 4af681c commit 65ac315

File tree

1 file changed

+25
-28
lines changed

1 file changed

+25
-28
lines changed

Cargo.lock

+25-28
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ version = "0.34.0"
194194
dependencies = [
195195
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
196196
"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)",
197198
"bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
198199
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
199200
"core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -208,8 +209,8 @@ dependencies = [
208209
"flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
209210
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
210211
"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)",
213214
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
214215
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
215216
"home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -232,7 +233,6 @@ dependencies = [
232233
"same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
233234
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
234235
"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)",
236236
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
237237
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
238238
"shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -242,6 +242,7 @@ dependencies = [
242242
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
243243
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
244244
"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)",
245246
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
246247
]
247248

@@ -326,7 +327,7 @@ dependencies = [
326327
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
327328
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
328329
"rustc-workspace-hack 1.0.0",
329-
"rustc_tools_util 0.1.0",
330+
"rustc_tools_util 0.1.1",
330331
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
331332
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
332333
"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"
895896

896897
[[package]]
897898
name = "git2"
898-
version = "0.7.5"
899+
version = "0.8.0"
899900
source = "registry+https://github.com/rust-lang/crates.io-index"
900901
dependencies = [
901902
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -909,11 +910,11 @@ dependencies = [
909910

910911
[[package]]
911912
name = "git2-curl"
912-
version = "0.8.2"
913+
version = "0.9.0"
913914
source = "registry+https://github.com/rust-lang/crates.io-index"
914915
dependencies = [
915916
"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)",
917918
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
918919
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
919920
]
@@ -1098,11 +1099,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
10981099

10991100
[[package]]
11001101
name = "jsonrpc-core"
1101-
version = "8.0.1"
1102+
version = "9.0.0"
11021103
source = "registry+https://github.com/rust-lang/crates.io-index"
11031104
dependencies = [
11041105
"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)",
11061107
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
11071108
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
11081109
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1215,14 +1216,6 @@ dependencies = [
12151216
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
12161217
]
12171218

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-
12261219
[[package]]
12271220
name = "log"
12281221
version = "0.4.6"
@@ -1391,8 +1384,10 @@ dependencies = [
13911384
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
13921385
"compiletest_rs 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
13931386
"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)",
13951388
"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)",
13961391
"vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
13971392
]
13981393

@@ -1966,10 +1961,12 @@ dependencies = [
19661961
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
19671962
"clippy_lints 0.0.212",
19681963
"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)",
19691965
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
19701966
"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)",
19711968
"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)",
19731970
"languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)",
19741971
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
19751972
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1987,11 +1984,12 @@ dependencies = [
19871984
"rls-vfs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
19881985
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
19891986
"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)",
19911988
"rustfmt-nightly 1.0.1",
19921989
"serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)",
19931990
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
19941991
"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)",
19951993
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
19961994
"url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
19971995
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2637,12 +2635,12 @@ dependencies = [
26372635

26382636
[[package]]
26392637
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"
26422639

26432640
[[package]]
26442641
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"
26462644

26472645
[[package]]
26482646
name = "rustc_traits"
@@ -3473,8 +3471,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
34733471
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
34743472
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
34753473
"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"
34783476
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
34793477
"checksum globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4743617a7464bbda3c8aec8558ff2f9429047e025771037df561d383337ff865"
34803478
"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"
34933491
"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
34943492
"checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace"
34953493
"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"
34973495
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
34983496
"checksum languageserver-types 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = "68de833188ada4e175d04a028f03f244f6370eedbcc75a05604d47d925933f69"
34993497
"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"
35053503
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
35063504
"checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
35073505
"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"
35093506
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
35103507
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
35113508
"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"
36043601
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
36053602
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
36063603
"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"
36083605
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
36093606
"checksum rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "af7c21531a91512a4a51b490be6ba1c8eff34fdda0dc5bf87dc28d86748aac56"
36103607
"checksum rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9591f190d2852720b679c21f66ad929f9f1d7bb09d1193c26167586029d8489c"

0 commit comments

Comments
 (0)