mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update string-cache.
This commit is contained in:
parent
8f2ceb41dd
commit
1b51324b66
7 changed files with 42 additions and 33 deletions
|
@ -11,7 +11,7 @@ workspace = "../.."
|
|||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
string_cache = {version = "0.4", features = ["heapsize"]}
|
||||
string_cache = {version = "0.5", features = ["heapsize"]}
|
||||
|
||||
[build-dependencies]
|
||||
string_cache_codegen = "0.3"
|
||||
string_cache_codegen = "0.4"
|
||||
|
|
|
@ -20,7 +20,7 @@ fnv = "1.0"
|
|||
gfx = {path = "../gfx"}
|
||||
gfx_traits = {path = "../gfx_traits"}
|
||||
heapsize = "0.3.0"
|
||||
html5ever-atoms = "0.2"
|
||||
html5ever-atoms = "0.3"
|
||||
ipc-channel = "0.7"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
|
|
|
@ -46,8 +46,8 @@ fnv = "1.0"
|
|||
gfx_traits = {path = "../gfx_traits"}
|
||||
heapsize = "0.3.6"
|
||||
heapsize_derive = "0.1"
|
||||
html5ever = {version = "0.14", features = ["heap_size", "unstable"]}
|
||||
html5ever-atoms = {version = "0.2", features = ["heap_size"]}
|
||||
html5ever = {version = "0.15", features = ["heap_size", "unstable"]}
|
||||
html5ever-atoms = {version = "0.3", features = ["heap_size"]}
|
||||
hyper = "0.10"
|
||||
hyper_serde = "0.6"
|
||||
image = "0.12"
|
||||
|
@ -87,7 +87,7 @@ style_traits = {path = "../style_traits"}
|
|||
time = "0.1.12"
|
||||
url = {version = "1.2", features = ["heap_size", "query_encoding"]}
|
||||
uuid = {version = "0.4", features = ["v4"]}
|
||||
xml5ever = {version = "0.4", features = ["unstable"]}
|
||||
xml5ever = {version = "0.5", features = ["unstable"]}
|
||||
webrender_traits = {git = "https://github.com/servo/webrender", features = ["ipc"]}
|
||||
webvr = {path = "../webvr"}
|
||||
webvr_traits = {path = "../webvr_traits"}
|
||||
|
|
|
@ -18,7 +18,7 @@ euclid = "0.11"
|
|||
gfx_traits = {path = "../gfx_traits"}
|
||||
heapsize = "0.3.0"
|
||||
heapsize_derive = "0.1"
|
||||
html5ever-atoms = "0.2"
|
||||
html5ever-atoms = "0.3"
|
||||
ipc-channel = "0.7"
|
||||
libc = "0.2"
|
||||
log = "0.3.5"
|
||||
|
|
|
@ -33,7 +33,7 @@ euclid = "0.11"
|
|||
fnv = "1.0"
|
||||
heapsize = {version = "0.3.0", optional = true}
|
||||
heapsize_derive = {version = "0.1", optional = true}
|
||||
html5ever-atoms = {version = "0.2", optional = true}
|
||||
html5ever-atoms = {version = "0.3", optional = true}
|
||||
lazy_static = "0.2"
|
||||
log = "0.3"
|
||||
matches = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue