mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update image related dependencies
This commit is contained in:
parent
34bf312e0c
commit
db34ea668a
9 changed files with 177 additions and 145 deletions
|
@ -19,7 +19,7 @@ embedder_traits = {path = "../embedder_traits"}
|
|||
euclid = "0.19"
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
gleam = {version = "0.6", optional = true}
|
||||
image = "0.19"
|
||||
image = "0.20"
|
||||
ipc-channel = "0.11"
|
||||
libc = "0.2"
|
||||
keyboard-types = "0.4.3"
|
||||
|
|
|
@ -22,7 +22,7 @@ headers-ext = "0.0.3"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.9"
|
||||
piston_image = {package = "image", version = "0.19"}
|
||||
piston_image = {package = "image", version = "0.20"}
|
||||
ipc-channel = "0.11"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
|
|
|
@ -59,7 +59,7 @@ html5ever = "0.22"
|
|||
http = "0.1"
|
||||
hyper = "0.12"
|
||||
hyper_serde = "0.9"
|
||||
image = "0.19"
|
||||
image = "0.20"
|
||||
ipc-channel = "0.11"
|
||||
itertools = "0.7.6"
|
||||
js = {package = "mozjs", version = "0.9.4"}
|
||||
|
|
|
@ -15,7 +15,7 @@ base64 = "0.9"
|
|||
cookie = "0.11"
|
||||
euclid = "0.19"
|
||||
hyper = "0.12"
|
||||
image = "0.19"
|
||||
image = "0.20"
|
||||
ipc-channel = "0.11"
|
||||
keyboard-types = "0.4.3"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue