Skip to content

Commit 2814d64

Browse files
committed
Bump rayon
1 parent b18ce4f commit 2814d64

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-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.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ tracing-subscriber = { version = "0.3.18", default-features = false, features =
110110
smol_str = "0.2.0"
111111
nohash-hasher = "0.2.0"
112112
text-size = "1.1.1"
113+
rayon = "1.8.0"
113114
serde = { version = "1.0.192", features = ["derive"] }
114115
serde_json = "1.0.108"
115116
triomphe = { version = "0.1.8", default-features = false, features = ["std"] }

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.workspace = true
17-
rayon = "1.6.1"
17+
rayon.workspace = true
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
@@ -28,10 +28,10 @@ lsp-types = { version = "=0.94.0", features = ["proposed"] }
2828
parking_lot = "0.12.1"
2929
xflags = "0.3.0"
3030
oorandom = "11.1.3"
31+
rayon.workspace = true
3132
rustc-hash = "1.1.0"
3233
serde_json = { workspace = true, features = ["preserve_order"] }
3334
serde.workspace = true
34-
rayon = "1.6.1"
3535
num_cpus = "1.15.0"
3636
mimalloc = { version = "0.1.30", default-features = false, optional = true }
3737
lsp-server.workspace = true

crates/syntax/Cargo.toml

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

3333
[dev-dependencies]
34-
rayon = "1.6.1"
34+
rayon.workspace = true
3535
expect-test = "1.4.0"
3636
proc-macro2 = "1.0.47"
3737
quote = "1.0.20"

0 commit comments

Comments
 (0)