servo: Merge #5280 - Use the same version of rand everywhere (from mbrubeck:rand); r=larsbergstrom

r? @larsbergstrom

Source-Repo: https://github.com/servo/servo
Source-Revision: 794d9f696a7a1c80afec44badfb151c047239cd7
This commit is contained in:
Matt Brubeck 2015-03-19 17:33:48 -06:00
Родитель 83c49f2b56
Коммит e555e46c85
3 изменённых файлов: 6 добавлений и 33 удалений

13
servo/components/servo/Cargo.lock сгенерированный
Просмотреть файл

@ -706,15 +706,6 @@ dependencies = [
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex"
version = "0.1.18"
@ -810,7 +801,7 @@ dependencies = [
"lazy_static 0.1.8 (git+https://github.com/Kimundi/lazy-static.rs)",
"phf 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_macros 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)",
]
@ -895,7 +886,7 @@ dependencies = [
"lazy_static 0.1.8 (git+https://github.com/Kimundi/lazy-static.rs)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",

13
servo/ports/cef/Cargo.lock сгенерированный
Просмотреть файл

@ -712,15 +712,6 @@ dependencies = [
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex"
version = "0.1.18"
@ -835,7 +826,7 @@ dependencies = [
"lazy_static 0.1.8 (git+https://github.com/Kimundi/lazy-static.rs)",
"phf 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_macros 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)",
]
@ -920,7 +911,7 @@ dependencies = [
"lazy_static 0.1.8 (git+https://github.com/Kimundi/lazy-static.rs)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",

13
servo/ports/gonk/Cargo.lock сгенерированный
Просмотреть файл

@ -636,15 +636,6 @@ dependencies = [
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "rand"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "regex"
version = "0.1.18"
@ -758,7 +749,7 @@ dependencies = [
"lazy_static 0.1.8 (git+https://github.com/Kimundi/lazy-static.rs)",
"phf 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"phf_macros 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"string_cache_plugin 0.0.0 (git+https://github.com/servo/string-cache)",
]
@ -835,7 +826,7 @@ dependencies = [
"lazy_static 0.1.8 (git+https://github.com/Kimundi/lazy-static.rs)",
"libc 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"plugins 0.0.1",
"rand 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rand 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",