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

@ -40,7 +40,7 @@ bluetooth_traits = { path = "../bluetooth_traits" }
canvas_traits = { path = "../canvas_traits" }
chrono = "0.4"
content-security-policy = { version = "0.4.0", features = ["serde"] }
cookie = "0.11"
cookie = "0.12"
crossbeam-channel = "0.4"
cssparser = "0.29"
data-url = "0.1.0"
@ -57,7 +57,7 @@ fxhash = "0.2"
headers = "0.3"
html5ever = "0.26"
http = "0.2"
hyper_serde = "0.12"
hyper_serde = "0.13"
image = "0.24"
indexmap = { version = "1.0.2", features = ["std"] }
ipc-channel = "0.14"