1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-13 23:23:55 +00:00

Update rocket to 0.3.11

This commit is contained in:
Miroslav Prasil 2018-05-21 13:20:34 +01:00
parent e55993f2fb
commit 571ef6823d
2 changed files with 137 additions and 96 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.10", features = ["tls"] }
rocket_codegen = "0.3.10"
rocket_contrib = "0.3.10"
rocket = { version = "0.3.11", features = ["tls"] }
rocket_codegen = "0.3.11"
rocket_contrib = "0.3.11"
# HTTP client
reqwest = "0.8.5"