summaryrefslogtreecommitdiffstats
path: root/libimagref
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
commitb4ab666ce7e8db56fcf8d98126ef2fed2fa1b789 (patch)
tree82679609e67de92b1e9f5532b06dc21557e55c76 /libimagref
parent40cc9e593dbaa4a7773f27be4369286dfa451127 (diff)
libimagref/Cargo.toml: Update dependencies
Diffstat (limited to 'libimagref')
-rw-r--r--libimagref/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libimagref/Cargo.toml b/libimagref/Cargo.toml
index 59e6f6bb..e1d749fd 100644
--- a/libimagref/Cargo.toml
+++ b/libimagref/Cargo.toml
@@ -14,13 +14,13 @@ repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org"
[dependencies]
-itertools = "0.4"
+itertools = "0.5"
log = "0.3"
rust-crypto = "0.2"
-semver = "0.2"
+semver = "0.5"
toml = "0.2.*"
version = "2.0.1"
-walkdir = "0.1.5"
+walkdir = "0.1.*"
[dependencies.libimagstore]
path = "../libimagstore"