mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Merge pull request #1247 from uutils/dependabot/cargo/clippy-0.0.209
Bump clippy from 0.0.208 to 0.0.209
This commit is contained in:
commit
99075e4985
4 changed files with 11 additions and 11 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
@ -66,7 +66,7 @@ dependencies = [
|
|||
name = "base32"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"clippy 0.0.208 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clippy 0.0.209 (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.208 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clippy 0.0.209 (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.208"
|
||||
version = "0.0.209"
|
||||
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.208 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clippy_lints 0.0.209 (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.208"
|
||||
version = "0.0.209"
|
||||
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.208 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clippy 0.0.209 (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.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 clippy 0.0.209 (registry+https://github.com/rust-lang/crates.io-index)" = "fe56cba96f8d67cd3af996bd2c61fbfea263cc555db9180dc1f7413418454c7d"
|
||||
"checksum clippy_lints 0.0.209 (registry+https://github.com/rust-lang/crates.io-index)" = "891679ac4d0890425ce9aa4db6ab7c05a60506048fb5e0fc2ae2eeaeb02626e8"
|
||||
"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"
|
||||
|
|
|
@ -13,7 +13,7 @@ path = "../uucore"
|
|||
features = ["encoding"]
|
||||
|
||||
[dependencies.clippy]
|
||||
version = "0.0.208"
|
||||
version = "0.0.209"
|
||||
optional = true
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -17,7 +17,7 @@ path = "../uucore"
|
|||
features = ["entries", "fs"]
|
||||
|
||||
[dependencies.clippy]
|
||||
version = "0.0.208"
|
||||
version = "0.0.209"
|
||||
optional = true
|
||||
|
||||
[[bin]]
|
||||
|
|
|
@ -13,7 +13,7 @@ path = "../uucore"
|
|||
features = ["utmpx"]
|
||||
|
||||
[dependencies.clippy]
|
||||
version = "0.0.208"
|
||||
version = "0.0.209"
|
||||
optional = true
|
||||
|
||||
[[bin]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue