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,7 +14,7 @@ path = "lib.rs"
bitflags = "1.0"
bluetooth_traits = { path = "../bluetooth_traits" }
canvas_traits = { path = "../canvas_traits" }
cookie = "0.11"
cookie = "0.12"
crossbeam-channel = "0.4"
devtools_traits = { path = "../devtools_traits" }
embedder_traits = { path = "../embedder_traits" }
@ -22,7 +22,7 @@ euclid = "0.20"
gfx_traits = { path = "../gfx_traits" }
headers = "0.3"
http = "0.2"
hyper_serde = "0.12"
hyper_serde = "0.13"
ipc-channel = "0.14"
keyboard-types = "0.6"
libc = "0.2"