Skip to content

Commit 44c1f97

Browse files
committed
Auto merge of #62805 - Xanewok:update-rls, r=Xanewok
Update RLS Supersedes #62537. Closes #62803. Fixes fallout after #62679. r? @ghost
2 parents 3ebca72 + c97dfb5 commit 44c1f97

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Cargo.lock

+4-11
Original file line numberDiff line numberDiff line change
@@ -2400,7 +2400,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
24002400

24012401
[[package]]
24022402
name = "rls"
2403-
version = "1.37.0"
2403+
version = "1.38.0"
24042404
dependencies = [
24052405
"cargo 0.39.0",
24062406
"cargo_metadata 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2424,8 +2424,7 @@ dependencies = [
24242424
"rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
24252425
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
24262426
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
2427-
"rls-analysis 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
2428-
"rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
2427+
"rls-analysis 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
24292428
"rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
24302429
"rls-rustc 0.6.0",
24312430
"rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2449,7 +2448,7 @@ dependencies = [
24492448

24502449
[[package]]
24512450
name = "rls-analysis"
2452-
version = "0.17.0"
2451+
version = "0.18.0"
24532452
source = "registry+https://github.com/rust-lang/crates.io-index"
24542453
dependencies = [
24552454
"derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2463,11 +2462,6 @@ dependencies = [
24632462
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
24642463
]
24652464

2466-
[[package]]
2467-
name = "rls-blacklist"
2468-
version = "0.1.3"
2469-
source = "registry+https://github.com/rust-lang/crates.io-index"
2470-
24712465
[[package]]
24722466
name = "rls-data"
24732467
version = "0.19.0"
@@ -4529,8 +4523,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
45294523
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
45304524
"checksum reqwest 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)" = "e542d9f077c126af32536b6aacc75bb7325400eab8cd0743543be5d91660780d"
45314525
"checksum rle-decode-fast 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
4532-
"checksum rls-analysis 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d53d49a28f75da9d02790d9256fecf6c0481e0871374326023c7a33131295579"
4533-
"checksum rls-blacklist 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ce1fdac03e138c4617ff87b194e1ff57a39bb985a044ccbd8673d30701e411"
4526+
"checksum rls-analysis 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4c0d208ad66717501222c74b42d9e823a7612592e85ed78b04074c8f58c0be0a"
45344527
"checksum rls-data 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76c72ea97e045be5f6290bb157ebdc5ee9f2b093831ff72adfaf59025cf5c491"
45354528
"checksum rls-span 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f1cb4694410d8d2ce43ccff3682f1c782158a018d5a9a92185675677f7533eb3"
45364529
"checksum rls-vfs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce4b57b25b4330ed5ec14028fc02141e083ddafda327e7eb598dc0569c8c83c9"

src/tools/rls

Submodule rls updated from 124483d to 005cd34

0 commit comments

Comments
 (0)