Update dependencies

This commit is contained in:
Matt Ickstadt 2018-07-24 14:48:05 -05:00
parent 0f89abb1c7
commit 49c26a93f2
2 changed files with 478 additions and 323 deletions

797
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,7 @@ exclude = [
[dependencies]
clap = "2.24"
chrono = "0.4"
handlebars = "0.32"
handlebars = "1.0"
serde = "1.0"
serde_derive = "1.0"
error-chain = "0.12"
@ -38,7 +38,7 @@ toml-query = "0.7"
# Watch feature
notify = { version = "4.0", optional = true }
time = { version = "0.1.34", optional = true }
crossbeam = { version = "0.3", optional = true }
crossbeam = { version = "0.4", optional = true }
# Serve feature
iron = { version = "0.6", optional = true }