Skip to content

Commit 11e18c3

Browse files
bors[bot]lnicola
andauthored
Merge #6344
6344: Bump deps r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents d5c294f + c81d044 commit 11e18c3

File tree

5 files changed

+102
-52
lines changed

5 files changed

+102
-52
lines changed

Cargo.lock

Lines changed: 96 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/hir_ty/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ ena = "0.14.0"
1717
log = "0.4.8"
1818
rustc-hash = "1.1.0"
1919
scoped-tls = "1"
20-
chalk-solve = "0.33"
21-
chalk-ir = "0.33"
22-
chalk-recursive = "0.33"
20+
chalk-solve = "0.34"
21+
chalk-ir = "0.34"
22+
chalk-recursive = "0.34"
2323

2424
stdx = { path = "../stdx", version = "0.0.0" }
2525
hir_def = { path = "../hir_def", version = "0.0.0" }

crates/ide_db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ wasm = []
1414

1515
[dependencies]
1616
log = "0.4.8"
17-
rayon = "1.3.0"
17+
rayon = "1.5.0"
1818
fst = { version = "0.4", default-features = false }
1919
rustc-hash = "1.1.0"
2020
once_cell = "1.3.1"

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rustc-hash = "1.1.0"
2929
serde = { version = "1.0.106", features = ["derive"] }
3030
serde_json = "1.0.48"
3131
threadpool = "1.7.1"
32-
rayon = "1.3.1"
32+
rayon = "1.5"
3333
mimalloc = { version = "0.1.19", default-features = false, optional = true }
3434
lsp-server = "0.4.0"
3535

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
[dependencies]
1414
itertools = "0.9.0"
1515
rowan = "0.10.0"
16-
rustc_lexer = { version = "683.0.0", package = "rustc-ap-rustc_lexer" }
16+
rustc_lexer = { version = "685.0.0", package = "rustc-ap-rustc_lexer" }
1717
rustc-hash = "1.1.0"
1818
arrayvec = "0.5.1"
1919
once_cell = "1.3.1"

0 commit comments

Comments
 (0)