From f7e514c0c8468d0164ecd5e0b65d122f1c5b6eb9 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 24 Jul 2018 15:28:54 -0700 Subject: [PATCH] Upgrade to rustsec 0.8 Adds support for `affected_platforms` and `keywords` attributes on security advisories. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e28075..c105aaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,4 +15,4 @@ name = "rustsec-advisory-db" [dependencies] gumdrop = "0.4" gumdrop_derive = "0.4" -rustsec = "0.7" +rustsec = "0.8"