summaryrefslogtreecommitdiffstats
path: root/imag-store/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2017-05-03 21:19:06 +0200
committerGitHub <noreply@github.com>2017-05-03 21:19:06 +0200
commit4257ec10268fef06d5888c48f9fc8f9e6f35c5ba (patch)
treea4b6b8abce76e05d365d8146ac5cfad93514bb44 /imag-store/Cargo.toml
parent1da56c6d9df689150c94631bbb5147c36070b75c (diff)
parentdb36a6a5ad2e431390bbec3b3665b08c21997a07 (diff)
Merge pull request #930 from matthiasbeyer/update-toml
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 6bbd072f..fba77d9a 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"