@@ -1940,9 +1940,9 @@ dependencies = [
19401940 " rustc_data_structures 0.0.0" ,
19411941 " rustc_errors 0.0.0" ,
19421942 " rustc_fs_util 0.0.0" ,
1943+ " rustc_serialize 0.0.0" ,
19431944 " rustc_target 0.0.0" ,
19441945 " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1945- " serialize 0.0.0" ,
19461946 " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
19471947 " syntax 0.0.0" ,
19481948 " syntax_pos 0.0.0" ,
@@ -2194,8 +2194,8 @@ dependencies = [
21942194 " rustc_fs_util 0.0.0" ,
21952195 " rustc_incremental 0.0.0" ,
21962196 " rustc_mir 0.0.0" ,
2197+ " rustc_serialize 0.0.0" ,
21972198 " rustc_target 0.0.0" ,
2198- " serialize 0.0.0" ,
21992199 " syntax 0.0.0" ,
22002200 " syntax_pos 0.0.0" ,
22012201]
@@ -2238,7 +2238,7 @@ dependencies = [
22382238 " rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
22392239 " rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
22402240 " rustc_cratesio_shim 0.0.0" ,
2241- " serialize 0.0.0" ,
2241+ " rustc_serialize 0.0.0" ,
22422242 " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
22432243 " stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
22442244]
@@ -2268,11 +2268,11 @@ dependencies = [
22682268 " rustc_privacy 0.0.0" ,
22692269 " rustc_resolve 0.0.0" ,
22702270 " rustc_save_analysis 0.0.0" ,
2271+ " rustc_serialize 0.0.0" ,
22712272 " rustc_target 0.0.0" ,
22722273 " rustc_traits 0.0.0" ,
22732274 " rustc_typeck 0.0.0" ,
22742275 " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2275- " serialize 0.0.0" ,
22762276 " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
22772277 " syntax 0.0.0" ,
22782278 " syntax_ext 0.0.0" ,
@@ -2287,7 +2287,7 @@ dependencies = [
22872287 " log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
22882288 " rustc_cratesio_shim 0.0.0" ,
22892289 " rustc_data_structures 0.0.0" ,
2290- " serialize 0.0.0" ,
2290+ " rustc_serialize 0.0.0" ,
22912291 " syntax_pos 0.0.0" ,
22922292 " termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
22932293 " unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2307,7 +2307,7 @@ dependencies = [
23072307 " rustc 0.0.0" ,
23082308 " rustc_data_structures 0.0.0" ,
23092309 " rustc_fs_util 0.0.0" ,
2310- " serialize 0.0.0" ,
2310+ " rustc_serialize 0.0.0" ,
23112311 " syntax 0.0.0" ,
23122312 " syntax_pos 0.0.0" ,
23132313]
@@ -2355,8 +2355,8 @@ dependencies = [
23552355 " rustc 0.0.0" ,
23562356 " rustc_data_structures 0.0.0" ,
23572357 " rustc_errors 0.0.0" ,
2358+ " rustc_serialize 0.0.0" ,
23582359 " rustc_target 0.0.0" ,
2359- " serialize 0.0.0" ,
23602360 " stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
23612361 " syntax 0.0.0" ,
23622362 " syntax_ext 0.0.0" ,
@@ -2379,8 +2379,8 @@ dependencies = [
23792379 " rustc_apfloat 0.0.0" ,
23802380 " rustc_data_structures 0.0.0" ,
23812381 " rustc_errors 0.0.0" ,
2382+ " rustc_serialize 0.0.0" ,
23822383 " rustc_target 0.0.0" ,
2383- " serialize 0.0.0" ,
23842384 " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
23852385 " syntax 0.0.0" ,
23862386 " syntax_pos 0.0.0" ,
@@ -2468,6 +2468,13 @@ dependencies = [
24682468 " syntax_pos 0.0.0" ,
24692469]
24702470
2471+ [[package ]]
2472+ name = " rustc_serialize"
2473+ version = " 0.0.0"
2474+ dependencies = [
2475+ " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2476+ ]
2477+
24712478[[package ]]
24722479name = " rustc_target"
24732480version = " 0.0.0"
@@ -2476,7 +2483,7 @@ dependencies = [
24762483 " log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
24772484 " rustc_cratesio_shim 0.0.0" ,
24782485 " rustc_data_structures 0.0.0" ,
2479- " serialize 0.0.0" ,
2486+ " rustc_serialize 0.0.0" ,
24802487]
24812488
24822489[[package ]]
@@ -2686,13 +2693,6 @@ dependencies = [
26862693 " serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" ,
26872694]
26882695
2689- [[package ]]
2690- name = " serialize"
2691- version = " 0.0.0"
2692- dependencies = [
2693- " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2694- ]
2695-
26962696[[package ]]
26972697name = " shell-escape"
26982698version = " 0.1.4"
@@ -2877,9 +2877,9 @@ dependencies = [
28772877 " log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
28782878 " rustc_data_structures 0.0.0" ,
28792879 " rustc_errors 0.0.0" ,
2880+ " rustc_serialize 0.0.0" ,
28802881 " rustc_target 0.0.0" ,
28812882 " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2882- " serialize 0.0.0" ,
28832883 " smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
28842884 " syntax_pos 0.0.0" ,
28852885]
@@ -2906,8 +2906,8 @@ dependencies = [
29062906 " arena 0.0.0" ,
29072907 " cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
29082908 " rustc_data_structures 0.0.0" ,
2909+ " rustc_serialize 0.0.0" ,
29092910 " scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2910- " serialize 0.0.0" ,
29112911 " unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
29122912]
29132913
0 commit comments