update all dependencies

This commit is contained in:
Mathieu David 2017-05-18 11:56:04 +02:00
parent b1601b16ea
commit faa716d99c
1 changed files with 7 additions and 7 deletions

View File

@ -15,14 +15,14 @@ exclude = [
]
[dependencies]
clap = "2.19.2"
handlebars = { version = "0.25.0", features = ["serde_type"] }
serde = "0.9"
serde_json = "0.9"
pulldown-cmark = "0.0.8"
clap = "2.24"
handlebars = "0.26"
serde = "1.0"
serde_json = "1.0"
pulldown-cmark = "0.0.14"
log = "0.3"
env_logger = "0.4.0"
toml = { version = "0.3", features = ["serde"] }
toml = { version = "0.4", features = ["serde"] }
open = "1.1"
regex = "0.2.1"
@ -34,7 +34,7 @@ crossbeam = { version = "0.2.8", optional = true }
# Serve feature
iron = { version = "0.5", optional = true }
staticfile = { version = "0.4", optional = true }
ws = { version = "0.6", optional = true}
ws = { version = "0.7", optional = true}
# Tests
[dev-dependencies]