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

@ -21,7 +21,7 @@ base64 = "0.10.1"
brotli = "3"
bytes = "1"
content-security-policy = { version = "0.4.0", features = ["serde"] }
cookie_rs = { package = "cookie", version = "0.11" }
cookie_rs = { package = "cookie", version = "0.12" }
crossbeam-channel = "0.4"
data-url = "0.1.0"
devtools_traits = { path = "../devtools_traits" }
@ -33,7 +33,7 @@ headers = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["client", "http1", "http2", "tcp", "stream"] }
hyper-openssl = "0.9.1"
hyper_serde = "0.12"
hyper_serde = "0.13"
immeta = "0.4"
ipc-channel = "0.14"
lazy_static = "1"