summaryrefslogtreecommitdiffstats
path: root/bin
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
commitca89bc5962f534496461adadeaeee33ddcda4697 (patch)
tree6aff90ae4cc50ec930e504d34c6491abdec931b5 /bin
parentbdbf5cedfbc1270cf25092c129d2399e82944151 (diff)
bin/Cargo.toml: Update dependencies
Diffstat (limited to 'bin')
-rw-r--r--bin/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Cargo.toml b/bin/Cargo.toml
index 7609d6e7..f49197c7 100644
--- a/bin/Cargo.toml
+++ b/bin/Cargo.toml
@@ -15,8 +15,8 @@ homepage = "http://imag-pim.org"
[dependencies]
version = "2.0"
-walkdir = "0.1.5"
-crossbeam = "0.2.9"
+walkdir = "0.1"
+crossbeam = "0.2"
clap = "2.*"
log = "0.3"