mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 09:12:57 +01:00
Update actix-web
dependency to 3.0.0-alpha.1
This commit is contained in:
parent
9a8275b455
commit
405e61a603
@ -3,6 +3,7 @@
|
||||
## [0.3.0-alpha.1] - 2020-03-11
|
||||
|
||||
* Minimize `futures-*` dependencies
|
||||
* Update `actix-web` dependency to 3.0.0-alpha.1
|
||||
|
||||
## [0.2.0] - 2019-12-20
|
||||
|
||||
|
@ -16,7 +16,7 @@ name = "actix_cors"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = "2.0.0"
|
||||
actix-web = "3.0.0-alpha.1"
|
||||
actix-service = "1.0.1"
|
||||
derive_more = "0.99.2"
|
||||
futures-util = { version = "0.3.4", default-features = false }
|
||||
|
Loading…
Reference in New Issue
Block a user