Update clippy requirement from 0.0.104 to 0.0.302

Updates the requirements on [clippy](https://github.com/rust-lang-nursery/rust-clippy) to permit the latest version.
- [Release notes](https://github.com/rust-lang-nursery/rust-clippy/releases)
- [Changelog](https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/rust-clippy/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-12-08 20:29:20 +00:00
parent 35331cf7ea
commit 72677fbe8f

View File

@ -11,7 +11,7 @@ documentation = "https://docs.rs/ipnetwork/"
categories = ["network-programming", "os"]
[dependencies]
clippy = {version = "0.0.104", optional = true}
clippy = {version = "0.0.302", optional = true}
serde = ">=0.8.0, <2.0"
serde_derive = ">=0.8.0, <2.0"