1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

Merge pull request #14 from Dowwie/master

updated version of cookie crate, to eliminate version conflicts
This commit is contained in:
Nikolay Kim 2018-08-02 11:31:37 -07:00 committed by GitHub
commit 85cf3e2993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ time = "0.1"
# actix web session
actix-web = { version = "0.7", optional=true }
cookie = { version="0.10", features=["percent-encode", "secure"], optional=true }
cookie = { version="0.11", features=["percent-encode", "secure"], optional=true }
http = { version="0.1", optional=true }
rand = { version="0.5", optional=true }
serde = { version="1.0", optional=true }