Skip to content

Commit 017a04f

Browse files
committed
Bump crossbeam-channel and lsp-server in rust-analyzer
1 parent db7813e commit 017a04f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

crates/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/bin/main.rs"
1616

1717
[dependencies]
1818
anyhow = "1.0.26"
19-
crossbeam-channel = "0.4.0"
19+
crossbeam-channel = "0.5.0"
2020
env_logger = { version = "0.7.1", default-features = false }
2121
itertools = "0.9.0"
2222
jod-thread = "0.1.0"
@@ -31,7 +31,7 @@ serde_json = "1.0.48"
3131
threadpool = "1.7.1"
3232
rayon = "1.3.1"
3333
mimalloc = { version = "0.1.19", default-features = false, optional = true }
34-
lsp-server = "0.3.3"
34+
lsp-server = "0.4.0"
3535

3636
stdx = { path = "../stdx", version = "0.0.0" }
3737
flycheck = { path = "../flycheck", version = "0.0.0" }

0 commit comments

Comments
 (0)