mirror of
https://github.com/actix/actix-website
synced 2025-06-27 15:39:02 +02:00
Update examples/{extractors, errors} to futures 0.3 and actix-web 2.0 (#130)
* Update to futures 0.3 * update examples/errors to actix-web 2.0
This commit is contained in:
@ -4,7 +4,8 @@ version = "1.0.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "1.0"
|
||||
actix-web = "2.0"
|
||||
actix-rt = "1.0"
|
||||
serde = "1.0"
|
||||
futures = "0.1"
|
||||
futures = "0.3"
|
||||
serde_json = "1.0"
|
||||
|
Reference in New Issue
Block a user