From 61738ac9ee8c99634f2e1153cdaffdfb3e021635 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 13 Aug 2018 21:57:04 +0200 Subject: [PATCH] Revert "Update dependency: handlebars: 0.29.0 -> 1.0" This reverts commit a1f0872486995b80216e8a08a2176debdef3752a. As updating handlebars needs some more involvement, we roll back to the version we use currently and schedule the update for later. Signed-off-by: Matthias Beyer --- bin/core/imag-view/Cargo.toml | 2 +- bin/domain/imag-contact/Cargo.toml | 2 +- lib/core/libimagrt/Cargo.toml | 2 +- lib/etc/libimaginteraction/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/core/imag-view/Cargo.toml b/bin/core/imag-view/Cargo.toml index a0d3023b..4039c42a 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 = "1.0" +handlebars = "0.29.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 11b8ce62..9df76d74 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" } log = "0.4.0" toml = "0.4" toml-query = "0.7" -handlebars = "1.0" +handlebars = "0.29" vobject = "0.4" walkdir = "1" uuid = { version = "0.6", features = ["v4"] } diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 3907de97..dcd93802 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 = "1.0" +handlebars = "0.29.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 f38b7928..49edab97 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 = "1.0" +handlebars = "0.29.0" serde_json = "1" libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }