chore(cargo): Bump actix-web to >0.6

This commit is contained in:
Vincent Ambo 2018-05-18 22:28:55 +02:00
parent 02542317ea
commit ab3f7d888a
2 changed files with 6 additions and 5 deletions

View file

@ -6,7 +6,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
actix = "0.5"
actix-web = "0.5"
actix-web = "0.6"
env_logger = "0.5"
diesel = { version = "1.2", features = ["postgres", "chrono", "r2d2"]}
chrono = { version = "0.4", features = ["serde"] }