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

Commit 0d6f53e

Browse files
committed
Auto merge of #1313 - kngwyu:update-deps, r=Xanewok
Update racer, rustfmt and clippy
2 parents 78664f4 + c78c953 commit 0d6f53e

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

Cargo.lock

+50-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rls-vfs = "0.7"
3030

3131
cargo = { git = "https://github.com/rust-lang/cargo", rev = "4e74e2fc0908524d17735c768067117d3e84ee9c" }
3232
cargo_metadata = "0.7"
33-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "5725726345039830677a0aeb8389ae78ce01ff97", optional = true }
33+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "5a3cd31c9ed76033319a5cb63cbd0acf3d1c43a9", optional = true }
3434
env_logger = "0.6"
3535
failure = "0.1.1"
3636
home = "0.3"
@@ -40,11 +40,11 @@ lsp-types = "0.55.2"
4040
lazy_static = "1"
4141
log = "0.4"
4242
num_cpus = "1"
43-
racer = { version = "=2.1.18", default-features = false }
43+
racer = { version = "=2.1.19", default-features = false }
4444
rand = "0.6"
4545
rayon = "1"
4646
rustc_tools_util = "0.1.1"
47-
rustfmt-nightly = "1.0.2"
47+
rustfmt-nightly = "1.0.3"
4848
rustc-serialize = "0.3"
4949
serde = "1.0"
5050
serde_json = "1.0"

0 commit comments

Comments
 (0)