From 72677fbe8f835ccea9f650087eeff777d5fa184b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sat, 8 Dec 2018 20:29:20 +0000 Subject: [PATCH] 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 287ded1..e58a638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"