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

Commit bf1d8f9

Browse files
authored
Merge pull request #1646 from JohnTitor/update-deps
Update cargo and clippy
2 parents 5fde462 + 7b72f50 commit bf1d8f9

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ 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 = "e57bd02999c9f40d52116e0beca7d1dccb0643de" }
33+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "bda50510d1daf6e9c53ad6ccf603da6e0fa8103f" }
3434
cargo_metadata = "0.8"
35-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true }
35+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "8b7f7e667268921c278af94ae30a61e87a22b22b", optional = true }
3636
env_logger = "0.7"
3737
futures = { version = "0.1", optional = true }
3838
home = "0.5.1"

rls-rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories = ["development-tools"]
1212
env_logger = "0.7"
1313
log = "0.4"
1414
rand = "0.7"
15-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true }
15+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "8b7f7e667268921c278af94ae30a61e87a22b22b", optional = true }
1616
tokio = { version = "0.1", optional = true }
1717
futures = { version = "0.1", optional = true }
1818
serde = { version = "1", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)