1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 21:39:26 +00: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"
parking_lot = "0.6"
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 }
flate2 = { version="1.0", optional = true, default-features = false }