Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit a0e80a9

Browse files
authored
Merge pull request #1689 from matthiaskrgr/rustup_5
deps: update racer and cargo
2 parents dd341d5 + 53cd420 commit a0e80a9

File tree

2 files changed

+49
-48
lines changed

2 files changed

+49
-48
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rls-vfs = "0.8"
3030
rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3131

3232
anyhow = "1.0.26"
33-
cargo = { git = "https://github.com/rust-lang/cargo", rev = "305eaf0dc5f5a38d6e8041319c2da95b71cf6a4a" }
33+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "43cf77395cad5b79887b20b7cf19d418bbd703a9" }
3434
cargo_metadata = "0.8"
3535
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "7ea7cd165ad6705603852771bf82cc2fd6560db5", optional = true }
3636
env_logger = "0.7"
@@ -42,11 +42,11 @@ lsp-types = { version = "0.60", features = ["proposed"] }
4242
lazy_static = "1"
4343
log = "0.4"
4444
num_cpus = "1"
45-
racer = { version = "2.1.35", default-features = false }
45+
racer = { version = "2.1.36", default-features = false }
4646
rand = "0.7"
4747
rayon = "1"
4848
rustc_tools_util = "0.2"
49-
rustfmt-nightly = "1.4.16"
49+
rustfmt-nightly = "1.4.19"
5050
serde = "1.0"
5151
serde_json = "1.0"
5252
serde_derive = "1.0"

0 commit comments

Comments
 (0)