Deduplicate some dependencies.

This uses some dependencies from crates.io instead of git
where the crates.io copy was already used in some other part
of the dependency tree, so we had two copies of the same library.

The `android_glue` crate is the only one left where we have two copies,
but solving that is more tricky since we hard-code a path in
`components/servo/.cargo/config`.
This commit is contained in:
Simon Sapin 2015-05-06 19:19:36 +02:00
parent d9cc36ac22
commit 0d226722b7
7 changed files with 135 additions and 162 deletions

View file

@ -32,4 +32,4 @@ regex = "0.1.14"
regex_macros = "0.1.8"
hyper = "0.3"
flate2 = "0.2.0"
uuid = "*"
uuid = "0.1.16"