Update lockfile

This commit is contained in:
Manish Goregaokar 2017-09-25 13:52:23 -07:00
parent 04c44fa3fe
commit 8408d48658
No known key found for this signature in database
GPG Key ID: 3BBF4D3E2EF79F98
1 changed files with 3 additions and 3 deletions

6
Cargo.lock generated
View File

@ -1,6 +1,6 @@
[root] [root]
name = "clippy_lints" name = "clippy_lints"
version = "0.0.162" version = "0.0.163"
dependencies = [ dependencies = [
"itertools 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "itertools 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -78,11 +78,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "clippy" name = "clippy"
version = "0.0.162" version = "0.0.163"
dependencies = [ dependencies = [
"cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy-mini-macro-test 0.1.0", "clippy-mini-macro-test 0.1.0",
"clippy_lints 0.0.162", "clippy_lints 0.0.163",
"compiletest_rs 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", "compiletest_rs 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
"duct 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", "duct 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",