@@ -992,11 +992,6 @@ dependencies = [
992
992
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
993
993
]
994
994
995
- [[package ]]
996
- name = " fs_extra"
997
- version = " 1.1.0"
998
- source = " registry+https://github.com/rust-lang/crates.io-index"
999
-
1000
995
[[package ]]
1001
996
name = " fst"
1002
997
version = " 0.3.0"
@@ -1317,16 +1312,6 @@ name = "itoa"
1317
1312
version = " 0.4.4"
1318
1313
source = " registry+https://github.com/rust-lang/crates.io-index"
1319
1314
1320
- [[package ]]
1321
- name = " jemalloc-sys"
1322
- version = " 0.3.0"
1323
- source = " registry+https://github.com/rust-lang/crates.io-index"
1324
- dependencies = [
1325
- " cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
1326
- " fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1327
- " libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1328
- ]
1329
-
1330
1315
[[package ]]
1331
1316
name = " jobserver"
1332
1317
version = " 0.1.13"
@@ -1633,6 +1618,15 @@ name = "memoffset"
1633
1618
version = " 0.2.1"
1634
1619
source = " registry+https://github.com/rust-lang/crates.io-index"
1635
1620
1621
+ [[package ]]
1622
+ name = " mimalloc-sys"
1623
+ version = " 0.1.2"
1624
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1625
+ dependencies = [
1626
+ " cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
1627
+ " libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1628
+ ]
1629
+
1636
1630
[[package ]]
1637
1631
name = " minifier"
1638
1632
version = " 0.0.30"
@@ -2642,7 +2636,7 @@ dependencies = [
2642
2636
name = " rustc-main"
2643
2637
version = " 0.0.0"
2644
2638
dependencies = [
2645
- " jemalloc -sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2639
+ " mimalloc -sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2646
2640
" rustc_codegen_ssa 0.0.0" ,
2647
2641
" rustc_driver 0.0.0" ,
2648
2642
" rustc_target 0.0.0" ,
@@ -4296,7 +4290,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4296
4290
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
4297
4291
"checksum fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 3f8cbee5e872cf7db61a999a041f9bc4706ca7bf7df4cb914f53fabb1c1bc550"
4298
4292
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
4299
- "checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
4300
4293
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
4301
4294
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
4302
4295
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
@@ -4331,7 +4324,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4331
4324
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = " f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
4332
4325
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
4333
4326
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
4334
- "checksum jemalloc-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 7bef0d4ce37578dfd80b466e3d8324bd9de788e249f1accebb0c472ea4b52bdc"
4335
4327
"checksum jobserver 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = " b3d51e24009d966c8285d524dbaf6d60926636b2a89caee9ce0bd612494ddc16"
4336
4328
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = " 9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
4337
4329
"checksum jsonrpc-core 12.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 288dca7f9713710a29e485076b9340156cb701edb46a881f5d0c31aa4f5b9143"
@@ -4362,6 +4354,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4362
4354
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
4363
4355
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
4364
4356
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
4357
+ "checksum mimalloc-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 06bd52565989827e0d9342099892ef07703b66aba1c811ddb85c6aaaca23b04a"
4365
4358
"checksum minifier 0.0.30 (registry+https://github.com/rust-lang/crates.io-index)" = " 4c909e78edf61f3aa0dd2086da168cdf304329044bbf248768ca3d20253ec8c0"
4366
4359
"checksum miniz-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 0300eafb20369952951699b68243ab4334f4b10a88f411c221d444b36c40e649"
4367
4360
"checksum miniz_oxide 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5ad30a47319c16cde58d0314f5d98202a80c9083b5f61178457403dfb14e509c"
0 commit comments