From b45f96b875ff6fab74c46d473774bafd2952a82a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Kr=C3=BCger?= Date: Tue, 21 Aug 2018 21:45:41 +0200 Subject: [PATCH] deps: update clippy_lints git dependency to f05a1038b59cd4217e58b3aef7a0751a0efd01e4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 36192fcc6bb..f8a62a62d27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ build = "build.rs" [dependencies] cargo = { git = "https://github.com/rust-lang/cargo", rev = "6a7672ef5344c1bb570610f2574250fbee932355" } cargo_metadata = "0.6" -clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "07c2e614362ad8645eafe771e672a65f92e3b9a2", optional = true } +clippy_lints = { git = "https://github.com/rust-lang-nursery/rust-clippy", rev = "f05a1038b59cd4217e58b3aef7a0751a0efd01e4", optional = true } env_logger = "0.5" failure = "0.1.1" itertools = "0.7.3"