Skip to content

Commit 0e6fff8

Browse files
committed
Update RLS, Rustfmt, and Cargo
1 parent 5f308ee commit 0e6fff8

File tree

4 files changed

+64
-42
lines changed

4 files changed

+64
-42
lines changed

src/Cargo.lock

+61-39
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,7 @@ version = "0.2.0"
327327

328328
[[package]]
329329
name = "clippy_lints"
330-
version = "0.0.200"
331-
source = "registry+https://github.com/rust-lang/crates.io-index"
330+
version = "0.0.202"
332331
dependencies = [
333332
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
334333
"if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -348,7 +347,8 @@ dependencies = [
348347

349348
[[package]]
350349
name = "clippy_lints"
351-
version = "0.0.202"
350+
version = "0.0.205"
351+
source = "registry+https://github.com/rust-lang/crates.io-index"
352352
dependencies = [
353353
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
354354
"if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -963,6 +963,16 @@ name = "is-match"
963963
version = "0.1.0"
964964
source = "registry+https://github.com/rust-lang/crates.io-index"
965965

966+
[[package]]
967+
name = "isatty"
968+
version = "0.1.8"
969+
source = "registry+https://github.com/rust-lang/crates.io-index"
970+
dependencies = [
971+
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
972+
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
973+
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
974+
]
975+
966976
[[package]]
967977
name = "itertools"
968978
version = "0.7.8"
@@ -1664,7 +1674,7 @@ version = "0.128.0"
16641674
dependencies = [
16651675
"cargo 0.29.0",
16661676
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
1667-
"clippy_lints 0.0.200 (registry+https://github.com/rust-lang/crates.io-index)",
1677+
"clippy_lints 0.0.205 (registry+https://github.com/rust-lang/crates.io-index)",
16681678
"env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
16691679
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
16701680
"json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1681,7 +1691,7 @@ dependencies = [
16811691
"rls-rustc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
16821692
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
16831693
"rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
1684-
"rustfmt-nightly 0.7.0",
1694+
"rustfmt-nightly 0.8.2",
16851695
"serde 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
16861696
"serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
16871697
"serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1777,9 +1787,17 @@ dependencies = [
17771787
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
17781788
]
17791789

1790+
[[package]]
1791+
name = "rustc-ap-arena"
1792+
version = "147.0.0"
1793+
source = "registry+https://github.com/rust-lang/crates.io-index"
1794+
dependencies = [
1795+
"rustc-ap-rustc_data_structures 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1796+
]
1797+
17801798
[[package]]
17811799
name = "rustc-ap-rustc_cratesio_shim"
1782-
version = "128.0.0"
1800+
version = "147.0.0"
17831801
source = "registry+https://github.com/rust-lang/crates.io-index"
17841802
dependencies = [
17851803
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1788,70 +1806,73 @@ dependencies = [
17881806

17891807
[[package]]
17901808
name = "rustc-ap-rustc_data_structures"
1791-
version = "128.0.0"
1809+
version = "147.0.0"
17921810
source = "registry+https://github.com/rust-lang/crates.io-index"
17931811
dependencies = [
17941812
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
17951813
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
17961814
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
17971815
"parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
17981816
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
1799-
"rustc-ap-rustc_cratesio_shim 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1800-
"rustc-ap-serialize 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1817+
"rustc-ap-rustc_cratesio_shim 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1818+
"rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1819+
"rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1820+
"rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
18011821
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18021822
]
18031823

18041824
[[package]]
18051825
name = "rustc-ap-rustc_errors"
1806-
version = "128.0.0"
1826+
version = "147.0.0"
18071827
source = "registry+https://github.com/rust-lang/crates.io-index"
18081828
dependencies = [
18091829
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
1810-
"rustc-ap-rustc_data_structures 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1811-
"rustc-ap-serialize 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1812-
"rustc-ap-syntax_pos 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1830+
"rustc-ap-rustc_data_structures 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1831+
"rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1832+
"rustc-ap-syntax_pos 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18131833
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
18141834
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
18151835
]
18161836

18171837
[[package]]
18181838
name = "rustc-ap-rustc_target"
1819-
version = "128.0.0"
1839+
version = "147.0.0"
18201840
source = "registry+https://github.com/rust-lang/crates.io-index"
18211841
dependencies = [
18221842
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
18231843
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1824-
"rustc-ap-rustc_cratesio_shim 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1825-
"rustc-ap-serialize 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1844+
"rustc-ap-rustc_cratesio_shim 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1845+
"rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18261846
]
18271847

18281848
[[package]]
18291849
name = "rustc-ap-serialize"
1830-
version = "128.0.0"
1850+
version = "147.0.0"
18311851
source = "registry+https://github.com/rust-lang/crates.io-index"
18321852

18331853
[[package]]
18341854
name = "rustc-ap-syntax"
1835-
version = "128.0.0"
1855+
version = "147.0.0"
18361856
source = "registry+https://github.com/rust-lang/crates.io-index"
18371857
dependencies = [
18381858
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
18391859
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
1840-
"rustc-ap-rustc_data_structures 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1841-
"rustc-ap-rustc_errors 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1842-
"rustc-ap-rustc_target 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1843-
"rustc-ap-serialize 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1844-
"rustc-ap-syntax_pos 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1860+
"rustc-ap-rustc_data_structures 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1861+
"rustc-ap-rustc_errors 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1862+
"rustc-ap-rustc_target 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1863+
"rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1864+
"rustc-ap-syntax_pos 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18451865
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
18461866
]
18471867

18481868
[[package]]
18491869
name = "rustc-ap-syntax_pos"
1850-
version = "128.0.0"
1870+
version = "147.0.0"
18511871
source = "registry+https://github.com/rust-lang/crates.io-index"
18521872
dependencies = [
1853-
"rustc-ap-rustc_data_structures 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1854-
"rustc-ap-serialize 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1873+
"rustc-ap-arena 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1874+
"rustc-ap-rustc_data_structures 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1875+
"rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18551876
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
18561877
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
18571878
]
@@ -2323,7 +2344,7 @@ dependencies = [
23232344

23242345
[[package]]
23252346
name = "rustfmt-nightly"
2326-
version = "0.7.0"
2347+
version = "0.8.2"
23272348
dependencies = [
23282349
"assert_cli 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
23292350
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2332,20 +2353,19 @@ dependencies = [
23322353
"env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
23332354
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
23342355
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
2356+
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
23352357
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
23362358
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2337-
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
23382359
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
23392360
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2340-
"rustc-ap-rustc_target 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2341-
"rustc-ap-syntax 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2361+
"rustc-ap-rustc_target 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2362+
"rustc-ap-syntax 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
23422363
"serde 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
23432364
"serde_derive 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
23442365
"serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
23452366
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
23462367
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
23472368
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
2348-
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
23492369
]
23502370

23512371
[[package]]
@@ -3031,7 +3051,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30313051
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
30323052
"checksum chrono 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ba5f60682a4c264e7f8d77b82e7788938a76befdf949d4a98026d19099c9d873"
30333053
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
3034-
"checksum clippy_lints 0.0.200 (registry+https://github.com/rust-lang/crates.io-index)" = "d2432663f6bdb90255dcf9df5ca504f99b575bb471281591138f62f9d31f863b"
3054+
"checksum clippy_lints 0.0.205 (registry+https://github.com/rust-lang/crates.io-index)" = "1dcb837d7510bf9e4e3b6f470c450c6d25e61116db5503a6f565bb6283860622"
30353055
"checksum cmake 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5cf678ceebedde428000cb3a34465cf3606d1a48da17014948a916deac39da7c"
30363056
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
30373057
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
@@ -3087,6 +3107,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
30873107
"checksum if_chain 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "61bb90bdd39e3af69b0172dfc6130f6cd6332bf040fbb9bdd4401d37adbd48b8"
30883108
"checksum ignore 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "245bea0ba52531a3739cb8ba99f8689eda13d7faf8c36b6a73ce4421aab42588"
30893109
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
3110+
"checksum isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6c324313540cd4d7ba008d43dc6606a32a5579f13cc17b2804c13096f0a5c522"
30903111
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
30913112
"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
30923113
"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
@@ -3166,13 +3187,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31663187
"checksum rls-rustc 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ed5342b2bbbe8663c04600af506c8902b6b4d3e627b006eb1bd65aa14805f4d"
31673188
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
31683189
"checksum rls-vfs 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "be231e1e559c315bc60ced5ad2cc2d7a9c208ed7d4e2c126500149836fda19bb"
3169-
"checksum rustc-ap-rustc_cratesio_shim 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7374a2b466e6e3ce489e045302e304849355faf7fd033d4d95e6e86e48c313b4"
3170-
"checksum rustc-ap-rustc_data_structures 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b3c3e566868a04735852eb333db958453a53cacdd935fe508e0c9fd822ea88"
3171-
"checksum rustc-ap-rustc_errors 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b81dc5e8a8e63befb0eaf1c9443e269dee6f8daced4e3149fe8a80947fd682e"
3172-
"checksum rustc-ap-rustc_target 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6bb7f1df7a4ca231cbe35a5eaebdc22cd2258c0393e856513b5186dec720e4"
3173-
"checksum rustc-ap-serialize 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d1ab72257c28395c45a27a5812d94515ec43e639add4820eafc919a71c1714c3"
3174-
"checksum rustc-ap-syntax 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf9ca2901388714e9ccc7de7281ef06cec55d9f245252ba1d635bc86c730d9a"
3175-
"checksum rustc-ap-syntax_pos 128.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5217444369a36e98e11f4ac976f03878704893832e2e0b57d49f2f31438139f"
3190+
"checksum rustc-ap-arena 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1304956fbbdd070e4478672d040f0453374604a12a0938aaba4b38a2bd124667"
3191+
"checksum rustc-ap-rustc_cratesio_shim 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d1dcd0fafa3c7875b76e33feaf69b332870180475ba3eb8dd003bcc2a2dc069"
3192+
"checksum rustc-ap-rustc_data_structures 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76c1a3fe4a0104b922ffc8080bd7c703dc20f2874b7c982638f6adb6c378b77a"
3193+
"checksum rustc-ap-rustc_errors 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2812e295d2930bf3b3c22dbe8ef0bb8ae98a497ae6ad379d0709434387a9004b"
3194+
"checksum rustc-ap-rustc_target 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bd371121f16da666f6d6d5e6ff57cd972cc8206cc80377ba411b99607d49cbd"
3195+
"checksum rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bde493c1c16d724e42536117c385b69f2eae9b2ec38bab841c45373bce4a9d8f"
3196+
"checksum rustc-ap-syntax 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "402c1f402e6d47defcd884d3f715aaa8c6f2cbdd5f13cb06fea70486d512426b"
3197+
"checksum rustc-ap-syntax_pos 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb707a229093791dc3fc35aca61d9bf0e3708f23da4536683527857bc624b061"
31763198
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
31773199
"checksum rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06ddba37baa245040f932b15403071a46681d7e0e4158e230741943c4718b84"
31783200
"checksum rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1aa5cd8c3a706edb19b6ec6aa7b056bdc635b6e99c5cf7014f9af9d92f15e99"

src/tools/rls

Submodule rls updated from cf0609d to 453f5e4

src/tools/rustfmt

0 commit comments

Comments
 (0)