Skip to content

Commit 0fb069c

Browse files
bors[bot]lnicola
andauthored
Merge #6216
6216: Bump deps r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 5091b5e + baf84d4 commit 0fb069c

File tree

6 files changed

+58
-31
lines changed

6 files changed

+58
-31
lines changed

Cargo.lock

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

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2018"
1010
doctest = false
1111

1212
[dependencies]
13-
crossbeam-channel = "0.4.0"
13+
crossbeam-channel = "0.5.0"
1414
log = "0.4.8"
1515
cargo_metadata = "0.11.1"
1616
serde_json = "1.0.48"

crates/proc_macro_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ doctest = false
1313
serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
1515
log = "0.4.8"
16-
crossbeam-channel = "0.4.0"
16+
crossbeam-channel = "0.5.0"
1717
jod-thread = "0.1.1"
1818

1919
tt = { path = "../tt", version = "0.0.0" }

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" }

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 = "682.0.0", package = "rustc-ap-rustc_lexer" }
16+
rustc_lexer = { version = "683.0.0", package = "rustc-ap-rustc_lexer" }
1717
rustc-hash = "1.1.0"
1818
arrayvec = "0.5.1"
1919
once_cell = "1.3.1"

crates/vfs-notify/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ log = "0.4.8"
1414
rustc-hash = "1.0"
1515
jod-thread = "0.1.0"
1616
walkdir = "2.3.1"
17-
crossbeam-channel = "0.4.0"
17+
crossbeam-channel = "0.5.0"
1818
notify = "5.0.0-pre.3"
1919

2020
vfs = { path = "../vfs", version = "0.0.0" }

0 commit comments

Comments
 (0)