@@ -1517,8 +1517,8 @@ name = "markup5ever"
1517
1517
version = " 0.7.5"
1518
1518
source = " registry+https://github.com/rust-lang/crates.io-index"
1519
1519
dependencies = [
1520
- " phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1521
- " phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1520
+ " phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1521
+ " phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1522
1522
" serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
1523
1523
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
1524
1524
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1533,8 +1533,8 @@ version = "0.8.1"
1533
1533
source = " registry+https://github.com/rust-lang/crates.io-index"
1534
1534
dependencies = [
1535
1535
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1536
- " phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1537
- " phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1536
+ " phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1537
+ " phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1538
1538
" serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
1539
1539
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
1540
1540
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1990,33 +1990,33 @@ dependencies = [
1990
1990
1991
1991
[[package ]]
1992
1992
name = " phf"
1993
- version = " 0.7.22 "
1993
+ version = " 0.7.24 "
1994
1994
source = " registry+https://github.com/rust-lang/crates.io-index"
1995
1995
dependencies = [
1996
- " phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1996
+ " phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1997
1997
]
1998
1998
1999
1999
[[package ]]
2000
2000
name = " phf_codegen"
2001
- version = " 0.7.22 "
2001
+ version = " 0.7.24 "
2002
2002
source = " registry+https://github.com/rust-lang/crates.io-index"
2003
2003
dependencies = [
2004
- " phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
2005
- " phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
2004
+ " phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2005
+ " phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2006
2006
]
2007
2007
2008
2008
[[package ]]
2009
2009
name = " phf_generator"
2010
- version = " 0.7.22 "
2010
+ version = " 0.7.24 "
2011
2011
source = " registry+https://github.com/rust-lang/crates.io-index"
2012
2012
dependencies = [
2013
- " phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
2014
- " rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2013
+ " phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2014
+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2015
2015
]
2016
2016
2017
2017
[[package ]]
2018
2018
name = " phf_shared"
2019
- version = " 0.7.22 "
2019
+ version = " 0.7.24 "
2020
2020
source = " registry+https://github.com/rust-lang/crates.io-index"
2021
2021
dependencies = [
2022
2022
" siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2146,18 +2146,6 @@ dependencies = [
2146
2146
" rustc-ap-syntax 491.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2147
2147
]
2148
2148
2149
- [[package ]]
2150
- name = " rand"
2151
- version = " 0.4.6"
2152
- source = " registry+https://github.com/rust-lang/crates.io-index"
2153
- dependencies = [
2154
- " fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2155
- " libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
2156
- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2157
- " rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2158
- " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2159
- ]
2160
-
2161
2149
[[package ]]
2162
2150
name = " rand"
2163
2151
version = " 0.6.1"
@@ -3448,7 +3436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3448
3436
dependencies = [
3449
3437
" lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3450
3438
" new_debug_unreachable 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3451
- " phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
3439
+ " phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
3452
3440
" precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3453
3441
" serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" ,
3454
3442
" string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3460,8 +3448,8 @@ name = "string_cache_codegen"
3460
3448
version = " 0.4.2"
3461
3449
source = " registry+https://github.com/rust-lang/crates.io-index"
3462
3450
dependencies = [
3463
- " phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
3464
- " phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
3451
+ " phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
3452
+ " phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
3465
3453
" proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" ,
3466
3454
" quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
3467
3455
" string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4398,10 +4386,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4398
4386
"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
4399
4387
"checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e"
4400
4388
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
4401
- "checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = " 7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2 "
4402
- "checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b "
4403
- "checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = " 05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998 "
4404
- "checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = " c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930 "
4389
+ "checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = " b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18 "
4390
+ "checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = " b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e "
4391
+ "checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = " 09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662 "
4392
+ "checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = " 234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0 "
4405
4393
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = " 676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
4406
4394
"checksum polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 8b24942fee141ea45628484a453762bb7e515099c3ec05fbeb76b7bf57b1aeed"
4407
4395
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
@@ -4416,7 +4404,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4416
4404
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
4417
4405
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = " faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
4418
4406
"checksum racer 2.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = " 94dbdea3d959d8f76a2e303b3eadf107fd76da886b231291e649168613d432fb"
4419
- "checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
4420
4407
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
4421
4408
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
4422
4409
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"
0 commit comments