@@ -256,7 +256,7 @@ dependencies = [
256
256
" home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
257
257
" ignore 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
258
258
" im-rc 12.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
259
- " jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
259
+ " jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
260
260
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
261
261
" lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
262
262
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -267,7 +267,7 @@ dependencies = [
267
267
" opener 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
268
268
" openssl 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
269
269
" pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
270
- " proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
270
+ " proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
271
271
" rustc-workspace-hack 1.0.0" ,
272
272
" rustfix 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
273
273
" same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -279,10 +279,11 @@ dependencies = [
279
279
" tar 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" ,
280
280
" tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
281
281
" termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
282
- " toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
282
+ " toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
283
283
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
284
284
" url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
285
285
" url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
286
+ " walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" ,
286
287
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
287
288
]
288
289
@@ -544,6 +545,7 @@ version = "0.24.0"
544
545
dependencies = [
545
546
" curl 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" ,
546
547
" failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
548
+ " http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
547
549
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
548
550
" serde_derive 1.0.81 (registry+https://github.com/rust-lang/crates.io-index)" ,
549
551
" serde_json 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1102,6 +1104,16 @@ dependencies = [
1102
1104
" syn 0.15.22 (registry+https://github.com/rust-lang/crates.io-index)" ,
1103
1105
]
1104
1106
1107
+ [[package ]]
1108
+ name = " http"
1109
+ version = " 0.1.16"
1110
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1111
+ dependencies = [
1112
+ " bytes 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
1113
+ " fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1114
+ " itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1115
+ ]
1116
+
1105
1117
[[package ]]
1106
1118
name = " humantime"
1107
1119
version = " 1.2.0"
@@ -1213,7 +1225,7 @@ dependencies = [
1213
1225
1214
1226
[[package ]]
1215
1227
name = " jobserver"
1216
- version = " 0.1.12 "
1228
+ version = " 0.1.13 "
1217
1229
source = " registry+https://github.com/rust-lang/crates.io-index"
1218
1230
dependencies = [
1219
1231
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1957,7 +1969,7 @@ dependencies = [
1957
1969
1958
1970
[[package ]]
1959
1971
name = " proptest"
1960
- version = " 0.8.7 "
1972
+ version = " 0.9.2 "
1961
1973
source = " registry+https://github.com/rust-lang/crates.io-index"
1962
1974
dependencies = [
1963
1975
" bit-set 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1966,7 +1978,9 @@ dependencies = [
1966
1978
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1967
1979
" num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1968
1980
" quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1969
- " rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1981
+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1982
+ " rand_chacha 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1983
+ " rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1970
1984
" regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1971
1985
" rusty-fork 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1972
1986
" tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2349,7 +2363,7 @@ dependencies = [
2349
2363
" flate2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2350
2364
" fmt_macros 0.0.0" ,
2351
2365
" graphviz 0.0.0" ,
2352
- " jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2366
+ " jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
2353
2367
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2354
2368
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2355
2369
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2401,7 +2415,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2401
2415
dependencies = [
2402
2416
" cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2403
2417
" ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2404
- " jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2418
+ " jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
2405
2419
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2406
2420
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2407
2421
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2619,7 +2633,7 @@ version = "0.0.0"
2619
2633
dependencies = [
2620
2634
" bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2621
2635
" cc 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)" ,
2622
- " jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2636
+ " jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
2623
2637
" libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" ,
2624
2638
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2625
2639
" memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2672,7 +2686,7 @@ dependencies = [
2672
2686
" cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2673
2687
" ena 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2674
2688
" graphviz 0.0.0" ,
2675
- " jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2689
+ " jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" ,
2676
2690
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2677
2691
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2678
2692
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3729,6 +3743,14 @@ dependencies = [
3729
3743
" serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
3730
3744
]
3731
3745
3746
+ [[package ]]
3747
+ name = " toml"
3748
+ version = " 0.5.0"
3749
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3750
+ dependencies = [
3751
+ " serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)" ,
3752
+ ]
3753
+
3732
3754
[[package ]]
3733
3755
name = " toml-query"
3734
3756
version = " 0.6.0"
@@ -4086,6 +4108,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4086
4108
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
4087
4109
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
4088
4110
"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = " c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
4111
+ "checksum http 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = " fe67e3678f2827030e89cc4b9e7ecd16d52f132c0b940ab5005f88e821500f6a"
4089
4112
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
4090
4113
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
4091
4114
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
@@ -4097,7 +4120,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4097
4120
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
4098
4121
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
4099
4122
"checksum jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
4100
- "checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = " dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace "
4123
+ "checksum jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = " b3d51e24009d966c8285d524dbaf6d60926636b2a89caee9ce0bd612494ddc16 "
4101
4124
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
4102
4125
"checksum jsonrpc-core 10.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a5152c3fda235dfd68341b3edf4121bc4428642c93acbd6de88c26bf95fc5d7"
4103
4126
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
@@ -4172,7 +4195,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4172
4195
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
4173
4196
"checksum pretty_env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " df8b3f4e0475def7d9c2e5de8e5a1306949849761e107b360d03e98eafaffd61"
4174
4197
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = " 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
4175
- "checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f "
4198
+ "checksum proptest 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 24f5844db2f839e97e3021980975f6ebf8691d9b9b2ca67ed3feb38dc3edb52c "
4176
4199
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
4177
4200
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
4178
4201
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
@@ -4281,6 +4304,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4281
4304
"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
4282
4305
"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
4283
4306
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
4307
+ "checksum toml 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 87c5890a989fa47ecdc7bcb4c63a77a82c18f306714104b1decfd722db17b39e"
4284
4308
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
4285
4309
"checksum toml-query 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ab234a943a2363ad774020e2f9474a38a85bc4396bace01a96380144aef17db3"
4286
4310
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
0 commit comments