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

Commit 5007ca7

Browse files
committed
bump cargo and clippy
1 parent 420922a commit 5007ca7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 = "5b620dc044e8999e6bc0193f9e037c4618519547" }
33+
cargo = { git = "https://github.com/rust-lang/cargo", rev = "258c89644c4587273a3ed3ee9522d2640facba43" }
3434
cargo_metadata = "0.8"
35-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "d236b30a1d638340aad8345fa2946cfe9543dcf0", optional = true }
35+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "28197b622611ba3a6367648974ccf59127c287bb", optional = true }
3636
env_logger = "0.7"
3737
futures = { version = "0.1", optional = true }
3838
home = "0.5.1"

0 commit comments

Comments
 (0)