From c49ccb02a1ae92047938cadcf02cbf85c751ea73 Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Mon, 29 Feb 2016 10:26:36 +0000 Subject: [PATCH] Update clippy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3d7e97a..6b00d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["jwt", "web", "api", "token", "json"] [dependencies] rustc-serialize = "0.3" -clippy = {version = "0.0.35", optional = true} +clippy = {version = "~0.0.44", optional = true} rust-crypto = "0.2.34" [features]