summaryrefslogtreecommitdiffstats
path: root/libimagentrytag
diff options
context:
space:
mode:
authorKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:22:26 +0200
committerKai Sickeler <k.sickeler@gmail.com>2016-08-06 17:22:26 +0200
commit4f6cb19f9a8ca9d7d98b7cdf633dd5545058d5c6 (patch)
tree77b00a2485d4649044a3e0d0a3bab050f0e51507 /libimagentrytag
parent61feb5199cc13875a4b439d151a2a601a825ec66 (diff)
Upgrade toml dependency to 0.2
Diffstat (limited to 'libimagentrytag')
-rw-r--r--libimagentrytag/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagentrytag/Cargo.toml b/libimagentrytag/Cargo.toml
index ea282f7e..78505ec0 100644
--- a/libimagentrytag/Cargo.toml
+++ b/libimagentrytag/Cargo.toml
@@ -7,7 +7,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
clap = "2.1.1"
log = "0.3"
regex = "0.1"
-toml = "0.1.25"
+toml = "0.2.*"
itertools = "0.4"
[dependencies.libimagstore]