From 38bc975264f2d473e23a5c7626e1a0a60fd9c1fc Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 28 Feb 2017 08:53:10 -0800 Subject: [PATCH] Update 'rustsec' crate to 0.5.2 This version includes a complete rewrite of the advisory parser --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6d2f233..e46b550 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ categories = ["api-bindings", "development-tools"] keywords = ["rustsec", "security", "advisory", "vulnerability"] [dependencies] -rustsec = "^0.3" +rustsec = "^0.5.2"