summaryrefslogtreecommitdiffstats
path: root/imag-store/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-05-03 17:39:50 +0200
committerMatthias Beyer <mail@beyermatthias.de>2017-05-03 17:46:37 +0200
commit585b5ffad661e51a0348af092191751121269d80 (patch)
treef837132c66e8f0f7aea41feb901e1d5675aa14ec /imag-store/Cargo.toml
parentc74c26ccd143d905c94ecf84ac423293b7170623 (diff)
dependency: toml: 0.2.* -> 0.4.*
Diffstat (limited to 'imag-store/Cargo.toml')
-rw-r--r--imag-store/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/imag-store/Cargo.toml b/imag-store/Cargo.toml
index 13e8ebae..d0ee8884 100644
--- a/imag-store/Cargo.toml
+++ b/imag-store/Cargo.toml
@@ -18,7 +18,7 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
semver = "0.5"
-toml = "0.2.*"
+toml = "^0.4"
[dependencies.libimagstore]
path = "../libimagstore"