mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
use actix-web release
This commit is contained in:
parent
abb6c6ba0a
commit
69c3ab2f92
@ -33,11 +33,10 @@ serde_json = "1.0"
|
||||
tokio-io = "0.1"
|
||||
tokio-core = "0.1"
|
||||
redis-async = "0.0"
|
||||
# cookie = { version="0.10", features=["percent-encode", "secure"] }
|
||||
cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] }
|
||||
cookie = { version="0.10", features=["percent-encode", "secure"] }
|
||||
|
||||
actix = "^0.4.2"
|
||||
actix-web = { git="https://github.com/actix/actix-web.git", optional=true }
|
||||
actix-web = { version="0.3", optional=true }
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.4"
|
||||
|
Loading…
Reference in New Issue
Block a user