1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

Bump clippy from 0.0.207 to 0.0.208

Bumps [clippy](https://github.com/rust-lang-nursery/rust-clippy) from 0.0.207 to 0.0.208.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang-nursery/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/compare/v0.0.207...v0.0.208)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-06-19 07:25:24 +00:00
parent 5d22ae2af3
commit 0cd807c404
No known key found for this signature in database
GPG key ID: 4C0F2888C98CF331
4 changed files with 11 additions and 11 deletions

16
Cargo.lock generated
View file

@ -66,7 +66,7 @@ dependencies = [
name = "base32"
version = "0.0.1"
dependencies = [
"clippy 0.0.207 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
@ -183,7 +183,7 @@ dependencies = [
name = "chown"
version = "0.0.1"
dependencies = [
"clippy 0.0.207 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)",
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
"walkdir 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
@ -231,11 +231,11 @@ dependencies = [
[[package]]
name = "clippy"
version = "0.0.207"
version = "0.0.208"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy_lints 0.0.207 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy_lints 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
@ -243,7 +243,7 @@ dependencies = [
[[package]]
name = "clippy_lints"
version = "0.0.207"
version = "0.0.208"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"cargo_metadata 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
@ -1974,7 +1974,7 @@ dependencies = [
name = "who"
version = "0.0.1"
dependencies = [
"clippy 0.0.207 (registry+https://github.com/rust-lang/crates.io-index)",
"clippy 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)",
"uucore 0.0.1",
]
@ -2053,8 +2053,8 @@ dependencies = [
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
"checksum chrono 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a81892f0d5a53f46fc05ef0b917305a81c13f1f13bb59ac91ff595817f0764b1"
"checksum clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f0f16b89cbb9ee36d87483dc939fe9f1e13c05898d56d7b230a0d4dff033a536"
"checksum clippy 0.0.207 (registry+https://github.com/rust-lang/crates.io-index)" = "cc42a49b89319724199ff4fec0766a12764293a37cec12dd42c4a4b2d725666c"
"checksum clippy_lints 0.0.207 (registry+https://github.com/rust-lang/crates.io-index)" = "722c160a3f49291c83aee07397a5eeea143f806ac2407f53780da1268d5154d3"
"checksum clippy 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)" = "35420153f510ee10d0ac061c0c53b97ad83e238742c6479b9e35bc432a5e381f"
"checksum clippy_lints 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)" = "3c930a2f2bb5849897e389de6ee9eb2294a1c3adee5b07090c5cb04839de23e5"
"checksum cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)" = "56d741ea7a69e577f6d06b36b7dff4738f680593dc27a701ffa8506b73ce28bb"
"checksum cpp 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b244cf36c028e27227d6e7f9963c768dff5a1c06d5e01ff97f12ef4e05afd57c"
"checksum cpp_build 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9aebc7c97550a8c6a1f48dbaf078b033dc546e1b5badde300767099d4cace8f"