Skip to content

Commit 734d31a

Browse files
committed
Update phf to get rid of rand 0.4
1 parent 765eebf commit 734d31a

File tree

1 file changed

+20
-33
lines changed

1 file changed

+20
-33
lines changed

Cargo.lock

+20-33
Original file line numberDiff line numberDiff line change
@@ -1517,8 +1517,8 @@ name = "markup5ever"
15171517
version = "0.7.5"
15181518
source = "registry+https://github.com/rust-lang/crates.io-index"
15191519
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)",
15221522
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
15231523
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
15241524
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1533,8 +1533,8 @@ version = "0.8.1"
15331533
source = "registry+https://github.com/rust-lang/crates.io-index"
15341534
dependencies = [
15351535
"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)",
15381538
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
15391539
"serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)",
15401540
"serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -1990,33 +1990,33 @@ dependencies = [
19901990

19911991
[[package]]
19921992
name = "phf"
1993-
version = "0.7.22"
1993+
version = "0.7.24"
19941994
source = "registry+https://github.com/rust-lang/crates.io-index"
19951995
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)",
19971997
]
19981998

19991999
[[package]]
20002000
name = "phf_codegen"
2001-
version = "0.7.22"
2001+
version = "0.7.24"
20022002
source = "registry+https://github.com/rust-lang/crates.io-index"
20032003
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)",
20062006
]
20072007

20082008
[[package]]
20092009
name = "phf_generator"
2010-
version = "0.7.22"
2010+
version = "0.7.24"
20112011
source = "registry+https://github.com/rust-lang/crates.io-index"
20122012
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)",
20152015
]
20162016

20172017
[[package]]
20182018
name = "phf_shared"
2019-
version = "0.7.22"
2019+
version = "0.7.24"
20202020
source = "registry+https://github.com/rust-lang/crates.io-index"
20212021
dependencies = [
20222022
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -2146,18 +2146,6 @@ dependencies = [
21462146
"rustc-ap-syntax 491.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
21472147
]
21482148

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-
21612149
[[package]]
21622150
name = "rand"
21632151
version = "0.6.1"
@@ -3448,7 +3436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
34483436
dependencies = [
34493437
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
34503438
"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)",
34523440
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
34533441
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
34543442
"string_cache_codegen 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3460,8 +3448,8 @@ name = "string_cache_codegen"
34603448
version = "0.4.2"
34613449
source = "registry+https://github.com/rust-lang/crates.io-index"
34623450
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)",
34653453
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
34663454
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
34673455
"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"
43984386
"checksum pest_generator 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63120576c4efd69615b5537d3d052257328a4ca82876771d6944424ccfd9f646"
43994387
"checksum pest_meta 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5a3492a4ed208ffc247adcdcc7ba2a95be3104f58877d0d02f0df39bf3efb5e"
44004388
"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"
44054393
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
44064394
"checksum polonius-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b24942fee141ea45628484a453762bb7e515099c3ec05fbeb76b7bf57b1aeed"
44074395
"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"
44164404
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
44174405
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
44184406
"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"
44204407
"checksum rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ae9d223d52ae411a33cf7e54ec6034ec165df296ccd23533d671a28252b6f66a"
44214408
"checksum rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "771b009e3a508cb67e8823dda454aaa5368c7bc1c16829fb77d3e980440dd34a"
44224409
"checksum rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0905b6b7079ec73b314d4c748701f6931eb79fd97c668caa3f1899b22b32c6db"

0 commit comments

Comments
 (0)