@@ -1933,9 +1933,9 @@ dependencies = [
1933
1933
" rustc_data_structures 0.0.0" ,
1934
1934
" rustc_errors 0.0.0" ,
1935
1935
" rustc_fs_util 0.0.0" ,
1936
+ " rustc_serialize 0.0.0" ,
1936
1937
" rustc_target 0.0.0" ,
1937
1938
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1938
- " serialize 0.0.0" ,
1939
1939
" smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1940
1940
" syntax 0.0.0" ,
1941
1941
" syntax_pos 0.0.0" ,
@@ -2187,8 +2187,8 @@ dependencies = [
2187
2187
" rustc_fs_util 0.0.0" ,
2188
2188
" rustc_incremental 0.0.0" ,
2189
2189
" rustc_mir 0.0.0" ,
2190
+ " rustc_serialize 0.0.0" ,
2190
2191
" rustc_target 0.0.0" ,
2191
- " serialize 0.0.0" ,
2192
2192
" syntax 0.0.0" ,
2193
2193
" syntax_pos 0.0.0" ,
2194
2194
]
@@ -2231,7 +2231,7 @@ dependencies = [
2231
2231
" rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2232
2232
" rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2233
2233
" rustc_cratesio_shim 0.0.0" ,
2234
- " serialize 0.0.0" ,
2234
+ " rustc_serialize 0.0.0" ,
2235
2235
" smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2236
2236
" stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2237
2237
]
@@ -2261,11 +2261,11 @@ dependencies = [
2261
2261
" rustc_privacy 0.0.0" ,
2262
2262
" rustc_resolve 0.0.0" ,
2263
2263
" rustc_save_analysis 0.0.0" ,
2264
+ " rustc_serialize 0.0.0" ,
2264
2265
" rustc_target 0.0.0" ,
2265
2266
" rustc_traits 0.0.0" ,
2266
2267
" rustc_typeck 0.0.0" ,
2267
2268
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2268
- " serialize 0.0.0" ,
2269
2269
" smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2270
2270
" syntax 0.0.0" ,
2271
2271
" syntax_ext 0.0.0" ,
@@ -2280,7 +2280,7 @@ dependencies = [
2280
2280
" log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2281
2281
" rustc_cratesio_shim 0.0.0" ,
2282
2282
" rustc_data_structures 0.0.0" ,
2283
- " serialize 0.0.0" ,
2283
+ " rustc_serialize 0.0.0" ,
2284
2284
" syntax_pos 0.0.0" ,
2285
2285
" termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2286
2286
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2300,7 +2300,7 @@ dependencies = [
2300
2300
" rustc 0.0.0" ,
2301
2301
" rustc_data_structures 0.0.0" ,
2302
2302
" rustc_fs_util 0.0.0" ,
2303
- " serialize 0.0.0" ,
2303
+ " rustc_serialize 0.0.0" ,
2304
2304
" syntax 0.0.0" ,
2305
2305
" syntax_pos 0.0.0" ,
2306
2306
]
@@ -2347,8 +2347,8 @@ dependencies = [
2347
2347
" rustc 0.0.0" ,
2348
2348
" rustc_data_structures 0.0.0" ,
2349
2349
" rustc_errors 0.0.0" ,
2350
+ " rustc_serialize 0.0.0" ,
2350
2351
" rustc_target 0.0.0" ,
2351
- " serialize 0.0.0" ,
2352
2352
" stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2353
2353
" syntax 0.0.0" ,
2354
2354
" syntax_ext 0.0.0" ,
@@ -2371,8 +2371,8 @@ dependencies = [
2371
2371
" rustc_apfloat 0.0.0" ,
2372
2372
" rustc_data_structures 0.0.0" ,
2373
2373
" rustc_errors 0.0.0" ,
2374
+ " rustc_serialize 0.0.0" ,
2374
2375
" rustc_target 0.0.0" ,
2375
- " serialize 0.0.0" ,
2376
2376
" smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2377
2377
" syntax 0.0.0" ,
2378
2378
" syntax_pos 0.0.0" ,
@@ -2460,6 +2460,13 @@ dependencies = [
2460
2460
" syntax_pos 0.0.0" ,
2461
2461
]
2462
2462
2463
+ [[package ]]
2464
+ name = " rustc_serialize"
2465
+ version = " 0.0.0"
2466
+ dependencies = [
2467
+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2468
+ ]
2469
+
2463
2470
[[package ]]
2464
2471
name = " rustc_target"
2465
2472
version = " 0.0.0"
@@ -2468,7 +2475,7 @@ dependencies = [
2468
2475
" log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2469
2476
" rustc_cratesio_shim 0.0.0" ,
2470
2477
" rustc_data_structures 0.0.0" ,
2471
- " serialize 0.0.0" ,
2478
+ " rustc_serialize 0.0.0" ,
2472
2479
]
2473
2480
2474
2481
[[package ]]
@@ -2678,13 +2685,6 @@ dependencies = [
2678
2685
" serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
2679
2686
]
2680
2687
2681
- [[package ]]
2682
- name = " serialize"
2683
- version = " 0.0.0"
2684
- dependencies = [
2685
- " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2686
- ]
2687
-
2688
2688
[[package ]]
2689
2689
name = " shell-escape"
2690
2690
version = " 0.1.4"
@@ -2869,9 +2869,9 @@ dependencies = [
2869
2869
" log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2870
2870
" rustc_data_structures 0.0.0" ,
2871
2871
" rustc_errors 0.0.0" ,
2872
+ " rustc_serialize 0.0.0" ,
2872
2873
" rustc_target 0.0.0" ,
2873
2874
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2874
- " serialize 0.0.0" ,
2875
2875
" smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2876
2876
" syntax_pos 0.0.0" ,
2877
2877
]
@@ -2897,8 +2897,8 @@ dependencies = [
2897
2897
" arena 0.0.0" ,
2898
2898
" cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2899
2899
" rustc_data_structures 0.0.0" ,
2900
+ " rustc_serialize 0.0.0" ,
2900
2901
" scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2901
- " serialize 0.0.0" ,
2902
2902
" unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2903
2903
]
2904
2904
0 commit comments