Skip to content

Commit 09468ce

Browse files
committed
Bump deps
1 parent 4105378 commit 09468ce

File tree

3 files changed

+88
-38
lines changed

3 files changed

+88
-38
lines changed

Cargo.lock

Lines changed: 86 additions & 36 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 @@ 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

0 commit comments

Comments
 (0)