From 0316f0bb2b072ecb05da29a55fce1240bdffb059 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 7 Dec 2015 20:13:04 -0500 Subject: [PATCH 1/4] Upgrade dependency: ipc-channel https://github.com/servo/ipc-channel/compare/8306cdf0...6900611d --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 4 ++-- ports/gonk/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index e0cbd6263d1..8d887af8f6b 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -863,7 +863,7 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#8306cdf03008bc32cd3196e1823661b0c773ffd3" +source = "git+https://github.com/servo/ipc-channel#6900611d5f00c7405ae886d75841fe37df6bfc38" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 72369da7095..ecd398139c6 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -823,12 +823,12 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#8306cdf03008bc32cd3196e1823661b0c773ffd3" +source = "git+https://github.com/servo/ipc-channel#6900611d5f00c7405ae886d75841fe37df6bfc38" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.12 (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)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 6f72459a417..916ec9b708a 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -799,12 +799,12 @@ dependencies = [ [[package]] name = "ipc-channel" version = "0.1.0" -source = "git+https://github.com/servo/ipc-channel#8306cdf03008bc32cd3196e1823661b0c773ffd3" +source = "git+https://github.com/servo/ipc-channel#6900611d5f00c7405ae886d75841fe37df6bfc38" dependencies = [ "bincode 0.4.0 (git+https://github.com/TyOverby/bincode)", "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", - "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.12 (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)", From 389d5b4eed7fa44e054fdb8ad24c2d3d7205524f Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 7 Dec 2015 20:25:08 -0500 Subject: [PATCH 2/4] Upgrade dependency: gaol https://github.com/pcwalton/gaol/compare/71865ff8...e1349d8d --- components/servo/Cargo.lock | 2 +- ports/cef/Cargo.lock | 2 +- ports/gonk/Cargo.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 8d887af8f6b..7188145cfa2 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -572,7 +572,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index ecd398139c6..c51f4aef69c 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -539,7 +539,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 916ec9b708a..fece50de192 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -537,7 +537,7 @@ dependencies = [ [[package]] name = "gaol" version = "0.0.1" -source = "git+https://github.com/pcwalton/gaol#71865ff8a1824cbc1cbee4d388d56c5ba1b5ffc2" +source = "git+https://github.com/pcwalton/gaol#e1349d8d3d933b3a90f9c86baa390261c510e019" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", From 0919f81a7a56178ce651577ccded17759204083e Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 7 Dec 2015 20:32:01 -0500 Subject: [PATCH 3/4] Upgrade dependency: malloc_buf https://github.com/SSheldon/malloc_buf/compare/bab724c8ad090a53e482103a93cd924a17068cd1...a7811e5f4c6f9685dd57ad9bfe34e9bf6b0ba4f9 --- components/servo/Cargo.lock | 4 ++-- ports/cef/Cargo.lock | 6 +++--- ports/gonk/Cargo.lock | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock index 7188145cfa2..16b46916d19 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1043,7 +1043,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "malloc_buf" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1235,7 +1235,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "malloc_buf 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index c51f4aef69c..0c6d54dcb23 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1003,10 +1003,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "malloc_buf" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1170,7 +1170,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "malloc_buf 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index fece50de192..79adbfaec6c 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -979,10 +979,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "malloc_buf" -version = "0.0.5" +version = "0.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", + "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1146,7 +1146,7 @@ version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "malloc_buf 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", + "malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] From c7e62689e5a273a2d7b61b934964e300173529c1 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 7 Dec 2015 20:38:25 -0500 Subject: [PATCH 4/4] Upgrade dependency: shared_library https://github.com/tomaka/shared_library/compare/8c6d2433f0e97fcc055a5bafa1434262a52195bf...391e74ae023f243e76ceaa252df4673c0f8af097 --- 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 16b46916d19..5180c6e167b 100644 --- a/components/servo/Cargo.lock +++ b/components/servo/Cargo.lock @@ -1314,7 +1314,7 @@ version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_library 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1670,7 +1670,7 @@ dependencies = [ "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)", "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_library 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "wayland-client 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "shared_library" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/cef/Cargo.lock b/ports/cef/Cargo.lock index 0c6d54dcb23..6c23c3fb455 100644 --- a/ports/cef/Cargo.lock +++ b/ports/cef/Cargo.lock @@ -1249,7 +1249,7 @@ version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_library 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1622,7 +1622,7 @@ dependencies = [ "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)", "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_library 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "wayland-client 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1654,7 +1654,7 @@ dependencies = [ [[package]] name = "shared_library" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ports/gonk/Cargo.lock b/ports/gonk/Cargo.lock index 79adbfaec6c..9036b5d4773 100644 --- a/ports/gonk/Cargo.lock +++ b/ports/gonk/Cargo.lock @@ -1225,7 +1225,7 @@ version = "0.0.5" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_library 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -1596,7 +1596,7 @@ dependencies = [ "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)", "osmesa-sys 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)", - "shared_library 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", + "shared_library 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "shell32-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "user32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "wayland-client 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1628,7 +1628,7 @@ dependencies = [ [[package]] name = "shared_library" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",