More Cargo.toml updates

This commit is contained in:
atouchet 2020-04-25 18:26:49 -07:00
parent b5a3f016db
commit 0da9ba5bbe
4 changed files with 27 additions and 28 deletions

View file

@ -18,19 +18,19 @@ doctest = false
base64 = "0.10.1"
brotli = "3"
bytes = "0.4"
content-security-policy = {version = "0.4.0", features = ["serde"]}
cookie_rs = {package = "cookie", version = "0.11"}
content-security-policy = { version = "0.4.0", features = ["serde"] }
cookie_rs = { package = "cookie", version = "0.11" }
crossbeam-channel = "0.4"
data-url = "0.1.0"
devtools_traits = {path = "../devtools_traits"}
devtools_traits = { path = "../devtools_traits" }
embedder_traits = { path = "../embedder_traits" }
flate2 = "1"
futures = "0.1"
headers = "0.2"
http = "0.1"
hyper = "0.12"
hyper_serde = "0.11"
hyper-openssl = "0.7"
hyper_serde = "0.11"
immeta = "0.4"
ipc-channel = "0.14"
lazy_static = "1"
@ -39,31 +39,31 @@ log = "0.4"
malloc_size_of = { path = "../malloc_size_of" }
malloc_size_of_derive = "0.1"
mime = "0.3"
mime_guess = "2.0.0-alpha.6"
msg = {path = "../msg"}
net_traits = {path = "../net_traits"}
mime_guess = "2.0.0"
msg = { path = "../msg" }
net_traits = { path = "../net_traits" }
openssl = "0.10"
openssl-sys = "0.9"
percent-encoding = "2.0"
pixels = {path = "../pixels"}
profile_traits = {path = "../profile_traits"}
pixels = { path = "../pixels" }
profile_traits = { path = "../profile_traits" }
rayon = "1"
serde = "1.0"
serde_json = "1.0"
servo_allocator = {path = "../allocator"}
servo_arc = {path = "../servo_arc"}
servo_config = {path = "../config"}
servo_url = {path = "../url"}
tokio = "0.1"
servo_allocator = { path = "../allocator" }
servo_arc = { path = "../servo_arc" }
servo_config = { path = "../config" }
servo_url = { path = "../url" }
time = "0.1.17"
tokio = "0.1"
url = "2.0"
uuid = {version = "0.8", features = ["v4"]}
webrender_api = {git = "https://github.com/servo/webrender"}
uuid = { version = "0.8", features = ["v4"] }
webrender_api = { git = "https://github.com/servo/webrender" }
ws = { version = "0.9", features = ["ssl"] }
[dev-dependencies]
std_test_override = { path = "../std_test_override" }
futures = "0.1"
std_test_override = { path = "../std_test_override" }
tokio-openssl = "0.3"
[[test]]