@@ -554,7 +554,7 @@ dependencies = [
554
554
" crossbeam-utils 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
555
555
" parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
556
556
" rand 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
557
- " smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
557
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
558
558
]
559
559
560
560
[[package ]]
@@ -1488,7 +1488,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1488
1488
dependencies = [
1489
1489
" libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1490
1490
" rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1491
- " smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1491
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1492
1492
" winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1493
1493
]
1494
1494
@@ -1925,6 +1925,7 @@ dependencies = [
1925
1925
" rustc_target 0.0.0" ,
1926
1926
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1927
1927
" serialize 0.0.0" ,
1928
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1928
1929
" syntax 0.0.0" ,
1929
1930
" syntax_pos 0.0.0" ,
1930
1931
" tempfile 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2086,6 +2087,7 @@ dependencies = [
2086
2087
" rustc_data_structures 0.0.0" ,
2087
2088
" rustc_errors 0.0.0" ,
2088
2089
" rustc_target 0.0.0" ,
2090
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2089
2091
" syntax 0.0.0" ,
2090
2092
" syntax_pos 0.0.0" ,
2091
2093
]
@@ -2172,6 +2174,7 @@ dependencies = [
2172
2174
" rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2173
2175
" rustc_cratesio_shim 0.0.0" ,
2174
2176
" serialize 0.0.0" ,
2177
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2175
2178
" stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2176
2179
]
2177
2180
@@ -2317,6 +2320,7 @@ dependencies = [
2317
2320
" rustc_errors 0.0.0" ,
2318
2321
" rustc_target 0.0.0" ,
2319
2322
" serialize 0.0.0" ,
2323
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2320
2324
" syntax 0.0.0" ,
2321
2325
" syntax_pos 0.0.0" ,
2322
2326
]
@@ -2422,6 +2426,7 @@ dependencies = [
2422
2426
" log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2423
2427
" rustc 0.0.0" ,
2424
2428
" rustc_data_structures 0.0.0" ,
2429
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2425
2430
" syntax 0.0.0" ,
2426
2431
" syntax_pos 0.0.0" ,
2427
2432
]
@@ -2597,6 +2602,9 @@ dependencies = [
2597
2602
[[package ]]
2598
2603
name = " serialize"
2599
2604
version = " 0.0.0"
2605
+ dependencies = [
2606
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2607
+ ]
2600
2608
2601
2609
[[package ]]
2602
2610
name = " shell-escape"
@@ -2615,7 +2623,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
2615
2623
2616
2624
[[package ]]
2617
2625
name = " smallvec"
2618
- version = " 0.6.3 "
2626
+ version = " 0.6.5 "
2619
2627
source = " registry+https://github.com/rust-lang/crates.io-index"
2620
2628
dependencies = [
2621
2629
" unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2771,6 +2779,7 @@ dependencies = [
2771
2779
" rustc_target 0.0.0" ,
2772
2780
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2773
2781
" serialize 0.0.0" ,
2782
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2774
2783
" syntax_pos 0.0.0" ,
2775
2784
]
2776
2785
@@ -2783,6 +2792,7 @@ dependencies = [
2783
2792
" rustc_data_structures 0.0.0" ,
2784
2793
" rustc_errors 0.0.0" ,
2785
2794
" rustc_target 0.0.0" ,
2795
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2786
2796
" syntax 0.0.0" ,
2787
2797
" syntax_pos 0.0.0" ,
2788
2798
]
@@ -3327,7 +3337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3327
3337
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
3328
3338
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
3329
3339
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
3330
- "checksum smallvec 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 26df3bb03ca5eac2e64192b723d51f56c1b1e0860e7c766281f4598f181acdc8 "
3340
+ "checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = " 153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d "
3331
3341
"checksum socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 962a516af4d3a7c272cb3a1d50a8cc4e5b41802e4ad54cfb7bee8ba61d37d703"
3332
3342
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
3333
3343
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
0 commit comments