mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update parking_lot_core and smallvec
This commit is contained in:
parent
4715d3cd37
commit
822d4803bc
5 changed files with 14 additions and 14 deletions
|
@ -33,7 +33,7 @@ serde_derive = "0.9"
|
|||
servo_atoms = {path = "../atoms"}
|
||||
servo_geometry = {path = "../geometry"}
|
||||
servo_url = {path = "../url"}
|
||||
smallvec = "0.1"
|
||||
smallvec = "0.3"
|
||||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -40,7 +40,7 @@ servo_geometry = {path = "../geometry"}
|
|||
serde_json = "0.9"
|
||||
servo_config = {path = "../config"}
|
||||
servo_url = {path = "../url"}
|
||||
smallvec = "0.1"
|
||||
smallvec = "0.3"
|
||||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
unicode-bidi = "0.2"
|
||||
|
|
|
@ -81,7 +81,7 @@ servo_geometry = {path = "../geometry" }
|
|||
servo_rand = {path = "../rand"}
|
||||
servo_url = {path = "../url", features = ["servo"] }
|
||||
servo-websocket = "0.18"
|
||||
smallvec = "0.1"
|
||||
smallvec = "0.3"
|
||||
style = {path = "../style"}
|
||||
style_traits = {path = "../style_traits"}
|
||||
time = "0.1.12"
|
||||
|
|
|
@ -49,7 +49,7 @@ serde = {version = "0.9", optional = true}
|
|||
serde_derive = {version = "0.9", optional = true}
|
||||
servo_atoms = {path = "../atoms", optional = true}
|
||||
servo_config = {path = "../config"}
|
||||
smallvec = "0.1"
|
||||
smallvec = "0.3"
|
||||
style_traits = {path = "../style_traits"}
|
||||
servo_url = {path = "../url"}
|
||||
time = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue