1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 18:37:41 +02:00

update deps

This commit is contained in:
Nikolay Kim
2019-12-13 12:36:15 +06:00
parent 232f71b3b5
commit fac6dec3c9
9 changed files with 27 additions and 31 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-cors"
version = "0.2.0-alpha.3"
version = "0.2.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Cross-origin resource sharing (CORS) for Actix applications."
readme = "README.md"
@ -17,7 +17,7 @@ name = "actix_cors"
path = "src/lib.rs"
[dependencies]
actix-web = "2.0.0-alpha.3"
actix-web = "2.0.0-alpha.5"
actix-service = "1.0.0"
derive_more = "0.99.2"
futures = "0.3.1"