diff options
author | Matthias Beyer <mail@beyermatthias.de> | 2019-10-07 18:10:59 +0200 |
---|---|---|
committer | Matthias Beyer <mail@beyermatthias.de> | 2019-10-07 18:18:28 +0200 |
commit | 5edb470a5ffb2d67359ea63f2c74f87a9c1be73a (patch) | |
tree | 6c15a562d2adbeda229ba3badc873698fe007134 | |
parent | 07f949056e7b5f97af77c573af0c9a3164b01337 (diff) |
Update dependency: handlebars: 1.1.0 -> 2
-rw-r--r-- | bin/core/imag-view/Cargo.toml | 2 | ||||
-rw-r--r-- | bin/domain/imag-contact/Cargo.toml | 2 | ||||
-rw-r--r-- | lib/core/libimagrt/Cargo.toml | 2 | ||||
-rw-r--r-- | 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 dcc0c63c..e89905d3 100644 --- a/bin/core/imag-view/Cargo.toml +++ b/bin/core/imag-view/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" toml = "0.5.1" toml-query = "0.9.2" -handlebars = "1.1.0" +handlebars = "2" tempfile = "3.0.9" failure = "0.1.5" diff --git a/bin/domain/imag-contact/Cargo.toml b/bin/domain/imag-contact/Cargo.toml index 9c189ac9..6f3db11e 100644 --- a/bin/domain/imag-contact/Cargo.toml +++ b/bin/domain/imag-contact/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } log = "0.4.6" toml = "0.5.1" vobject = "0.7.0" -handlebars = "1.1.0" +handlebars = "2" walkdir = "2.2.8" uuid = { version = "0.7.4", features = ["v4"] } serde_json = "1.0.39" diff --git a/lib/core/libimagrt/Cargo.toml b/lib/core/libimagrt/Cargo.toml index 753876fb..587f9721 100644 --- a/lib/core/libimagrt/Cargo.toml +++ b/lib/core/libimagrt/Cargo.toml @@ -47,7 +47,7 @@ default-features = false features = ["std", "serde"] [dependencies.handlebars] -version = "1.1.0" +version = "2" default-features = false features = ["no_logging"] diff --git a/lib/etc/libimaginteraction/Cargo.toml b/lib/etc/libimaginteraction/Cargo.toml index 9217d779..60ba118b 100644 --- a/lib/etc/libimaginteraction/Cargo.toml +++ b/lib/etc/libimaginteraction/Cargo.toml @@ -26,7 +26,7 @@ lazy_static = "1.3.0" log = "0.4.6" regex = "1.1.7" toml = "0.5.1" -handlebars = "1.1.0" +handlebars = "2" serde_json = "1.0.39" failure = "0.1.5" failure_derive = "0.1.5" |