summaryrefslogtreecommitdiffstats
path: root/libimagentrylist
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:27:55 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:27:55 +0200
commit6422bdb8a12818a68982211ed367cec28ad2aba0 (patch)
tree7dac945356b976a3bff3c55afca7b511539d0d75 /libimagentrylist
parent8f2801fb6a24d279613c94218146d0845f1f4027 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'libimagentrylist')
-rw-r--r--libimagentrylist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <mail@beyermatthias.de>"]
[dependencies]
clap = "2.1.1"
log = "0.3"
-toml = "0.1.25"
+toml = "0.2.*"
prettytable-rs = "0.6.*"
[dependencies.libimagstore]