summaryrefslogtreecommitdiffstats
path: root/bin/domain/imag-contact/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-09-30 15:11:36 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-10-06 12:22:15 +0200
commitab3b36ebcf5f9f540c6289e94fc386840714cb55 (patch)
tree49e52926fb6c6aead256d99aa741904360d0cec0 /bin/domain/imag-contact/Cargo.toml
parent695d9f2df8fb08f8782a113a9be0c4b3013709d2 (diff)
Update dependencies
walkdir: 1 -> 2 uuid: 0.6 -> 0.7
Diffstat (limited to 'bin/domain/imag-contact/Cargo.toml')
-rw-r--r--bin/domain/imag-contact/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml
index 3c95afb6..64db919a 100644
--- a/bin/domain/imag-contact/Cargo.toml
+++ b/bin/domain/imag-contact/Cargo.toml
@@ -27,8 +27,8 @@ toml = "0.4"
toml-query = "0.7"
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
handlebars = "1.0"
-walkdir = "1"
-uuid = { version = "0.6", features = ["v4"] }
+walkdir = "2"
+uuid = { version = "0.7", features = ["v4"] }
serde_json = "1"
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }