Update cookie/hyper_serde.

This commit is contained in:
Josh Matthews 2022-04-01 02:11:47 -04:00
parent 369a5c0370
commit 0625ab92b8
8 changed files with 19 additions and 29 deletions

View file

@ -14,12 +14,12 @@ doctest = false
[dependencies]
content-security-policy = { version = "0.4.0", features = ["serde"] }
cookie = "0.11"
cookie = "0.12"
embedder_traits = { path = "../embedder_traits" }
headers = "0.3"
http = "0.2"
hyper = "0.14"
hyper_serde = "0.12"
hyper_serde = "0.13"
ipc-channel = "0.14"
lazy_static = "1"
log = "0.4"