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"