summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2018-07-20 00:58:49 +0200
committerMatthias Beyer <mail@beyermatthias.de>2018-09-27 15:05:45 +0200
commite838f0d0e76de7b8f9e1b871911205242f73876a (patch)
treed02bef4d66b5d3f7b23c7581e8ab2c58aafaa61c
parentf97d9e0d96da38f2d6cd643b290cafdb1f35c006 (diff)
Update dependency: handlebars: 0.29.0 -> 1.0
-rw-r--r--bin/core/imag-view/Cargo.toml2
-rw-r--r--bin/domain/imag-contact/Cargo.toml2
-rw-r--r--lib/core/libimagrt/Cargo.toml2
-rw-r--r--lib/etc/libimaginteraction/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml
index 4039c42a..a0d3023b 100644
--- a/bin/core/imag-view/Cargo.toml
+++ b/bin/core/imag-view/Cargo.toml
@@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
toml = "0.4"
toml-query = "0.7"
-handlebars = "0.29.0"
+handlebars = "1.0"
tempfile = "2.1"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml
index 8ff941fd..3c95afb6 100644
--- a/bin/domain/imag-contact/Cargo.toml
+++ b/bin/domain/imag-contact/Cargo.toml
@@ -25,8 +25,8 @@ maintenance = { status = "actively-developed" }
log = "0.4.0"
toml = "0.4"
toml-query = "0.7"
-handlebars = "0.29"
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
+handlebars = "1.0"
walkdir = "1"
uuid = { version = "0.6", features = ["v4"] }
serde_json = "1"
diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml
index dcd93802..3907de97 100644
--- a/lib/core/libimagrt/Cargo.toml
+++ b/lib/core/libimagrt/Cargo.toml
@@ -28,7 +28,7 @@ ansi_term = "0.10"
is-match = "0.1"
toml-query = "0.7"
error-chain = "0.12"
-handlebars = "0.29.0"
+handlebars = "1.0"
atty = "0.2"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml
index 49edab97..f38b7928 100644
--- a/lib/etc/libimaginteraction/Cargo.toml
+++ b/lib/etc/libimaginteraction/Cargo.toml
@@ -27,7 +27,7 @@ log = "0.4.0"
regex = "0.2"
toml = "0.4"
error-chain = "0.12"
-handlebars = "0.29.0"
+handlebars = "1.0"
serde_json = "1"
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }