author | Emilio Cobos Álvarez <emilio@crisal.io> |
Sun, 23 Jun 2019 12:57:18 +0200 | |
changeset 479907 | c90edb8e903d224c775f541477d9170ace8471c9 |
parent 479906 | 322c3ae81799c7edcde44471a2e225998a9d61c4 |
child 479908 | cce39206381e78106916c8232452f71e9dd86ad9 |
push id | 88354 |
push user | emilio@crisal.io |
push date | Sun, 23 Jun 2019 11:28:20 +0000 |
treeherder | autoland@4ed761cebb7f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 1560777 |
milestone | 69.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/servo/components/hashglobe/Cargo.toml +++ b/servo/components/hashglobe/Cargo.toml @@ -8,9 +8,9 @@ documentation = "https://docs.rs/hashglo repository = "https://github.com/Manishearth/hashglobe" readme = "README.md" [dependencies] libc = "0.2" [dev-dependencies] -rand = "0.4" +rand = "0.6"
--- a/servo/components/malloc_size_of/Cargo.toml +++ b/servo/components/malloc_size_of/Cargo.toml @@ -25,17 +25,17 @@ servo = [ [dependencies] app_units = "0.7" crossbeam-channel = { version = "0.3", optional = true } cssparser = "0.25" euclid = "0.19" hashglobe = { path = "../hashglobe" } hyper = { version = "0.12", optional = true } -hyper_serde = { version = "0.9", optional = true } +hyper_serde = { version = "0.11", optional = true } keyboard-types = {version = "0.4.3", optional = true} selectors = { path = "../selectors" } serde = { version = "1.0.27", optional = true } serde_bytes = { version = "0.10", optional = true } servo_arc = { path = "../servo_arc" } smallbitvec = "2.3.0" smallvec = "0.6" string_cache = { version = "0.7", optional = true }
--- a/servo/components/selectors/Cargo.toml +++ b/servo/components/selectors/Cargo.toml @@ -21,18 +21,18 @@ bench = [] [dependencies] bitflags = "1.0" matches = "0.1" cssparser = "0.25" derive_more = "0.13" log = "0.4" fxhash = "0.2" -phf = "0.7.18" +phf = "0.7" precomputed-hash = "0.1" servo_arc = { version = "0.1", path = "../servo_arc" } smallvec = "0.6" thin-slice = "0.1.0" to_shmem = { path = "../to_shmem" } to_shmem_derive = { path = "../to_shmem_derive" } [build-dependencies] -phf_codegen = "0.7.18" +phf_codegen = "0.7"