mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Dedupe num-traits
This commit is contained in:
parent
78fabb9110
commit
71fd4477d6
8 changed files with 40 additions and 49 deletions
|
@ -19,7 +19,7 @@ fnv = "1.0"
|
|||
gleam = "0.6"
|
||||
ipc-channel = "0.10"
|
||||
log = "0.4"
|
||||
num-traits = "0.1.32"
|
||||
num-traits = "0.2"
|
||||
offscreen_gl_context = {version = "0.21", features = ["serde", "osmesa"]}
|
||||
serde_bytes = "0.10"
|
||||
servo_config = {path = "../config"}
|
||||
|
|
|
@ -22,7 +22,7 @@ flate2 = "1"
|
|||
hyper = "0.10"
|
||||
hyper_serde = "0.8"
|
||||
hyper-openssl = "0.2.2"
|
||||
immeta = "0.3.6"
|
||||
immeta = "0.4"
|
||||
ipc-channel = "0.10"
|
||||
lazy_static = "1"
|
||||
log = "0.4"
|
||||
|
|
|
@ -23,7 +23,7 @@ log = "0.4"
|
|||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
msg = {path = "../msg"}
|
||||
num-traits = "0.1.32"
|
||||
num-traits = "0.2"
|
||||
serde = "1.0"
|
||||
servo_arc = {path = "../servo_arc"}
|
||||
servo_config = {path = "../config"}
|
||||
|
|
|
@ -13,5 +13,5 @@ path = "lib.rs"
|
|||
[dependencies]
|
||||
malloc_size_of = { path = "../malloc_size_of" }
|
||||
malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
||||
num-traits = "0.1.32"
|
||||
num-traits = "0.2"
|
||||
serde = "1.0"
|
||||
|
|
|
@ -68,7 +68,7 @@ mime_guess = "1.8.0"
|
|||
mozjs = { version = "0.7.1", features = ["promises"]}
|
||||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
num-traits = "0.1.32"
|
||||
num-traits = "0.2"
|
||||
offscreen_gl_context = {version = "0.21", features = ["serde"]}
|
||||
parking_lot = "0.6"
|
||||
phf = "0.7.18"
|
||||
|
|
|
@ -48,7 +48,7 @@ malloc_size_of_derive = { path = "../malloc_size_of_derive" }
|
|||
matches = "0.1"
|
||||
num_cpus = {version = "1.1.0", optional = true}
|
||||
num-integer = "0.1.32"
|
||||
num-traits = "0.1.32"
|
||||
num-traits = "0.2"
|
||||
new-ordered-float = "1.0"
|
||||
owning_ref = "0.3.3"
|
||||
parking_lot = "0.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue