From 6422bdb8a12818a68982211ed367cec28ad2aba0 Mon Sep 17 00:00:00 2001 From: Kai Sickeler Date: Sat, 6 Aug 2016 17:27:55 +0200 Subject: [PATCH] Upgrade toml dependency to 0.2 --- libimagentrylist/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libimagentrylist/Cargo.toml b/libimagentrylist/Cargo.toml index b99f113b..795cc969 100644 --- a/libimagentrylist/Cargo.toml +++ b/libimagentrylist/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] [dependencies] clap = "2.1.1" log = "0.3" -toml = "0.1.25" +toml = "0.2.*" prettytable-rs = "0.6.*" [dependencies.libimagstore]