summaryrefslogtreecommitdiffstats
path: root/libimagtodo
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
commit6a26e266516f04a6b9011e78296dc64dd6fa2f62 (patch)
tree36b55698769fd40422d62ce07318d9fbc49791e0 /libimagtodo
parent1918f25c6435cb1cfe3864a4413fc1cef605324b (diff)
libimagtodo/Cargo.toml: Update dependencies
Diffstat (limited to 'libimagtodo')
-rw-r--r--libimagtodo/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/libimagtodo/Cargo.toml b/libimagtodo/Cargo.toml
index bf40166f..23f623e8 100644
--- a/libimagtodo/Cargo.toml
+++ b/libimagtodo/Cargo.toml
@@ -16,10 +16,10 @@ homepage = "http://imag-pim.org"
[dependencies]
semver = "0.2"
task-hookrs = "0.2"
-uuid = "0.2.0"
+uuid = "0.3"
toml = "0.2.*"
-log = "0.3.6"
-serde_json = "0.7.3"
+log = "0.3"
+serde_json = "0.8"
[dependencies.libimagstore]
path = "../libimagstore"