summaryrefslogtreecommitdiffstats
path: root/libimagcounter
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-24 14:30:54 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-10-24 14:30:54 +0200
commit34b04873594653541bbfe7c2a1edd5c37c5d0c1c (patch)
tree210e1445cae0bf1d7781392915ba0394ed261455 /libimagcounter
parent23e5778e3cc47119b7aafee2f392a86227666db9 (diff)
libimagcounter/Cargo.toml: Update dependencies
Diffstat (limited to 'libimagcounter')
-rw-r--r--libimagcounter/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libimagcounter/Cargo.toml b/libimagcounter/Cargo.toml
index 65d759b2..0551b42e 100644
--- a/libimagcounter/Cargo.toml
+++ b/libimagcounter/Cargo.toml
@@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
log = "0.3"
toml = "0.2.*"
-semver = "0.2"
+semver = "0.5"
[dependencies.libimagstore]
path = "../libimagstore"