From bec75582b4e7f43b033c7db61baa8398f75976f3 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Dec 2015 21:30:24 -0500 Subject: [PATCH 1/6] Upgrade core-graphics: 0.2.0 -> 0.2.1 https://github.com/servo/core-graphics-rs/compare/v0.2.0...v0.2.1 --- components/servo/Cargo.lock | 15 ++++++++------- ports/cef/Cargo.lock | 19 ++++++++++--------- ports/gonk/Cargo.lock | 15 ++++++++------- 3 files changed, 26 insertions(+), 23 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 397c5589f29..4a2d30110c8 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -95,7 +95,7 @@ version = "0.2.1" source = "git+https://github.com/servo/rust-azure#b05ba4bb70aefb319c7f168fc83a9fd04a1aa1ef" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", @@ -228,7 +228,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -247,7 +247,7 @@ dependencies = [ "canvas 0.0.1", "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -306,11 +306,12 @@ dependencies = [ [[package]] name = "core-graphics" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -319,7 +320,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -610,7 +611,7 @@ dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1662,7 +1663,7 @@ dependencies = [ "cgl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "gl_common 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 7d015b0343d..9682e185033 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -7,7 +7,7 @@ dependencies = [ "cocoa 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "compositing 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -84,7 +84,7 @@ version = "0.2.1" source = "git+https://github.com/servo/rust-azure#b05ba4bb70aefb319c7f168fc83a9fd04a1aa1ef" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", @@ -217,7 +217,7 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -228,7 +228,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -247,7 +247,7 @@ dependencies = [ "canvas 0.0.1", "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -306,11 +306,12 @@ dependencies = [ [[package]] name = "core-graphics" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -319,7 +320,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -577,7 +578,7 @@ dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1614,7 +1615,7 @@ dependencies = [ "cgl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "gl_common 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 9c937c7e715..b3e290eb32a 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -75,7 +75,7 @@ version = "0.2.1" source = "git+https://github.com/servo/rust-azure#b05ba4bb70aefb319c7f168fc83a9fd04a1aa1ef" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype 0.1.0 (git+https://github.com/servo/rust-freetype)", @@ -208,7 +208,7 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "objc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -227,7 +227,7 @@ dependencies = [ "canvas 0.0.1", "canvas_traits 0.0.1", "clipboard 0.1.0 (git+https://github.com/aweinstock314/rust-clipboard)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -286,11 +286,12 @@ dependencies = [ [[package]] name = "core-graphics" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -299,7 +300,7 @@ version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -575,7 +576,7 @@ dependencies = [ "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "canvas_traits 0.0.1", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1588,7 +1589,7 @@ dependencies = [ "cgl 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "cocoa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "core-foundation 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "core-graphics 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", + "core-graphics 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "dwmapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "gdi32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "gl_common 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", From 9efd6465c7dbf4e3e70e646c6eac23019110d8d1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Dec 2015 21:33:59 -0500 Subject: [PATCH 2/6] Upgrade httparse: 1.0.0 -> 1.1.0 https://github.com/seanmonstar/httparse/compare/v1.0.0...v1.1.0 --- components/servo/Cargo.lock | 4 ++-- ports/cef/Cargo.lock | 4 ++-- ports/gonk/Cargo.lock | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 4a2d30110c8..dbe8eac3619 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -808,7 +808,7 @@ dependencies = [ [[package]] name = "httparse" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -817,7 +817,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "httparse 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "language-tags 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 9682e185033..b04e86d8e27 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -768,7 +768,7 @@ dependencies = [ [[package]] name = "httparse" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -777,7 +777,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "httparse 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "language-tags 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index b3e290eb32a..6af855bbb38 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -744,7 +744,7 @@ dependencies = [ [[package]] name = "httparse" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -753,7 +753,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "httparse 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "httparse 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "language-tags 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", From 696776e4a89a09be6b7ff57c4f288c823e4a46ef Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Dec 2015 21:40:04 -0500 Subject: [PATCH 3/6] Upgrade servo-glutin: 0.4.4 -> 0.4.5 https://github.com/servo/glutin/compare/1ff4aa78a82bcaebdf1ea3021557c04f5d36fd81...servo:18b3018662f54e23dd8cc9c7ffdd2e51134011cf --- components/servo/Cargo.lock | 8 ++++---- ports/cef/Cargo.lock | 8 ++++---- ports/gonk/Cargo.lock | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index dbe8eac3619..07dea44f247 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -716,7 +716,7 @@ dependencies = [ "net_traits 0.0.1", "script_traits 0.0.1", "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -1273,7 +1273,7 @@ dependencies = [ "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1656,7 +1656,7 @@ dependencies = [ [[package]] name = "servo-glutin" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1700,7 +1700,7 @@ dependencies = [ "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index b04e86d8e27..9660e86e37c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -676,7 +676,7 @@ dependencies = [ "net_traits 0.0.1", "script_traits 0.0.1", "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", @@ -1208,7 +1208,7 @@ dependencies = [ "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1608,7 +1608,7 @@ dependencies = [ [[package]] name = "servo-glutin" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1652,7 +1652,7 @@ dependencies = [ "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 6af855bbb38..0ff338d1499 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1184,7 +1184,7 @@ dependencies = [ "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1582,7 +1582,7 @@ dependencies = [ [[package]] name = "servo-glutin" -version = "0.4.4" +version = "0.4.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "android_glue 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1626,7 +1626,7 @@ dependencies = [ "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-freetype-sys 2.4.11 (registry+https://github.com/rust-lang/crates.io-index)", - "servo-glutin 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", + "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] From d1bf93b5260cae577d52e17901593db3e345fd6f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Dec 2015 21:51:22 -0500 Subject: [PATCH 4/6] Upgrade aster: 0.9.0 -> 0.9.1 https://github.com/serde-rs/aster/compare/v0.9.0...v0.9.1 --- components/servo/Cargo.lock | 6 +++--- ports/cef/Cargo.lock | 6 +++--- ports/gonk/Cargo.lock | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 07dea44f247..1a4416de328 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "aster" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1430,7 +1430,7 @@ name = "quasi_codegen" version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1597,7 +1597,7 @@ name = "serde_codegen" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "quasi_macros 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 9660e86e37c..d64c909c367 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "aster" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1355,7 +1355,7 @@ name = "quasi_codegen" version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1513,7 +1513,7 @@ name = "serde_codegen" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "quasi_macros 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 0ff338d1499..32089d02dc9 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -66,7 +66,7 @@ dependencies = [ [[package]] name = "aster" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -1331,7 +1331,7 @@ name = "quasi_codegen" version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1489,7 +1489,7 @@ name = "serde_codegen" version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "aster 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)", "quasi_macros 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", ] From 5f8db6655813043df922901f690a3600be0f2850 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 14 Dec 2015 22:06:38 -0500 Subject: [PATCH 5/6] Upgrade brotli: 0.3.17 -> 0.3.20 https://github.com/ende76/brotli-rs/compare/ea4cb81aee4d0d8f9f8d9a1559fe1ca0ed5c5e14...c243045b88b2d2924c35269586fa9b770184c74c --- components/servo/Cargo.lock | 6 +++--- ports/cef/Cargo.lock | 6 +++--- ports/gonk/Cargo.lock | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 1a4416de328..5a7bc370412 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -133,8 +133,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "brotli" -version = "0.3.17" -source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7303006b2ea" +version = "0.3.20" +source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c" [[package]] name = "byteorder" @@ -1134,7 +1134,7 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "brotli 0.3.17 (git+https://github.com/ende76/brotli-rs)", + "brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)", "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index d64c909c367..a0b7eb2c8b1 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -122,8 +122,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "brotli" -version = "0.3.17" -source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7303006b2ea" +version = "0.3.20" +source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c" [[package]] name = "byteorder" @@ -1094,7 +1094,7 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "brotli 0.3.17 (git+https://github.com/ende76/brotli-rs)", + "brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)", "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 32089d02dc9..0e7229e356b 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -113,8 +113,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "brotli" -version = "0.3.17" -source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7303006b2ea" +version = "0.3.20" +source = "git+https://github.com/ende76/brotli-rs#c243045b88b2d2924c35269586fa9b770184c74c" [[package]] name = "byteorder" @@ -1070,7 +1070,7 @@ dependencies = [ name = "net" version = "0.0.1" dependencies = [ - "brotli 0.3.17 (git+https://github.com/ende76/brotli-rs)", + "brotli 0.3.20 (git+https://github.com/ende76/brotli-rs)", "cookie 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "devtools_traits 0.0.1", "euclid 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", From 4cb94975d91efbf4be61e534bac8abf18c72eee8 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 15 Dec 2015 14:08:03 -0500 Subject: [PATCH 6/6] Upgrade url: 0.5.0 -> 0.5.2 https://github.com/servo/rust-url/compare/v0.5.0...v0.5.2 --- components/servo/Cargo.lock | 50 ++++++++++++++++++------------------- ports/cef/Cargo.lock | 46 +++++++++++++++++----------------- ports/gonk/Cargo.lock | 42 +++++++++++++++---------------- 3 files changed, 69 insertions(+), 69 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 5a7bc370412..086a8baf811 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -37,7 +37,7 @@ dependencies = [ "style 0.0.1", "style_tests 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "util_tests 0.0.1", "webdriver_server 0.0.1", @@ -272,7 +272,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -284,7 +284,7 @@ dependencies = [ "openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -362,7 +362,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -379,7 +379,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -640,7 +640,7 @@ dependencies = [ "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -718,7 +718,7 @@ dependencies = [ "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -830,7 +830,7 @@ dependencies = [ "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -967,7 +967,7 @@ dependencies = [ "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -984,7 +984,7 @@ dependencies = [ "script_traits 0.0.1", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1126,7 +1126,7 @@ dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1149,7 +1149,7 @@ dependencies = [ "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1181,7 +1181,7 @@ dependencies = [ "net_traits 0.0.1", "plugins 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1199,7 +1199,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "stb_image 0.2.0 (git+https://github.com/servo/rust-stb-image)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1360,7 +1360,7 @@ name = "plugin_tests" version = "0.0.1" dependencies = [ "plugins 0.0.1", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1368,7 +1368,7 @@ name = "plugins" version = "0.0.1" dependencies = [ "tenacious 0.0.15 (git+https://github.com/Manishearth/rust-tenacious)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1531,7 +1531,7 @@ dependencies = [ "tendril 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1566,7 +1566,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1784,7 +1784,7 @@ dependencies = [ "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1801,7 +1801,7 @@ dependencies = [ "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "style 0.0.1", "style_traits 0.0.1", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1819,7 +1819,7 @@ dependencies = [ "selectors 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1920,7 +1920,7 @@ dependencies = [ [[package]] name = "url" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1967,7 +1967,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2054,7 +2054,7 @@ dependencies = [ "plugins 0.0.1", "regex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "webdriver 0.4.0 (git+https://github.com/jgraham/webdriver-rust.git)", @@ -2073,7 +2073,7 @@ dependencies = [ "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index a0b7eb2c8b1..823bb105887 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -27,7 +27,7 @@ dependencies = [ "servo 0.0.1", "stb_image 0.2.0 (git+https://github.com/servo/rust-stb-image)", "style 0.0.1", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -272,7 +272,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -284,7 +284,7 @@ dependencies = [ "openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -362,7 +362,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -379,7 +379,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -607,7 +607,7 @@ dependencies = [ "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -678,7 +678,7 @@ dependencies = [ "servo-egl 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "servo-glutin 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "x11 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -790,7 +790,7 @@ dependencies = [ "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -927,7 +927,7 @@ dependencies = [ "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -944,7 +944,7 @@ dependencies = [ "script_traits 0.0.1", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1086,7 +1086,7 @@ dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1109,7 +1109,7 @@ dependencies = [ "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1141,7 +1141,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "stb_image 0.2.0 (git+https://github.com/servo/rust-stb-image)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1295,7 +1295,7 @@ name = "plugins" version = "0.0.1" dependencies = [ "tenacious 0.0.15 (git+https://github.com/Manishearth/rust-tenacious)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1456,7 +1456,7 @@ dependencies = [ "tendril 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1482,7 +1482,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1566,7 +1566,7 @@ dependencies = [ "script_traits 0.0.1", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "webdriver_server 0.0.1", ] @@ -1736,7 +1736,7 @@ dependencies = [ "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1754,7 +1754,7 @@ dependencies = [ "selectors 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1855,7 +1855,7 @@ dependencies = [ [[package]] name = "url" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1902,7 +1902,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1978,7 +1978,7 @@ dependencies = [ "plugins 0.0.1", "regex 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "webdriver 0.4.0 (git+https://github.com/jgraham/webdriver-rust.git)", @@ -1997,7 +1997,7 @@ dependencies = [ "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 0e7229e356b..a3a57274330 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -19,7 +19,7 @@ dependencies = [ "script 0.0.1", "servo 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -252,7 +252,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -264,7 +264,7 @@ dependencies = [ "openssl 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -342,7 +342,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -359,7 +359,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -605,7 +605,7 @@ dependencies = [ "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -766,7 +766,7 @@ dependencies = [ "traitobject 0.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -903,7 +903,7 @@ dependencies = [ "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-bidi 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicode-script 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -920,7 +920,7 @@ dependencies = [ "script_traits 0.0.1", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1062,7 +1062,7 @@ dependencies = [ "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1085,7 +1085,7 @@ dependencies = [ "plugins 0.0.1", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1117,7 +1117,7 @@ dependencies = [ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "stb_image 0.2.0 (git+https://github.com/servo/rust-stb-image)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1271,7 +1271,7 @@ name = "plugins" version = "0.0.1" dependencies = [ "tenacious 0.0.15 (git+https://github.com/Manishearth/rust-tenacious)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1432,7 +1432,7 @@ dependencies = [ "tendril 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1458,7 +1458,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1541,7 +1541,7 @@ dependencies = [ "script_traits 0.0.1", "style 0.0.1", "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1710,7 +1710,7 @@ dependencies = [ "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "style_traits 0.0.1", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1728,7 +1728,7 @@ dependencies = [ "selectors 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "util 0.0.1", ] @@ -1829,7 +1829,7 @@ dependencies = [ [[package]] name = "url" -version = "0.5.0" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1876,7 +1876,7 @@ dependencies = [ "serde_macros 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "string_cache 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1940,7 +1940,7 @@ dependencies = [ "rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "url 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", + "url 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]]