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

Update cookie dependency (#422)

This commit is contained in:
Mateusz Mikuła 2018-07-25 17:01:22 +02:00 committed by Douman
parent b878613e10
commit e408b68744

View File

@ -76,7 +76,7 @@ lazy_static = "1.0"
lazycell = "1.0.0" lazycell = "1.0.0"
parking_lot = "0.6" parking_lot = "0.6"
url = { version="1.7", features=["query_encoding"] } url = { version="1.7", features=["query_encoding"] }
cookie = { version="0.10", features=["percent-encode"] } cookie = { version="0.11", features=["percent-encode"] }
brotli2 = { version="^0.3.2", optional = true } brotli2 = { version="^0.3.2", optional = true }
flate2 = { version="1.0", optional = true, default-features = false } flate2 = { version="1.0", optional = true, default-features = false }