Update dependency: handlebars: 1.1.0 -> 2

This commit is contained in:
Matthias Beyer 2019-10-07 18:10:59 +02:00
parent 07f949056e
commit 5edb470a5f
4 changed files with 4 additions and 4 deletions

View file

@ -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"

View file

@ -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"

View file

@ -47,7 +47,7 @@ default-features = false
features = ["std", "serde"]
[dependencies.handlebars]
version = "1.1.0"
version = "2"
default-features = false
features = ["no_logging"]

View file

@ -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"