diff --git a/components/gfx/font_context.rs b/components/gfx/font_context.rs index 4ccdfbbc01b5..cd6f1fa69f5d 100644 --- a/components/gfx/font_context.rs +++ b/components/gfx/font_context.rs @@ -26,7 +26,6 @@ use std::hash::{Hash, Hasher}; use std::rc::Rc; use std::sync::Arc; -use azure::AzFloat; use azure::azure_hl::BackendType; use azure::scaled_font::ScaledFont; diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index ac3a7c801c20..f4913c0e1f65 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -22,7 +22,7 @@ dependencies = [ "script_tests 0.0.1", "style_tests 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "util_tests 0.0.1", "webdriver_server 0.0.1", @@ -81,7 +81,7 @@ dependencies = [ [[package]] name = "cgl" version = "0.0.1" -source = "git+https://github.com/servo/rust-cgl#16144321dc18d8ab538ee2acc0d2dad155a17899" +source = "git+https://github.com/servo/rust-cgl#f07028d7e3ef5887812ed74e5169e5dac888564d" dependencies = [ "gleam 0.0.1 (git+https://github.com/servo/gleam)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -126,20 +126,20 @@ dependencies = [ "profile_traits 0.0.1", "script_traits 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] [[package]] name = "cookie" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "core_graphics" version = "0.1.0" -source = "git+https://github.com/servo/rust-core-graphics#da0d2fe947412afea55b438454194b2183c21594" +source = "git+https://github.com/servo/rust-core-graphics#2d8d665c5bdd116b4a1addbe5c415735fb78e1a9" dependencies = [ "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "core_text" version = "0.1.0" -source = "git+https://github.com/servo/rust-core-text#bc6994c3765f0660e9c04f5488ba194a9354e8fb" +source = "git+https://github.com/servo/rust-core-text#2b4b546718310a9d3fe4273a1df092c79d9fb2c2" dependencies = [ "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", "core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)", @@ -190,9 +190,9 @@ dependencies = [ "devtools_traits 0.0.1", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -202,9 +202,9 @@ version = "0.0.1" dependencies = [ "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -276,7 +276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "expat-sys" version = "2.1.0" -source = "git+https://github.com/servo/libexpat#5f798cfbb74650a5e1d95e4c03a9e41e55e28625" +source = "git+https://github.com/servo/libexpat#2c23ee28deb8865b59bf45d8aeb37cefdd1443a6" [[package]] name = "flate2" @@ -325,12 +325,12 @@ source = "git+https://github.com/servo/libfreetype2#50c1cf412d87f20ccbb940e39a14 [[package]] name = "gcc" -version = "0.3.4" -source = "git+https://github.com/alexcrichton/gcc-rs#9596a4e6da55e5ddbad6fd645b9727aae6b545ef" +version = "0.3.5" +source = "git+https://github.com/alexcrichton/gcc-rs#b8da3f50a0a0b03e7fa0103e9dc8be9f776b9ce3" [[package]] name = "gcc" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -349,7 +349,7 @@ dependencies = [ "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -372,14 +372,14 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", "style 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -390,17 +390,6 @@ dependencies = [ "gfx 0.0.1", ] -[[package]] -name = "gl" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "gl_common" version = "0.0.4" @@ -411,7 +400,7 @@ dependencies = [ [[package]] name = "gl_generator" -version = "0.0.24" +version = "0.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -425,7 +414,7 @@ version = "0.0.1" source = "git+https://github.com/servo/gleam#f2edabf2ef0474bb270b107e5e68c2727c4a422d" dependencies = [ "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -438,19 +427,19 @@ dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin_cocoa 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin_cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin_core_graphics 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin_core_graphics 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "osmesa-sys 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "x11 0.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "x11 0.0.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -469,18 +458,18 @@ dependencies = [ "msg 0.0.1", "script_traits 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] [[package]] name = "glutin_cocoa" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -493,7 +482,7 @@ dependencies = [ [[package]] name = "glutin_core_graphics" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -506,7 +495,7 @@ version = "0.0.1" source = "git+https://github.com/servo/rust-glx#60ac0aee2438eadb4b51ddc8eac6fc4b5ca8e447" dependencies = [ "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -522,25 +511,25 @@ dependencies = [ [[package]] name = "html5ever" version = "0.0.0" -source = "git+https://github.com/servo/html5ever#74dc5f5a36451cfbe789488b20d51bef97c63898" +source = "git+https://github.com/servo/html5ever#6d7e225dc5390ef5a3153359db1759893b6b034f" dependencies = [ "html5ever_macros 0.0.0 (git+https://github.com/servo/html5ever)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (git+https://github.com/reem/rust-mac)", "phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "html5ever_macros" version = "0.0.0" -source = "git+https://github.com/servo/html5ever#74dc5f5a36451cfbe789488b20d51bef97c63898" +source = "git+https://github.com/servo/html5ever#6d7e225dc5390ef5a3153359db1759893b6b034f" dependencies = [ "mac 0.0.2 (git+https://github.com/reem/rust-mac)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -553,18 +542,18 @@ name = "hyper" version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "mime 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -582,12 +571,12 @@ dependencies = [ [[package]] name = "js" version = "0.1.0" -source = "git+https://github.com/servo/rust-mozjs#30a1ad31d1ee47a8e4e1ef582e793badfb405fa0" +source = "git+https://github.com/servo/rust-mozjs#e7670e1ef55a1971f2c1d9976a394f52920ada7a" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -606,7 +595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "layers" version = "0.1.0" -source = "git+https://github.com/servo/rust-layers#018259e838c3842032010829feeaba316e577376" +source = "git+https://github.com/servo/rust-layers#b8a86318766bb881be8ccdc1fdf2c5e1a4c6623a" dependencies = [ "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "cgl 0.0.1 (git+https://github.com/servo/rust-cgl)", @@ -618,7 +607,7 @@ dependencies = [ "io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "xlib 0.1.0 (git+https://github.com/servo/rust-xlib)", ] @@ -642,14 +631,14 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script 0.0.1", "script_traits 0.0.1", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -662,7 +651,7 @@ dependencies = [ "net_traits 0.0.1", "profile_traits 0.0.1", "script_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -702,6 +691,11 @@ name = "mac" version = "0.0.2" source = "git+https://github.com/reem/rust-mac#6316d3f4663756180fd236b126a84e245e978765" +[[package]] +name = "mac" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "malloc_buf" version = "0.0.5" @@ -717,7 +711,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mime" -version = "0.0.10" +version = "0.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -728,7 +722,7 @@ name = "miniz-sys" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -754,7 +748,7 @@ dependencies = [ "io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] @@ -763,32 +757,32 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "flate2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "net_traits 0.0.1", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.1.0 (git+https://github.com/servo/rust-png)", "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "regex_macros 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "net_tests" version = "0.0.1" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "net 0.0.1", "net_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -801,7 +795,7 @@ dependencies = [ "msg 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -811,7 +805,7 @@ version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -824,7 +818,7 @@ dependencies = [ [[package]] name = "objc" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -846,34 +840,33 @@ dependencies = [ [[package]] name = "openssl" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "openssl-sys" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "osmesa-sys" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gl 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -910,7 +903,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pkg-config" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -931,9 +924,9 @@ dependencies = [ [[package]] name = "png" version = "0.1.0" -source = "git+https://github.com/servo/rust-png#811e4d339441dd34fb087fc895e1619ba882933f" +source = "git+https://github.com/servo/rust-png#06ec44beafa103ad84a663784257b0e3df8cb1fd" dependencies = [ - "gcc 0.3.4 (git+https://github.com/alexcrichton/gcc-rs)", + "gcc 0.3.5 (git+https://github.com/alexcrichton/gcc-rs)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "png-sys 1.6.16 (git+https://github.com/servo/rust-png)", ] @@ -941,7 +934,7 @@ dependencies = [ [[package]] name = "png-sys" version = "1.6.16" -source = "git+https://github.com/servo/rust-png#811e4d339441dd34fb087fc895e1619ba882933f" +source = "git+https://github.com/servo/rust-png#06ec44beafa103ad84a663784257b0e3df8cb1fd" [[package]] name = "profile" @@ -960,7 +953,7 @@ name = "profile_traits" version = "0.0.1" dependencies = [ "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -991,7 +984,7 @@ dependencies = [ [[package]] name = "rustc-serialize" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1015,17 +1008,17 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (git+https://github.com/rust-lang/uuid)", + "uuid 0.1.17 (git+https://github.com/rust-lang/uuid)", "webdriver_traits 0.0.1", "websocket 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1046,7 +1039,7 @@ dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] @@ -1061,8 +1054,17 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", +] + +[[package]] +name = "shared_library" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1089,25 +1091,32 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.0.0" -source = "git+https://github.com/servo/string-cache#385c4ac197742e355631209be3613c8a9c7594b6" +version = "0.1.0" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" dependencies = [ - "lazy_static 0.1.10 (git+https://github.com/Kimundi/lazy-static.rs)", + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", + "string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)", ] [[package]] name = "string_cache_plugin" -version = "0.0.0" -source = "git+https://github.com/servo/string-cache#385c4ac197742e355631209be3613c8a9c7594b6" +version = "0.1.1" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" dependencies = [ - "lazy_static 0.1.10 (git+https://github.com/Kimundi/lazy-static.rs)", - "mac 0.0.2 (git+https://github.com/reem/rust-mac)", + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)", ] +[[package]] +name = "string_cache_shared" +version = "0.1.0" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" + [[package]] name = "style" version = "0.0.1" @@ -1120,11 +1129,11 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1135,10 +1144,10 @@ dependencies = [ "cssparser 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1157,14 +1166,14 @@ dependencies = [ [[package]] name = "tenacious" version = "0.0.1" -source = "git+https://github.com/Manishearth/rust-tenacious.git#d61782e70005a9f0cdf66f366d4ec88fc563ea1e" +source = "git+https://github.com/Manishearth/rust-tenacious.git#7db39985b23cebdaf7526940da2b630ba3a32cbd" [[package]] name = "time" version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1185,11 +1194,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "url" -version = "0.2.31" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1216,11 +1225,11 @@ dependencies = [ "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1234,32 +1243,32 @@ dependencies = [ [[package]] name = "uuid" -version = "0.1.16" -source = "git+https://github.com/rust-lang/uuid#7c767220c41746d346c8195e31ddf090ac6568e7" +version = "0.1.17" +source = "git+https://github.com/rust-lang/uuid#c30036ec084b125820e49ca17ddf47119b1f6e31" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "uuid" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webdriver" version = "0.1.0" -source = "git+https://github.com/jgraham/webdriver-rust.git#66547888f47bae7e938a92af4586276479343216" +source = "git+https://github.com/jgraham/webdriver-rust.git#3c228e2142f881bcdcf49210776b5ac995fc0808" dependencies = [ "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1267,10 +1276,10 @@ name = "webdriver_server" version = "0.0.1" dependencies = [ "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "webdriver 0.1.0 (git+https://github.com/jgraham/webdriver-rust.git)", "webdriver_traits 0.0.1", ] @@ -1279,7 +1288,7 @@ dependencies = [ name = "webdriver_traits" version = "0.0.1" dependencies = [ - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1290,11 +1299,11 @@ dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1307,7 +1316,7 @@ dependencies = [ [[package]] name = "x11" -version = "0.0.32" +version = "0.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index b3cfd2544cf1..2f854a0f1083 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net 0.0.1", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "script 0.0.1", @@ -27,7 +27,7 @@ dependencies = [ "servo 0.0.1", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -80,7 +80,7 @@ dependencies = [ [[package]] name = "cgl" version = "0.0.1" -source = "git+https://github.com/servo/rust-cgl#16144321dc18d8ab538ee2acc0d2dad155a17899" +source = "git+https://github.com/servo/rust-cgl#f07028d7e3ef5887812ed74e5169e5dac888564d" dependencies = [ "gleam 0.0.1 (git+https://github.com/servo/gleam)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -106,11 +106,11 @@ dependencies = [ [[package]] name = "cocoa" version = "0.1.1" -source = "git+https://github.com/servo/rust-cocoa#26d02e3f3606223645dde173a7bb924bce4836de" +source = "git+https://github.com/servo/rust-cocoa#493594f4e23a5f534a28be83748b6a0c058e2373" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -135,20 +135,20 @@ dependencies = [ "profile_traits 0.0.1", "script_traits 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] [[package]] name = "cookie" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -162,7 +162,7 @@ dependencies = [ [[package]] name = "core_graphics" version = "0.1.0" -source = "git+https://github.com/servo/rust-core-graphics#da0d2fe947412afea55b438454194b2183c21594" +source = "git+https://github.com/servo/rust-core-graphics#2d8d665c5bdd116b4a1addbe5c415735fb78e1a9" dependencies = [ "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -171,7 +171,7 @@ dependencies = [ [[package]] name = "core_text" version = "0.1.0" -source = "git+https://github.com/servo/rust-core-text#bc6994c3765f0660e9c04f5488ba194a9354e8fb" +source = "git+https://github.com/servo/rust-core-text#2b4b546718310a9d3fe4273a1df092c79d9fb2c2" dependencies = [ "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", "core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)", @@ -199,9 +199,9 @@ dependencies = [ "devtools_traits 0.0.1", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -211,9 +211,9 @@ version = "0.0.1" dependencies = [ "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -285,7 +285,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "expat-sys" version = "2.1.0" -source = "git+https://github.com/servo/libexpat#5f798cfbb74650a5e1d95e4c03a9e41e55e28625" +source = "git+https://github.com/servo/libexpat#2c23ee28deb8865b59bf45d8aeb37cefdd1443a6" [[package]] name = "flate2" @@ -334,12 +334,12 @@ source = "git+https://github.com/servo/libfreetype2#50c1cf412d87f20ccbb940e39a14 [[package]] name = "gcc" -version = "0.3.4" -source = "git+https://github.com/alexcrichton/gcc-rs#9596a4e6da55e5ddbad6fd645b9727aae6b545ef" +version = "0.3.5" +source = "git+https://github.com/alexcrichton/gcc-rs#b8da3f50a0a0b03e7fa0103e9dc8be9f776b9ce3" [[package]] name = "gcc" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -358,7 +358,7 @@ dependencies = [ "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -381,28 +381,17 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", "style 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] -[[package]] -name = "gl" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "gl_common" version = "0.0.4" @@ -413,7 +402,7 @@ dependencies = [ [[package]] name = "gl_generator" -version = "0.0.24" +version = "0.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -427,7 +416,7 @@ version = "0.0.1" source = "git+https://github.com/servo/gleam#f2edabf2ef0474bb270b107e5e68c2727c4a422d" dependencies = [ "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -440,19 +429,19 @@ dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin_cocoa 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin_cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin_core_graphics 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin_core_graphics 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "osmesa-sys 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "x11 0.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "x11 0.0.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -471,18 +460,18 @@ dependencies = [ "msg 0.0.1", "script_traits 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] [[package]] name = "glutin_cocoa" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -495,7 +484,7 @@ dependencies = [ [[package]] name = "glutin_core_graphics" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -508,7 +497,7 @@ version = "0.0.1" source = "git+https://github.com/servo/rust-glx#60ac0aee2438eadb4b51ddc8eac6fc4b5ca8e447" dependencies = [ "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -524,25 +513,25 @@ dependencies = [ [[package]] name = "html5ever" version = "0.0.0" -source = "git+https://github.com/servo/html5ever#74dc5f5a36451cfbe789488b20d51bef97c63898" +source = "git+https://github.com/servo/html5ever#6d7e225dc5390ef5a3153359db1759893b6b034f" dependencies = [ "html5ever_macros 0.0.0 (git+https://github.com/servo/html5ever)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (git+https://github.com/reem/rust-mac)", "phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "html5ever_macros" version = "0.0.0" -source = "git+https://github.com/servo/html5ever#74dc5f5a36451cfbe789488b20d51bef97c63898" +source = "git+https://github.com/servo/html5ever#6d7e225dc5390ef5a3153359db1759893b6b034f" dependencies = [ "mac 0.0.2 (git+https://github.com/reem/rust-mac)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -555,18 +544,18 @@ name = "hyper" version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "mime 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -584,12 +573,12 @@ dependencies = [ [[package]] name = "js" version = "0.1.0" -source = "git+https://github.com/servo/rust-mozjs#30a1ad31d1ee47a8e4e1ef582e793badfb405fa0" +source = "git+https://github.com/servo/rust-mozjs#e7670e1ef55a1971f2c1d9976a394f52920ada7a" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -608,7 +597,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "layers" version = "0.1.0" -source = "git+https://github.com/servo/rust-layers#018259e838c3842032010829feeaba316e577376" +source = "git+https://github.com/servo/rust-layers#b8a86318766bb881be8ccdc1fdf2c5e1a4c6623a" dependencies = [ "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "cgl 0.0.1 (git+https://github.com/servo/rust-cgl)", @@ -620,7 +609,7 @@ dependencies = [ "io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "xlib 0.1.0 (git+https://github.com/servo/rust-xlib)", ] @@ -644,14 +633,14 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script 0.0.1", "script_traits 0.0.1", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -664,7 +653,7 @@ dependencies = [ "net_traits 0.0.1", "profile_traits 0.0.1", "script_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -704,6 +693,11 @@ name = "mac" version = "0.0.2" source = "git+https://github.com/reem/rust-mac#6316d3f4663756180fd236b126a84e245e978765" +[[package]] +name = "mac" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "malloc_buf" version = "0.0.5" @@ -719,7 +713,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mime" -version = "0.0.10" +version = "0.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -730,7 +724,7 @@ name = "miniz-sys" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -756,7 +750,7 @@ dependencies = [ "io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] @@ -765,21 +759,21 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "flate2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "net_traits 0.0.1", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.1.0 (git+https://github.com/servo/rust-png)", "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "regex_macros 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -791,7 +785,7 @@ dependencies = [ "msg 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -801,7 +795,7 @@ version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -814,7 +808,7 @@ dependencies = [ [[package]] name = "objc" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -836,34 +830,33 @@ dependencies = [ [[package]] name = "openssl" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "openssl-sys" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "osmesa-sys" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gl 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -900,7 +893,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pkg-config" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -921,9 +914,9 @@ dependencies = [ [[package]] name = "png" version = "0.1.0" -source = "git+https://github.com/servo/rust-png#811e4d339441dd34fb087fc895e1619ba882933f" +source = "git+https://github.com/servo/rust-png#06ec44beafa103ad84a663784257b0e3df8cb1fd" dependencies = [ - "gcc 0.3.4 (git+https://github.com/alexcrichton/gcc-rs)", + "gcc 0.3.5 (git+https://github.com/alexcrichton/gcc-rs)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "png-sys 1.6.16 (git+https://github.com/servo/rust-png)", ] @@ -931,7 +924,7 @@ dependencies = [ [[package]] name = "png-sys" version = "1.6.16" -source = "git+https://github.com/servo/rust-png#811e4d339441dd34fb087fc895e1619ba882933f" +source = "git+https://github.com/servo/rust-png#06ec44beafa103ad84a663784257b0e3df8cb1fd" [[package]] name = "profile" @@ -950,7 +943,7 @@ name = "profile_traits" version = "0.0.1" dependencies = [ "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -981,7 +974,7 @@ dependencies = [ [[package]] name = "rustc-serialize" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1005,17 +998,17 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (git+https://github.com/rust-lang/uuid)", + "uuid 0.1.17 (git+https://github.com/rust-lang/uuid)", "webdriver_traits 0.0.1", "websocket 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1029,7 +1022,7 @@ dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] @@ -1044,8 +1037,8 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", ] [[package]] @@ -1067,11 +1060,20 @@ dependencies = [ "profile_traits 0.0.1", "script 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_server 0.0.1", ] +[[package]] +name = "shared_library" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "skia" version = "0.0.20130412" @@ -1096,25 +1098,32 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.0.0" -source = "git+https://github.com/servo/string-cache#385c4ac197742e355631209be3613c8a9c7594b6" +version = "0.1.0" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" dependencies = [ - "lazy_static 0.1.10 (git+https://github.com/Kimundi/lazy-static.rs)", + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", + "string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)", ] [[package]] name = "string_cache_plugin" -version = "0.0.0" -source = "git+https://github.com/servo/string-cache#385c4ac197742e355631209be3613c8a9c7594b6" +version = "0.1.1" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" dependencies = [ - "lazy_static 0.1.10 (git+https://github.com/Kimundi/lazy-static.rs)", - "mac 0.0.2 (git+https://github.com/reem/rust-mac)", + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)", ] +[[package]] +name = "string_cache_shared" +version = "0.1.0" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" + [[package]] name = "style" version = "0.0.1" @@ -1127,11 +1136,11 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1150,14 +1159,14 @@ dependencies = [ [[package]] name = "tenacious" version = "0.0.1" -source = "git+https://github.com/Manishearth/rust-tenacious.git#d61782e70005a9f0cdf66f366d4ec88fc563ea1e" +source = "git+https://github.com/Manishearth/rust-tenacious.git#7db39985b23cebdaf7526940da2b630ba3a32cbd" [[package]] name = "time" version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1178,11 +1187,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "url" -version = "0.2.31" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1209,42 +1218,42 @@ dependencies = [ "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "uuid" -version = "0.1.16" -source = "git+https://github.com/rust-lang/uuid#7c767220c41746d346c8195e31ddf090ac6568e7" +version = "0.1.17" +source = "git+https://github.com/rust-lang/uuid#c30036ec084b125820e49ca17ddf47119b1f6e31" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "uuid" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webdriver" version = "0.1.0" -source = "git+https://github.com/jgraham/webdriver-rust.git#66547888f47bae7e938a92af4586276479343216" +source = "git+https://github.com/jgraham/webdriver-rust.git#3c228e2142f881bcdcf49210776b5ac995fc0808" dependencies = [ "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1252,10 +1261,10 @@ name = "webdriver_server" version = "0.0.1" dependencies = [ "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "webdriver 0.1.0 (git+https://github.com/jgraham/webdriver-rust.git)", "webdriver_traits 0.0.1", ] @@ -1264,7 +1273,7 @@ dependencies = [ name = "webdriver_traits" version = "0.0.1" dependencies = [ - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1275,11 +1284,11 @@ dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1292,7 +1301,7 @@ dependencies = [ [[package]] name = "x11" -version = "0.0.32" +version = "0.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index f3f191d8532f..1dcc36f0c1f1 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -20,7 +20,7 @@ dependencies = [ "script_traits 0.0.1", "servo 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "cgl" version = "0.0.1" -source = "git+https://github.com/servo/rust-cgl#16144321dc18d8ab538ee2acc0d2dad155a17899" +source = "git+https://github.com/servo/rust-cgl#f07028d7e3ef5887812ed74e5169e5dac888564d" dependencies = [ "gleam 0.0.1 (git+https://github.com/servo/gleam)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -118,20 +118,20 @@ dependencies = [ "profile_traits 0.0.1", "script_traits 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] [[package]] name = "cookie" -version = "0.1.19" +version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -145,7 +145,7 @@ dependencies = [ [[package]] name = "core_graphics" version = "0.1.0" -source = "git+https://github.com/servo/rust-core-graphics#da0d2fe947412afea55b438454194b2183c21594" +source = "git+https://github.com/servo/rust-core-graphics#2d8d665c5bdd116b4a1addbe5c415735fb78e1a9" dependencies = [ "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -154,7 +154,7 @@ dependencies = [ [[package]] name = "core_text" version = "0.1.0" -source = "git+https://github.com/servo/rust-core-text#bc6994c3765f0660e9c04f5488ba194a9354e8fb" +source = "git+https://github.com/servo/rust-core-text#2b4b546718310a9d3fe4273a1df092c79d9fb2c2" dependencies = [ "core_foundation 0.1.0 (git+https://github.com/servo/rust-core-foundation)", "core_graphics 0.1.0 (git+https://github.com/servo/rust-core-graphics)", @@ -182,9 +182,9 @@ dependencies = [ "devtools_traits 0.0.1", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -194,9 +194,9 @@ version = "0.0.1" dependencies = [ "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -278,7 +278,7 @@ dependencies = [ [[package]] name = "expat-sys" version = "2.1.0" -source = "git+https://github.com/servo/libexpat#5f798cfbb74650a5e1d95e4c03a9e41e55e28625" +source = "git+https://github.com/servo/libexpat#2c23ee28deb8865b59bf45d8aeb37cefdd1443a6" [[package]] name = "flate2" @@ -327,12 +327,12 @@ source = "git+https://github.com/servo/libfreetype2#50c1cf412d87f20ccbb940e39a14 [[package]] name = "gcc" -version = "0.3.4" -source = "git+https://github.com/alexcrichton/gcc-rs#9596a4e6da55e5ddbad6fd645b9727aae6b545ef" +version = "0.3.5" +source = "git+https://github.com/alexcrichton/gcc-rs#b8da3f50a0a0b03e7fa0103e9dc8be9f776b9ce3" [[package]] name = "gcc" -version = "0.3.4" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -351,7 +351,7 @@ dependencies = [ "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -374,28 +374,17 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", "style 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] -[[package]] -name = "gl" -version = "0.0.12" -source = "registry+https://github.com/rust-lang/crates.io-index" -dependencies = [ - "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", -] - [[package]] name = "gl_common" version = "0.0.4" @@ -406,7 +395,7 @@ dependencies = [ [[package]] name = "gl_generator" -version = "0.0.24" +version = "0.0.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -420,7 +409,7 @@ version = "0.0.1" source = "git+https://github.com/servo/gleam#f2edabf2ef0474bb270b107e5e68c2727c4a422d" dependencies = [ "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -433,29 +422,29 @@ dependencies = [ "android_glue 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin_cocoa 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin_cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "glutin_core_graphics 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", + "glutin_core_graphics 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "kernel32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", - "osmesa-sys 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", + "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "x11 0.0.32 (registry+https://github.com/rust-lang/crates.io-index)", + "x11 0.0.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "glutin_cocoa" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "objc 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", + "objc 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -468,7 +457,7 @@ dependencies = [ [[package]] name = "glutin_core_graphics" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "glutin_core_foundation 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -481,7 +470,7 @@ version = "0.0.1" source = "git+https://github.com/servo/rust-glx#60ac0aee2438eadb4b51ddc8eac6fc4b5ca8e447" dependencies = [ "gl_common 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)", - "gl_generator 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)", + "gl_generator 0.0.25 (registry+https://github.com/rust-lang/crates.io-index)", "khronos_api 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -497,25 +486,25 @@ dependencies = [ [[package]] name = "html5ever" version = "0.0.0" -source = "git+https://github.com/servo/html5ever#74dc5f5a36451cfbe789488b20d51bef97c63898" +source = "git+https://github.com/servo/html5ever#6d7e225dc5390ef5a3153359db1759893b6b034f" dependencies = [ "html5ever_macros 0.0.0 (git+https://github.com/servo/html5ever)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mac 0.0.2 (git+https://github.com/reem/rust-mac)", "phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "html5ever_macros" version = "0.0.0" -source = "git+https://github.com/servo/html5ever#74dc5f5a36451cfbe789488b20d51bef97c63898" +source = "git+https://github.com/servo/html5ever#6d7e225dc5390ef5a3153359db1759893b6b034f" dependencies = [ "mac 0.0.2 (git+https://github.com/reem/rust-mac)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -528,18 +517,18 @@ name = "hyper" version = "0.3.16" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "mime 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)", + "mime 0.0.11 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -557,12 +546,12 @@ dependencies = [ [[package]] name = "js" version = "0.1.0" -source = "git+https://github.com/servo/rust-mozjs#30a1ad31d1ee47a8e4e1ef582e793badfb405fa0" +source = "git+https://github.com/servo/rust-mozjs#e7670e1ef55a1971f2c1d9976a394f52920ada7a" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "mozjs_sys 0.0.0 (git+https://github.com/servo/mozjs)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -581,7 +570,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "layers" version = "0.1.0" -source = "git+https://github.com/servo/rust-layers#018259e838c3842032010829feeaba316e577376" +source = "git+https://github.com/servo/rust-layers#b8a86318766bb881be8ccdc1fdf2c5e1a4c6623a" dependencies = [ "azure 0.1.0 (git+https://github.com/servo/rust-azure)", "cgl 0.0.1 (git+https://github.com/servo/rust-cgl)", @@ -593,7 +582,7 @@ dependencies = [ "io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "skia 0.0.20130412 (git+https://github.com/servo/skia)", "xlib 0.1.0 (git+https://github.com/servo/rust-xlib)", ] @@ -617,14 +606,14 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script 0.0.1", "script_traits 0.0.1", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -637,7 +626,7 @@ dependencies = [ "net_traits 0.0.1", "profile_traits 0.0.1", "script_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -677,6 +666,11 @@ name = "mac" version = "0.0.2" source = "git+https://github.com/reem/rust-mac#6316d3f4663756180fd236b126a84e245e978765" +[[package]] +name = "mac" +version = "0.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" + [[package]] name = "malloc_buf" version = "0.0.5" @@ -692,7 +686,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mime" -version = "0.0.10" +version = "0.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -703,7 +697,7 @@ name = "miniz-sys" version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -729,7 +723,7 @@ dependencies = [ "io_surface 0.1.0 (git+https://github.com/servo/rust-io-surface)", "layers 0.1.0 (git+https://github.com/servo/rust-layers)", "style 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] @@ -738,21 +732,21 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "cookie 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)", + "cookie 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "flate2 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", "geom 0.1.0 (git+https://github.com/servo/rust-geom)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "net_traits 0.0.1", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "png 0.1.0 (git+https://github.com/servo/rust-png)", "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", "regex_macros 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -764,7 +758,7 @@ dependencies = [ "msg 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -774,7 +768,7 @@ version = "0.1.24" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -787,7 +781,7 @@ dependencies = [ [[package]] name = "objc" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -809,34 +803,33 @@ dependencies = [ [[package]] name = "openssl" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "openssl-sys" -version = "0.6.1" +version = "0.6.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "libressl-pnacl-sys 2.1.5 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "pkg-config 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "osmesa-sys" -version = "0.0.3" +version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gl 0.0.12 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", - "pkg-config 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -873,7 +866,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "pkg-config" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -894,9 +887,9 @@ dependencies = [ [[package]] name = "png" version = "0.1.0" -source = "git+https://github.com/servo/rust-png#811e4d339441dd34fb087fc895e1619ba882933f" +source = "git+https://github.com/servo/rust-png#06ec44beafa103ad84a663784257b0e3df8cb1fd" dependencies = [ - "gcc 0.3.4 (git+https://github.com/alexcrichton/gcc-rs)", + "gcc 0.3.5 (git+https://github.com/alexcrichton/gcc-rs)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "png-sys 1.6.16 (git+https://github.com/servo/rust-png)", ] @@ -904,7 +897,7 @@ dependencies = [ [[package]] name = "png-sys" version = "1.6.16" -source = "git+https://github.com/servo/rust-png#811e4d339441dd34fb087fc895e1619ba882933f" +source = "git+https://github.com/servo/rust-png#06ec44beafa103ad84a663784257b0e3df8cb1fd" [[package]] name = "profile" @@ -923,7 +916,7 @@ name = "profile_traits" version = "0.0.1" dependencies = [ "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -954,7 +947,7 @@ dependencies = [ [[package]] name = "rustc-serialize" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -978,17 +971,17 @@ dependencies = [ "plugins 0.0.1", "png 0.1.0 (git+https://github.com/servo/rust-png)", "profile_traits 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "script_traits 0.0.1", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "style 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (git+https://github.com/rust-lang/uuid)", + "uuid 0.1.17 (git+https://github.com/rust-lang/uuid)", "webdriver_traits 0.0.1", "websocket 0.11.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1002,7 +995,7 @@ dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "msg 0.0.1", "net_traits 0.0.1", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_traits 0.0.1", ] @@ -1017,8 +1010,8 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "quicksort 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", ] [[package]] @@ -1039,11 +1032,20 @@ dependencies = [ "profile_traits 0.0.1", "script 0.0.1", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_server 0.0.1", ] +[[package]] +name = "shared_library" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "skia" version = "0.0.20130412" @@ -1068,25 +1070,32 @@ dependencies = [ [[package]] name = "string_cache" -version = "0.0.0" -source = "git+https://github.com/servo/string-cache#385c4ac197742e355631209be3613c8a9c7594b6" +version = "0.1.0" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" dependencies = [ - "lazy_static 0.1.10 (git+https://github.com/Kimundi/lazy-static.rs)", + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "phf 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "phf_macros 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", + "string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)", ] [[package]] name = "string_cache_plugin" -version = "0.0.0" -source = "git+https://github.com/servo/string-cache#385c4ac197742e355631209be3613c8a9c7594b6" +version = "0.1.1" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" dependencies = [ - "lazy_static 0.1.10 (git+https://github.com/Kimundi/lazy-static.rs)", - "mac 0.0.2 (git+https://github.com/reem/rust-mac)", + "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", + "mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache_shared 0.1.0 (git+https://github.com/servo/string-cache)", ] +[[package]] +name = "string_cache_shared" +version = "0.1.0" +source = "git+https://github.com/servo/string-cache#c5912f925e9c1db7dbe4a7980fbc3eed08eef51d" + [[package]] name = "style" version = "0.0.1" @@ -1099,11 +1108,11 @@ dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1122,14 +1131,14 @@ dependencies = [ [[package]] name = "tenacious" version = "0.0.1" -source = "git+https://github.com/Manishearth/rust-tenacious.git#d61782e70005a9f0cdf66f366d4ec88fc563ea1e" +source = "git+https://github.com/Manishearth/rust-tenacious.git#7db39985b23cebdaf7526940da2b630ba3a32cbd" [[package]] name = "time" version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "gcc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", + "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1150,11 +1159,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "url" -version = "0.2.31" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1181,42 +1190,42 @@ dependencies = [ "num_cpus 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "plugins 0.0.1", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "selectors 0.1.0 (git+https://github.com/servo/rust-selectors)", "smallvec 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", - "string_cache 0.0.0 (git+https://github.com/servo/string-cache)", - "string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)", + "string_cache 0.1.0 (git+https://github.com/servo/string-cache)", + "string_cache_plugin 0.1.1 (git+https://github.com/servo/string-cache)", "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "uuid" -version = "0.1.16" -source = "git+https://github.com/rust-lang/uuid#7c767220c41746d346c8195e31ddf090ac6568e7" +version = "0.1.17" +source = "git+https://github.com/rust-lang/uuid#c30036ec084b125820e49ca17ddf47119b1f6e31" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "uuid" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "webdriver" version = "0.1.0" -source = "git+https://github.com/jgraham/webdriver-rust.git#66547888f47bae7e938a92af4586276479343216" +source = "git+https://github.com/jgraham/webdriver-rust.git#3c228e2142f881bcdcf49210776b5ac995fc0808" dependencies = [ "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1224,10 +1233,10 @@ name = "webdriver_server" version = "0.0.1" dependencies = [ "msg 0.0.1", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", - "uuid 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", + "uuid 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "webdriver 0.1.0 (git+https://github.com/jgraham/webdriver-rust.git)", "webdriver_traits 0.0.1", ] @@ -1236,7 +1245,7 @@ dependencies = [ name = "webdriver_traits" version = "0.0.1" dependencies = [ - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1247,11 +1256,11 @@ dependencies = [ "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "openssl 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "openssl 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", - "rustc-serialize 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)", + "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1264,7 +1273,7 @@ dependencies = [ [[package]] name = "x11" -version = "0.0.32" +version = "0.0.33" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/rust-snapshot-hash b/rust-snapshot-hash index 377c6efc0b28..c94c86ca65c2 100644 --- a/rust-snapshot-hash +++ b/rust-snapshot-hash @@ -1 +1 @@ -551a74dddd84cf01440ee84148ebd18bc68bd7c8/rustc-1.1.0-dev +58b83e7e740108611ad1e8286ee6b44ea5cbbb0f/rustc-1.1.0-dev diff --git a/tests/reftest.rs b/tests/reftest.rs index d7932a783bde..547fe5482348 100644 --- a/tests/reftest.rs +++ b/tests/reftest.rs @@ -85,7 +85,7 @@ fn main() { run_ignored: false, logfile: None, run_tests: true, - run_benchmarks: false, + bench_benchmarks: false, nocapture: false, color: AutoColor, };