Skip to content

Commit 6e72077

Browse files
committed
submodule: update rls from c9d25b667a to f331ff7
1 parent 3e58dab commit 6e72077

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12321232

12331233
[[package]]
12341234
name = "jsonrpc-core"
1235-
version = "9.0.0"
1235+
version = "10.0.1"
12361236
source = "registry+https://github.com/rust-lang/crates.io-index"
12371237
dependencies = [
12381238
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1352,7 +1352,7 @@ dependencies = [
13521352

13531353
[[package]]
13541354
name = "lsp-codec"
1355-
version = "0.1.0"
1355+
version = "0.1.1"
13561356
source = "registry+https://github.com/rust-lang/crates.io-index"
13571357
dependencies = [
13581358
"bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1362,7 +1362,7 @@ dependencies = [
13621362

13631363
[[package]]
13641364
name = "lsp-types"
1365-
version = "0.54.0"
1365+
version = "0.55.1"
13661366
source = "registry+https://github.com/rust-lang/crates.io-index"
13671367
dependencies = [
13681368
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2045,7 +2045,7 @@ dependencies = [
20452045

20462046
[[package]]
20472047
name = "racer"
2048-
version = "2.1.16"
2048+
version = "2.1.17"
20492049
source = "registry+https://github.com/rust-lang/crates.io-index"
20502050
dependencies = [
20512051
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2246,10 +2246,10 @@ dependencies = [
22462246

22472247
[[package]]
22482248
name = "rls"
2249-
version = "1.31.6"
2249+
version = "1.34.0"
22502250
dependencies = [
22512251
"cargo 0.35.0",
2252-
"cargo_metadata 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
2252+
"cargo_metadata 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
22532253
"clippy_lints 0.0.212",
22542254
"crossbeam-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
22552255
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2258,14 +2258,14 @@ dependencies = [
22582258
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
22592259
"home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
22602260
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
2261-
"jsonrpc-core 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2261+
"jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
22622262
"lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
22632263
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
2264-
"lsp-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2265-
"lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)",
2264+
"lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
2265+
"lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)",
22662266
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
22672267
"ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
2268-
"racer 2.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
2268+
"racer 2.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
22692269
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
22702270
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
22712271
"regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -4040,7 +4040,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40404040
"checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
40414041
"checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace"
40424042
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
4043-
"checksum jsonrpc-core 9.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e9cbeda300803d381390fb65e8158437728c39e6987ed23bee82728b73511a7"
4043+
"checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7"
40444044
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
40454045
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
40464046
"checksum lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a374c89b9db55895453a74c1e38861d9deec0b01b405a82516e9d5de4820dea1"
@@ -4053,8 +4053,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
40534053
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
40544054
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
40554055
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
4056-
"checksum lsp-codec 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b29e3d1632fef13c1286b0b2f8545a7d894ae565a7fac013b90a17ee5bfbc91"
4057-
"checksum lsp-types 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a252cc2be87d9329dd91c505a951996b3263582ba304870960faaae77b642183"
4056+
"checksum lsp-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3570f641b984e3e4613a1ca34db2ea72549bbc3c0316d33f5af91ab514dcbff"
4057+
"checksum lsp-types 0.55.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca49aeb430780992121d582520170411658b1e41bf968b917d85fd0fb6da3c5"
40584058
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
40594059
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
40604060
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
@@ -4123,7 +4123,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
41234123
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
41244124
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
41254125
"checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
4126-
"checksum racer 2.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "fbfcf2686b50f75a279cb42d9c6d253a1e68a475b415ea4baf7fb177ce94839a"
4126+
"checksum racer 2.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "11db0de64c3eed7ee25f7b0af2109d296a67efa1efe7566ed17cc01115f961c8"
41274127
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
41284128
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
41294129
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"

src/tools/rls

Submodule rls updated from c9d25b6 to f331ff7

0 commit comments

Comments
 (0)