mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Bump phf to 0.7.13
This commit is contained in:
parent
42f1712846
commit
787c4e568d
4 changed files with 47 additions and 47 deletions
28
components/servo/Cargo.lock
generated
28
components/servo/Cargo.lock
generated
|
@ -849,8 +849,8 @@ dependencies = [
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1404,33 +1404,33 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf"
|
name = "phf"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_codegen"
|
name = "phf_codegen"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_generator"
|
name = "phf_generator"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_shared"
|
name = "phf_shared"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1870,8 +1870,8 @@ dependencies = [
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -2318,8 +2318,8 @@ source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
28
ports/cef/Cargo.lock
generated
28
ports/cef/Cargo.lock
generated
|
@ -779,8 +779,8 @@ dependencies = [
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1308,33 +1308,33 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf"
|
name = "phf"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_codegen"
|
name = "phf_codegen"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_generator"
|
name = "phf_generator"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_shared"
|
name = "phf_shared"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1784,8 +1784,8 @@ dependencies = [
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -2204,8 +2204,8 @@ source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
10
ports/geckolib/Cargo.lock
generated
10
ports/geckolib/Cargo.lock
generated
|
@ -277,16 +277,16 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_generator"
|
name = "phf_generator"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_shared"
|
name = "phf_shared"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -414,8 +414,8 @@ dependencies = [
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
28
ports/gonk/Cargo.lock
generated
28
ports/gonk/Cargo.lock
generated
|
@ -760,8 +760,8 @@ dependencies = [
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
@ -1289,33 +1289,33 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf"
|
name = "phf"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_codegen"
|
name = "phf_codegen"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_generator"
|
name = "phf_generator"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "phf_shared"
|
name = "phf_shared"
|
||||||
version = "0.7.12"
|
version = "0.7.13"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -1763,8 +1763,8 @@ dependencies = [
|
||||||
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
"heapsize_plugin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_generator 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_generator 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_shared 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_shared 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
"serde 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -2152,8 +2152,8 @@ source = "git+https://github.com/Ygg01/xml5ever#6c7017063dc1cfd64f08b7701a689e74
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
"mac 0.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"phf_codegen 0.7.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
"phf_codegen 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
"string_cache 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
"tendril 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue