From 62a4647850c5052d9ce276c3453b2b24e7442863 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 26 Feb 2017 00:43:14 -0800 Subject: [PATCH] Update rustsec crate The latest version handles the `crate_name` -> `package` revert --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 350d124..6d2f233 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ categories = ["api-bindings", "development-tools"] keywords = ["rustsec", "security", "advisory", "vulnerability"] [dependencies] -rustsec = "^0.2" +rustsec = "^0.3"