Update dependency: handlebars: 0.29.0 -> 1.0
This commit is contained in:
parent
f97d9e0d96
commit
e838f0d0e7
4 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@ maintenance = { status = "actively-developed" }
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.7"
|
toml-query = "0.7"
|
||||||
handlebars = "0.29.0"
|
handlebars = "1.0"
|
||||||
tempfile = "2.1"
|
tempfile = "2.1"
|
||||||
|
|
||||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -25,8 +25,8 @@ maintenance = { status = "actively-developed" }
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.7"
|
toml-query = "0.7"
|
||||||
handlebars = "0.29"
|
|
||||||
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
|
vobject = { git = "https://github.com/matthiasbeyer/rust-vobject", branch = "update-errorchain" }
|
||||||
|
handlebars = "1.0"
|
||||||
walkdir = "1"
|
walkdir = "1"
|
||||||
uuid = { version = "0.6", features = ["v4"] }
|
uuid = { version = "0.6", features = ["v4"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -28,7 +28,7 @@ ansi_term = "0.10"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
toml-query = "0.7"
|
toml-query = "0.7"
|
||||||
error-chain = "0.12"
|
error-chain = "0.12"
|
||||||
handlebars = "0.29.0"
|
handlebars = "1.0"
|
||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
|
|
||||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
|
@ -27,7 +27,7 @@ log = "0.4.0"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.12"
|
error-chain = "0.12"
|
||||||
handlebars = "0.29.0"
|
handlebars = "1.0"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
||||||
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
Loading…
Reference in a new issue