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

@ -35,7 +35,7 @@ cssparser = "0.29"
euclid = "0.20"
hashglobe = { path = "../hashglobe" }
http = { version = "0.2", optional = true }
hyper_serde = { version = "0.12", optional = true }
hyper_serde = { version = "0.13", optional = true }
keyboard-types = { version = "0.6", optional = true }
selectors = { path = "../selectors" }
serde = { version = "1.0.27", optional = true }

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"

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"

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"

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"

View file

@ -13,7 +13,7 @@ path = "lib.rs"
[dependencies]
base64 = "0.10"
compositing = { path = "../compositing" }
cookie = "0.11"
cookie = "0.12"
crossbeam-channel = "0.4"
euclid = "0.20"
headers = "0.3"