@@ -785,6 +785,11 @@ dependencies = [
785
785
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
786
786
]
787
787
788
+ [[package ]]
789
+ name = " fs_extra"
790
+ version = " 1.1.0"
791
+ source = " registry+https://github.com/rust-lang/crates.io-index"
792
+
788
793
[[package ]]
789
794
name = " fst"
790
795
version = " 0.3.0"
@@ -996,6 +1001,16 @@ name = "itoa"
996
1001
version = " 0.4.3"
997
1002
source = " registry+https://github.com/rust-lang/crates.io-index"
998
1003
1004
+ [[package ]]
1005
+ name = " jemalloc-sys"
1006
+ version = " 0.1.8"
1007
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1008
+ dependencies = [
1009
+ " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1010
+ " fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1011
+ " libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
1012
+ ]
1013
+
999
1014
[[package ]]
1000
1015
name = " jobserver"
1001
1016
version = " 0.1.11"
@@ -2181,6 +2196,7 @@ dependencies = [
2181
2196
" arena 0.0.0" ,
2182
2197
" env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2183
2198
" graphviz 0.0.0" ,
2199
+ " jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
2184
2200
" log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2185
2201
" rustc 0.0.0" ,
2186
2202
" rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3237,6 +3253,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3237
3253
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = " f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3238
3254
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
3239
3255
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
3256
+ "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
3240
3257
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
3241
3258
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
3242
3259
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
@@ -3259,6 +3276,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3259
3276
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
3260
3277
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = " f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
3261
3278
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
3279
+ "checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
3262
3280
"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
3263
3281
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
3264
3282
"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
0 commit comments