diff options
-rw-r--r-- | Cargo.lock | 36 | ||||
-rw-r--r-- | components/canvas_traits/Cargo.toml | 2 | ||||
-rw-r--r-- | components/devtools_traits/Cargo.toml | 2 | ||||
-rw-r--r-- | components/geometry/Cargo.toml | 2 | ||||
-rw-r--r-- | components/gfx_traits/Cargo.toml | 2 | ||||
-rw-r--r-- | components/metrics/Cargo.toml | 2 | ||||
-rw-r--r-- | components/msg/Cargo.toml | 2 | ||||
-rw-r--r-- | components/net/Cargo.toml | 2 | ||||
-rw-r--r-- | components/net_traits/Cargo.toml | 2 | ||||
-rw-r--r-- | components/pixels/Cargo.toml | 2 | ||||
-rw-r--r-- | components/range/Cargo.toml | 2 | ||||
-rw-r--r-- | components/script/Cargo.toml | 2 | ||||
-rw-r--r-- | components/script_layout_interface/Cargo.toml | 2 | ||||
-rw-r--r-- | components/script_traits/Cargo.toml | 2 | ||||
-rw-r--r-- | components/url/Cargo.toml | 2 |
15 files changed, 33 insertions, 31 deletions
diff --git a/Cargo.lock b/Cargo.lock index ea6c67f8ddd..af16f9929d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ dependencies = [ "ipc-channel 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "offscreen_gl_context 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "pixels 0.0.1", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", @@ -899,7 +899,7 @@ dependencies = [ "http 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", "ipc-channel 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "servo_url 0.0.1", @@ -1304,7 +1304,7 @@ name = "gfx_traits" version = "0.0.1" dependencies = [ "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "range 0.0.1", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2288,7 +2288,8 @@ dependencies = [ [[package]] name = "malloc_size_of_derive" -version = "0.0.1" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2355,7 +2356,7 @@ dependencies = [ "ipc-channel 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "profile_traits 0.0.1", "script_traits 0.0.1", @@ -2529,7 +2530,7 @@ name = "msg" version = "0.0.1" dependencies = [ "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "size_of_test 0.0.1", "webrender_api 0.57.2 (git+https://github.com/servo/webrender)", @@ -2564,7 +2565,7 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2617,7 +2618,7 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2914,7 +2915,7 @@ version = "0.0.1" dependencies = [ "euclid 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3059,7 +3060,7 @@ name = "range" version = "0.0.1" dependencies = [ "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -3249,7 +3250,7 @@ dependencies = [ "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "metrics 0.0.1", "mime 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "mime_guess 2.0.0-alpha.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3316,7 +3317,7 @@ dependencies = [ "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "metrics 0.0.1", "msg 0.0.1", "net_traits 0.0.1", @@ -3372,7 +3373,7 @@ dependencies = [ "keyboard-types 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.44 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", "pixels 0.0.1", @@ -3632,7 +3633,7 @@ dependencies = [ "app_units 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "webrender_api 0.57.2 (git+https://github.com/servo/webrender)", ] @@ -3670,7 +3671,7 @@ name = "servo_url" version = "0.0.1" dependencies = [ "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "servo_rand 0.0.1", "url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3875,7 +3876,7 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "num-derive 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3952,7 +3953,7 @@ dependencies = [ "cssparser 0.25.1 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.19.3 (registry+https://github.com/rust-lang/crates.io-index)", "malloc_size_of 0.0.1", - "malloc_size_of_derive 0.0.1", + "malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.21.0", "serde 1.0.80 (registry+https://github.com/rust-lang/crates.io-index)", "servo_arc 0.1.1", @@ -5011,6 +5012,7 @@ dependencies = [ "checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1" "checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb" +"checksum malloc_size_of_derive 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35adee9ed962cf7d07d62cb58bc45029f3227f5b5b86246caa8632f06c187bc3" "checksum markup5ever 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "897636f9850c3eef4905a5540683ed53dc9393860f0846cab2c2ddf9939862ff" "checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1" "checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16" diff --git a/components/canvas_traits/Cargo.toml b/components/canvas_traits/Cargo.toml index 59a11368c5b..1e7e17f8b9e 100644 --- a/components/canvas_traits/Cargo.toml +++ b/components/canvas_traits/Cargo.toml @@ -20,7 +20,7 @@ ipc-channel = "0.11" gleam = "0.6.7" lazy_static = "1" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" offscreen_gl_context = {version = "0.21", features = ["serde"]} pixels = {path = "../pixels"} serde = "1.0" diff --git a/components/devtools_traits/Cargo.toml b/components/devtools_traits/Cargo.toml index f3a1868ff4a..2b6de380600 100644 --- a/components/devtools_traits/Cargo.toml +++ b/components/devtools_traits/Cargo.toml @@ -15,7 +15,7 @@ bitflags = "1.0" http = "0.1" ipc-channel = "0.11" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" msg = {path = "../msg"} serde = "1.0" servo_url = {path = "../url"} diff --git a/components/geometry/Cargo.toml b/components/geometry/Cargo.toml index a88b601e562..407fbe81e78 100644 --- a/components/geometry/Cargo.toml +++ b/components/geometry/Cargo.toml @@ -14,6 +14,6 @@ path = "lib.rs" app_units = "0.7" euclid = "0.19" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" style_traits = { path = "../style_traits" } webrender_api = { git = "https://github.com/servo/webrender" } diff --git a/components/gfx_traits/Cargo.toml b/components/gfx_traits/Cargo.toml index c52dbc18912..89e9d2180b1 100644 --- a/components/gfx_traits/Cargo.toml +++ b/components/gfx_traits/Cargo.toml @@ -12,6 +12,6 @@ path = "lib.rs" [dependencies] malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" range = {path = "../range"} serde = "1.0" diff --git a/components/metrics/Cargo.toml b/components/metrics/Cargo.toml index ebc90d5f5cd..562126f569d 100644 --- a/components/metrics/Cargo.toml +++ b/components/metrics/Cargo.toml @@ -15,7 +15,7 @@ gfx_traits = {path = "../gfx_traits"} ipc-channel = "0.11" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" msg = {path = "../msg"} profile_traits = {path = "../profile_traits"} script_traits = {path = "../script_traits"} diff --git a/components/msg/Cargo.toml b/components/msg/Cargo.toml index 815e8962a58..5d8747bdfcf 100644 --- a/components/msg/Cargo.toml +++ b/components/msg/Cargo.toml @@ -14,7 +14,7 @@ doctest = false [dependencies] malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" serde = "1.0.60" webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]} diff --git a/components/net/Cargo.toml b/components/net/Cargo.toml index f094e817473..8840d09a2e5 100644 --- a/components/net/Cargo.toml +++ b/components/net/Cargo.toml @@ -33,7 +33,7 @@ ipc-channel = "0.11" lazy_static = "1" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" matches = "0.1" mime = "0.3" mime_guess = "2.0.0-alpha.6" diff --git a/components/net_traits/Cargo.toml b/components/net_traits/Cargo.toml index f4dd6bd683d..d018f8cdc7d 100644 --- a/components/net_traits/Cargo.toml +++ b/components/net_traits/Cargo.toml @@ -25,7 +25,7 @@ ipc-channel = "0.11" lazy_static = "1" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" mime = "0.3" msg = {path = "../msg"} num-traits = "0.2" diff --git a/components/pixels/Cargo.toml b/components/pixels/Cargo.toml index 6de6106c337..0d5c9161b26 100644 --- a/components/pixels/Cargo.toml +++ b/components/pixels/Cargo.toml @@ -13,5 +13,5 @@ path = "lib.rs" [dependencies] euclid = "0.19" malloc_size_of = {path = "../malloc_size_of"} -malloc_size_of_derive = {path = "../malloc_size_of_derive"} +malloc_size_of_derive = "0.1" serde = {version = "1", features = ["derive"]} diff --git a/components/range/Cargo.toml b/components/range/Cargo.toml index 8aa28cf8263..38b28ec3a01 100644 --- a/components/range/Cargo.toml +++ b/components/range/Cargo.toml @@ -13,6 +13,6 @@ path = "lib.rs" [dependencies] malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" num-traits = "0.2" serde = "1.0" diff --git a/components/script/Cargo.toml b/components/script/Cargo.toml index cc27ff73ea8..4d9bde6af9e 100644 --- a/components/script/Cargo.toml +++ b/components/script/Cargo.toml @@ -68,7 +68,7 @@ lazy_static = "1" libc = "0.2" log = "0.4" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" metrics = {path = "../metrics"} mitochondria = "1.1.2" mime = "0.3" diff --git a/components/script_layout_interface/Cargo.toml b/components/script_layout_interface/Cargo.toml index ec88d901742..caae48d943b 100644 --- a/components/script_layout_interface/Cargo.toml +++ b/components/script_layout_interface/Cargo.toml @@ -24,7 +24,7 @@ libc = "0.2" log = "0.4" time = "0.1.17" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" metrics = {path = "../metrics"} msg = {path = "../msg"} net_traits = {path = "../net_traits"} diff --git a/components/script_traits/Cargo.toml b/components/script_traits/Cargo.toml index 43525bfa7bc..40628cce234 100644 --- a/components/script_traits/Cargo.toml +++ b/components/script_traits/Cargo.toml @@ -26,7 +26,7 @@ ipc-channel = "0.11" keyboard-types = "0.4.3" libc = "0.2" malloc_size_of = { path = "../malloc_size_of" } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" msg = {path = "../msg"} net_traits = {path = "../net_traits"} pixels = {path = "../pixels"} diff --git a/components/url/Cargo.toml b/components/url/Cargo.toml index b6a97d5ac51..dbbed4f58db 100644 --- a/components/url/Cargo.toml +++ b/components/url/Cargo.toml @@ -12,7 +12,7 @@ path = "lib.rs" [dependencies] malloc_size_of = { path = "../malloc_size_of", features = ["servo"] } -malloc_size_of_derive = { path = "../malloc_size_of_derive" } +malloc_size_of_derive = "0.1" serde = {version = "1.0", features = ["derive"]} servo_rand = {path = "../rand"} url = "1.2" |