Skip to content

Commit d792c2d

Browse files
committed
deps: update clippy
1 parent 7010eee commit d792c2d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ rls-ipc = { version = "0.1.0", path = "rls-ipc", optional = true }
3131

3232
cargo = { git = "https://github.com/rust-lang/cargo", rev = "86134e7666a088682f20b76278c3ee096a315218" }
3333
cargo_metadata = "0.8"
34-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "d9e38f57c125c5ac50397ec8a006fe49f17cd96c", optional = true }
34+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true }
3535
env_logger = "0.7"
3636
failure = "0.1.1"
3737
futures = { version = "0.1", optional = true }

rls-rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env_logger = "0.7"
1313
log = "0.4"
1414
failure = "0.1"
1515
rand = "0.7"
16-
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "d9e38f57c125c5ac50397ec8a006fe49f17cd96c", optional = true }
16+
clippy_lints = { git = "https://github.com/rust-lang/rust-clippy", rev = "05b46034ea734f2b4436b700452771652ecc0074", optional = true }
1717
tokio = { version = "0.1", optional = true }
1818
futures = { version = "0.1", optional = true }
1919
serde = { version = "1", features = ["derive"], optional = true }

0 commit comments

Comments
 (0)