mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #5280 : mbrubeck/servo/rand, r=larsbergstrom
r? @larsbergstrom
This commit is contained in:
commit
794d9f696a
3 changed files with 6 additions and 33 deletions
13
components/servo/Cargo.lock
generated
13
components/servo/Cargo.lock
generated
|
@ -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
ports/cef/Cargo.lock
generated
13
ports/cef/Cargo.lock
generated
|
@ -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
ports/gonk/Cargo.lock
generated
13
ports/gonk/Cargo.lock
generated
|
@ -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)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue