@@ -772,6 +772,11 @@ dependencies = [
772772 " winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
773773]
774774
775+ [[package ]]
776+ name = " fs_extra"
777+ version = " 1.1.0"
778+ source = " registry+https://github.com/rust-lang/crates.io-index"
779+
775780[[package ]]
776781name = " fst"
777782version = " 0.3.0"
@@ -983,6 +988,16 @@ name = "itoa"
983988version = " 0.4.3"
984989source = " registry+https://github.com/rust-lang/crates.io-index"
985990
991+ [[package ]]
992+ name = " jemalloc-sys"
993+ version = " 0.1.8"
994+ source = " registry+https://github.com/rust-lang/crates.io-index"
995+ dependencies = [
996+ " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
997+ " fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
998+ " libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" ,
999+ ]
1000+
9861001[[package ]]
9871002name = " jobserver"
9881003version = " 0.1.11"
@@ -2168,6 +2183,7 @@ dependencies = [
21682183 " arena 0.0.0" ,
21692184 " env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
21702185 " graphviz 0.0.0" ,
2186+ " jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
21712187 " log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
21722188 " rustc 0.0.0" ,
21732189 " rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3223,6 +3239,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32233239"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = " f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
32243240"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
32253241"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
3242+ "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
32263243"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
32273244"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
32283245"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
@@ -3245,6 +3262,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
32453262"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
32463263"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = " f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
32473264"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
3265+ "checksum jemalloc-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " bfc62c8e50e381768ce8ee0428ee53741929f7ebd73e4d83f669bcf7693e00ae"
32483266"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
32493267"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
32503268"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = " ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
0 commit comments