1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 23:51:06 +01:00

updated version of cookie crate, to eliminate version conflicts

This commit is contained in:
Darin 2018-07-30 09:57:53 -04:00 committed by GitHub
parent 35ab32c063
commit 8f6d800202
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 }