@@ -609,7 +609,7 @@ version = "0.13.0"
609
609
source = " registry+https://github.com/rust-lang/crates.io-index"
610
610
dependencies = [
611
611
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
612
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
612
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
613
613
" rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
614
614
" syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
615
615
]
@@ -734,7 +734,7 @@ version = "0.1.2"
734
734
source = " registry+https://github.com/rust-lang/crates.io-index"
735
735
dependencies = [
736
736
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
737
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
737
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
738
738
" syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
739
739
" synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
740
740
]
@@ -1341,7 +1341,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
1341
dependencies = [
1342
1342
" num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1343
1343
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
1344
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1344
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
1345
1345
" syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
1346
1346
]
1347
1347
@@ -1677,7 +1677,7 @@ dependencies = [
1677
1677
1678
1678
[[package ]]
1679
1679
name = " quote"
1680
- version = " 0.6.8 "
1680
+ version = " 0.6.10 "
1681
1681
source = " registry+https://github.com/rust-lang/crates.io-index"
1682
1682
dependencies = [
1683
1683
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2239,6 +2239,7 @@ dependencies = [
2239
2239
" rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2240
2240
" rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2241
2241
" rustc_cratesio_shim 0.0.0" ,
2242
+ " rustc_local_drop_derive 0.1.0" ,
2242
2243
" serialize 0.0.0" ,
2243
2244
" smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2244
2245
" stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2334,6 +2335,15 @@ dependencies = [
2334
2335
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
2335
2336
]
2336
2337
2338
+ [[package ]]
2339
+ name = " rustc_local_drop_derive"
2340
+ version = " 0.1.0"
2341
+ dependencies = [
2342
+ " proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2343
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2344
+ " synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2345
+ ]
2346
+
2337
2347
[[package ]]
2338
2348
name = " rustc_lsan"
2339
2349
version = " 0.0.0"
@@ -2664,7 +2674,7 @@ version = "1.0.75"
2664
2674
source = " registry+https://github.com/rust-lang/crates.io-index"
2665
2675
dependencies = [
2666
2676
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2667
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2677
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2668
2678
" syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2669
2679
]
2670
2680
@@ -2801,7 +2811,7 @@ version = "0.9.1"
2801
2811
source = " registry+https://github.com/rust-lang/crates.io-index"
2802
2812
dependencies = [
2803
2813
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2804
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2814
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2805
2815
" syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2806
2816
]
2807
2817
@@ -2831,7 +2841,7 @@ version = "0.14.9"
2831
2841
source = " registry+https://github.com/rust-lang/crates.io-index"
2832
2842
dependencies = [
2833
2843
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2834
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2844
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2835
2845
" unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2836
2846
]
2837
2847
@@ -2841,7 +2851,7 @@ version = "0.15.21"
2841
2851
source = " registry+https://github.com/rust-lang/crates.io-index"
2842
2852
dependencies = [
2843
2853
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2844
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2854
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2845
2855
" unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2846
2856
]
2847
2857
@@ -2859,11 +2869,22 @@ version = "0.9.0"
2859
2869
source = " registry+https://github.com/rust-lang/crates.io-index"
2860
2870
dependencies = [
2861
2871
" proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2862
- " quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2872
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2863
2873
" syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2864
2874
" unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2865
2875
]
2866
2876
2877
+ [[package ]]
2878
+ name = " synstructure"
2879
+ version = " 0.10.1"
2880
+ source = " registry+https://github.com/rust-lang/crates.io-index"
2881
+ dependencies = [
2882
+ " proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" ,
2883
+ " quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2884
+ " syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" ,
2885
+ " unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2886
+ ]
2887
+
2867
2888
[[package ]]
2868
2889
name = " syntax"
2869
2890
version = " 0.0.0"
@@ -3400,7 +3421,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3400
3421
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3401
3422
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
3402
3423
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
3403
- "checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = " dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5 "
3424
+ "checksum quote 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = " 53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c "
3404
3425
"checksum racer 2.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 344a53b68d889ab5f44d0617f2bbe1f696abe6a730bd41fa619cfc6fa83a6078"
3405
3426
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
3406
3427
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = " e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
@@ -3465,6 +3486,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3465
3486
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = " 261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
3466
3487
"checksum syn 0.15.21 (registry+https://github.com/rust-lang/crates.io-index)" = " 816b7af21405b011a23554ea2dc3f6576dc86ca557047c34098c1d741f10f823"
3467
3488
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = " a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
3489
+ "checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
3468
3490
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
3469
3491
"checksum tar 0.4.19 (registry+https://github.com/rust-lang/crates.io-index)" = " 69e16840a1e0a1f1a880b739ef1cc6a4b85496c99b8aa786ccffce6e0c15624c"
3470
3492
"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = " c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76"
0 commit comments