Update rocket to 0.3.12

This commit is contained in:
Miroslav Prasil
2018-06-01 13:19:05 +01:00
parent 4cf9f83866
commit 103acd1747
2 changed files with 14 additions and 14 deletions

View File

@@ -5,9 +5,9 @@ authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
[dependencies]
# Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
rocket = { version = "0.3.11", features = ["tls"] }
rocket_codegen = "0.3.11"
rocket_contrib = "0.3.11"
rocket = { version = "0.3.12", features = ["tls"] }
rocket_codegen = "0.3.12"
rocket_contrib = "0.3.12"
# HTTP client
reqwest = "0.8.5"