From e3c507bdf3e8771071ba42a7e7f2d8c81976e7e7 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 23 Sep 2019 08:31:29 -0700 Subject: [PATCH] Upgrade to `rustsec` v0.13 final release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d03ca63..1bd1a55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,5 +12,5 @@ name = "rustsec-advisory-db" [dependencies] crates_io_api = "0.5" gumdrop = "0.6" -rustsec = "0.13.0-alpha4" +rustsec = "0.13" termcolor = "1"