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:
parent
b878613e10
commit
e408b68744
@ -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 New Issue
Block a user