mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update serde to 0.8 (fixes #12659)
This commit is contained in:
parent
a22913569c
commit
7ad51dcd7a
70 changed files with 919 additions and 778 deletions
570
components/servo/Cargo.lock
generated
570
components/servo/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -52,11 +52,11 @@ constellation = {path = "../constellation"}
|
|||
devtools = {path = "../devtools"}
|
||||
devtools_traits = {path = "../devtools_traits"}
|
||||
env_logger = "0.3"
|
||||
euclid = "0.8.2"
|
||||
euclid = "0.9"
|
||||
gfx = {path = "../gfx"}
|
||||
gleam = "0.2"
|
||||
glutin_app = {path = "../../ports/glutin"}
|
||||
ipc-channel = "0.4.0"
|
||||
ipc-channel = "0.5"
|
||||
layout = {path = "../layout"}
|
||||
layout_thread = {path = "../layout_thread"}
|
||||
libc = "0.2"
|
||||
|
@ -70,7 +70,7 @@ script = {path = "../script"}
|
|||
script_layout_interface = {path = "../script_layout_interface"}
|
||||
script_traits = {path = "../script_traits"}
|
||||
style = {path = "../style", features = ["servo"]}
|
||||
url = "1.0.0"
|
||||
url = "1.2"
|
||||
util = {path = "../util"}
|
||||
webdriver_server = {path = "../webdriver_server", optional = true}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue