Skip to content

Commit 1431264

Browse files
committed
Bump rayon
1 parent c5a182c commit 1431264

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

Cargo.lock

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

crates/ide-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ doctest = false
1414
[dependencies]
1515
cov-mark = "2.0.0-pre.1"
1616
tracing = "0.1.35"
17-
rayon = "1.5.3"
17+
rayon = "1.6.1"
1818
fst = { version = "0.4.7", default-features = false }
1919
rustc-hash = "1.1.0"
2020
once_cell = "1.17.0"

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ rustc-hash = "1.1.0"
3232
serde = { version = "1.0.137", features = ["derive"] }
3333
serde_json = { version = "1.0.81", features = ["preserve_order"] }
3434
threadpool = "1.8.1"
35-
rayon = "1.5.3"
35+
rayon = "1.6.1"
3636
num_cpus = "1.15.0"
3737
mimalloc = { version = "0.1.30", default-features = false, optional = true }
3838
lsp-server = { version = "0.7.0", path = "../../lib/lsp-server" }

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stdx.workspace = true
2828
text-edit.workspace = true
2929

3030
[dev-dependencies]
31-
rayon = "1.5.3"
31+
rayon = "1.6.1"
3232
expect-test = "1.4.0"
3333
proc-macro2 = "1.0.47"
3434
quote = "1.0.20"

0 commit comments

Comments
 (0)