mirror of
https://github.com/actix/actix-web.git
synced 2024-12-19 22:56:39 +00:00
Update cookie dependency (#422)
This commit is contained in:
parent
b878613e10
commit
e408b68744
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue