Update dependencies
This commit is contained in:
parent
0f89abb1c7
commit
49c26a93f2
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,7 @@ exclude = [
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = "2.24"
|
clap = "2.24"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
handlebars = "0.32"
|
handlebars = "1.0"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
serde_derive = "1.0"
|
serde_derive = "1.0"
|
||||||
error-chain = "0.12"
|
error-chain = "0.12"
|
||||||
|
@ -38,7 +38,7 @@ toml-query = "0.7"
|
||||||
# Watch feature
|
# Watch feature
|
||||||
notify = { version = "4.0", optional = true }
|
notify = { version = "4.0", optional = true }
|
||||||
time = { version = "0.1.34", optional = true }
|
time = { version = "0.1.34", optional = true }
|
||||||
crossbeam = { version = "0.3", optional = true }
|
crossbeam = { version = "0.4", optional = true }
|
||||||
|
|
||||||
# Serve feature
|
# Serve feature
|
||||||
iron = { version = "0.6", optional = true }
|
iron = { version = "0.6", optional = true }
|
||||||
|
|
Loading…
Reference in New Issue