Update rand to 0.7 (fixes #24448)

This commit is contained in:
Anthony Ramine 2019-10-16 14:07:39 +02:00
parent 4f8cfd9b48
commit 785a344e32
42 changed files with 200 additions and 254 deletions

View file

@ -22,11 +22,11 @@ bench = []
[dependencies]
bitflags = "1.0"
matches = "0.1"
cssparser = "0.25"
cssparser = "0.27.1"
derive_more = "0.13"
log = "0.4"
fxhash = "0.2"
phf = "0.7"
phf = "0.8"
precomputed-hash = "0.1"
servo_arc = { version = "0.1", path = "../servo_arc" }
smallvec = "0.6"
@ -35,4 +35,4 @@ to_shmem = { path = "../to_shmem" }
to_shmem_derive = { path = "../to_shmem_derive" }
[build-dependencies]
phf_codegen = "0.7"
phf_codegen = "0.8"