@@ -15,9 +15,9 @@ dependencies = [
15
15
name = " alloc"
16
16
version = " 0.0.0"
17
17
dependencies = [
18
- " compiler_builtins 0.0.0 " ,
18
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
19
19
" core 0.0.0" ,
20
- " rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
20
+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
21
21
]
22
22
23
23
[[package ]]
@@ -407,10 +407,11 @@ dependencies = [
407
407
408
408
[[package ]]
409
409
name = " compiler_builtins"
410
- version = " 0.0.0"
410
+ version = " 0.1.2"
411
+ source = " registry+https://github.com/rust-lang/crates.io-index"
411
412
dependencies = [
412
413
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
413
- " core 0 .0.0" ,
414
+ " rustc-std-workspace- core 1 .0.0" ,
414
415
]
415
416
416
417
[[package ]]
@@ -456,7 +457,7 @@ dependencies = [
456
457
name = " core"
457
458
version = " 0.0.0"
458
459
dependencies = [
459
- " rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
460
+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
460
461
]
461
462
462
463
[[package ]]
@@ -658,10 +659,12 @@ dependencies = [
658
659
659
660
[[package ]]
660
661
name = " dlmalloc"
661
- version = " 0.0.0"
662
+ version = " 0.1.1"
663
+ source = " registry+https://github.com/rust-lang/crates.io-index"
662
664
dependencies = [
663
- " compiler_builtins 0.0.0" ,
664
- " core 0.0.0" ,
665
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
666
+ " libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index)" ,
667
+ " rustc-std-workspace-core 1.0.0" ,
665
668
]
666
669
667
670
[[package ]]
@@ -814,10 +817,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
814
817
815
818
[[package ]]
816
819
name = " fortanix-sgx-abi"
817
- version = " 0.0.0"
820
+ version = " 0.3.1"
821
+ source = " registry+https://github.com/rust-lang/crates.io-index"
818
822
dependencies = [
819
- " compiler_builtins 0.0.0 " ,
820
- " core 0 .0.0" ,
823
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
824
+ " rustc-std-workspace- core 1 .0.0" ,
821
825
]
822
826
823
827
[[package ]]
@@ -1138,18 +1142,13 @@ name = "lazycell"
1138
1142
version = " 1.2.1"
1139
1143
source = " registry+https://github.com/rust-lang/crates.io-index"
1140
1144
1141
- [[package ]]
1142
- name = " libc"
1143
- version = " 0.0.0"
1144
- dependencies = [
1145
- " compiler_builtins 0.0.0" ,
1146
- " core 0.0.0" ,
1147
- ]
1148
-
1149
1145
[[package ]]
1150
1146
name = " libc"
1151
1147
version = " 0.2.45"
1152
1148
source = " registry+https://github.com/rust-lang/crates.io-index"
1149
+ dependencies = [
1150
+ " rustc-std-workspace-core 1.0.0" ,
1151
+ ]
1153
1152
1154
1153
[[package ]]
1155
1154
name = " libgit2-sys"
@@ -1520,19 +1519,19 @@ dependencies = [
1520
1519
name = " panic_abort"
1521
1520
version = " 0.0.0"
1522
1521
dependencies = [
1523
- " compiler_builtins 0.0.0 " ,
1522
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
1524
1523
" core 0.0.0" ,
1525
- " libc 0.0.0 " ,
1524
+ " libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index) " ,
1526
1525
]
1527
1526
1528
1527
[[package ]]
1529
1528
name = " panic_unwind"
1530
1529
version = " 0.0.0"
1531
1530
dependencies = [
1532
1531
" alloc 0.0.0" ,
1533
- " compiler_builtins 0.0.0 " ,
1532
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
1534
1533
" core 0.0.0" ,
1535
- " libc 0.0.0 " ,
1534
+ " libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index) " ,
1536
1535
" unwind 0.0.0" ,
1537
1536
]
1538
1537
@@ -1683,7 +1682,7 @@ name = "profiler_builtins"
1683
1682
version = " 0.0.0"
1684
1683
dependencies = [
1685
1684
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1686
- " compiler_builtins 0.0.0 " ,
1685
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
1687
1686
" core 0.0.0" ,
1688
1687
]
1689
1688
@@ -1814,7 +1813,7 @@ name = "rand_chacha"
1814
1813
version = " 0.1.0"
1815
1814
source = " registry+https://github.com/rust-lang/crates.io-index"
1816
1815
dependencies = [
1817
- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1816
+ " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1818
1817
" rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
1819
1818
]
1820
1819
@@ -1836,7 +1835,7 @@ name = "rand_hc"
1836
1835
version = " 0.1.0"
1837
1836
source = " registry+https://github.com/rust-lang/crates.io-index"
1838
1837
dependencies = [
1839
- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1838
+ " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1840
1839
]
1841
1840
1842
1841
[[package ]]
@@ -1861,7 +1860,7 @@ name = "rand_xorshift"
1861
1860
version = " 0.1.0"
1862
1861
source = " registry+https://github.com/rust-lang/crates.io-index"
1863
1862
dependencies = [
1864
- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1863
+ " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1865
1864
]
1866
1865
1867
1866
[[package ]]
@@ -2242,6 +2241,13 @@ name = "rustc-serialize"
2242
2241
version = " 0.3.24"
2243
2242
source = " registry+https://github.com/rust-lang/crates.io-index"
2244
2243
2244
+ [[package ]]
2245
+ name = " rustc-std-workspace-core"
2246
+ version = " 1.0.0"
2247
+ dependencies = [
2248
+ " core 0.0.0" ,
2249
+ ]
2250
+
2245
2251
[[package ]]
2246
2252
name = " rustc-workspace-hack"
2247
2253
version = " 1.0.0"
@@ -2284,7 +2290,7 @@ dependencies = [
2284
2290
" alloc 0.0.0" ,
2285
2291
" build_helper 0.1.0" ,
2286
2292
" cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2287
- " compiler_builtins 0.0.0 " ,
2293
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
2288
2294
" core 0.0.0" ,
2289
2295
]
2290
2296
@@ -2479,7 +2485,7 @@ dependencies = [
2479
2485
" alloc 0.0.0" ,
2480
2486
" build_helper 0.1.0" ,
2481
2487
" cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2482
- " compiler_builtins 0.0.0 " ,
2488
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
2483
2489
" core 0.0.0" ,
2484
2490
]
2485
2491
@@ -2531,7 +2537,7 @@ dependencies = [
2531
2537
" alloc 0.0.0" ,
2532
2538
" build_helper 0.1.0" ,
2533
2539
" cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2534
- " compiler_builtins 0.0.0 " ,
2540
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
2535
2541
" core 0.0.0" ,
2536
2542
]
2537
2543
@@ -2644,7 +2650,7 @@ dependencies = [
2644
2650
" alloc 0.0.0" ,
2645
2651
" build_helper 0.1.0" ,
2646
2652
" cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2647
- " compiler_builtins 0.0.0 " ,
2653
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
2648
2654
" core 0.0.0" ,
2649
2655
]
2650
2656
@@ -2877,15 +2883,15 @@ dependencies = [
2877
2883
" alloc 0.0.0" ,
2878
2884
" build_helper 0.1.0" ,
2879
2885
" cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
2880
- " compiler_builtins 0.0.0 " ,
2886
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
2881
2887
" core 0.0.0" ,
2882
- " dlmalloc 0.0.0 " ,
2883
- " fortanix-sgx-abi 0.0.0 " ,
2884
- " libc 0.0.0 " ,
2888
+ " dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index) " ,
2889
+ " fortanix-sgx-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index) " ,
2890
+ " libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index) " ,
2885
2891
" panic_abort 0.0.0" ,
2886
2892
" panic_unwind 0.0.0" ,
2887
2893
" profiler_builtins 0.0.0" ,
2888
- " rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2894
+ " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2889
2895
" rustc_asan 0.0.0" ,
2890
2896
" rustc_lsan 0.0.0" ,
2891
2897
" rustc_msan 0.0.0" ,
@@ -3217,9 +3223,9 @@ dependencies = [
3217
3223
name = " unwind"
3218
3224
version = " 0.0.0"
3219
3225
dependencies = [
3220
- " compiler_builtins 0.0.0 " ,
3226
+ " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index) " ,
3221
3227
" core 0.0.0" ,
3222
- " libc 0.0.0 " ,
3228
+ " libc 0.2.45 (registry+https://github.com/rust-lang/crates.io-index) " ,
3223
3229
]
3224
3230
3225
3231
[[package ]]
@@ -3397,6 +3403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3397
3403
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
3398
3404
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
3399
3405
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
3406
+ "checksum compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 8ad611263b9f31bdb66e66227d3b781600fd1e68d5deee29b23f5e2ac9cb4892"
3400
3407
"checksum compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = " 89747fe073b7838343bd2c2445e7a7c2e0d415598f8925f0fa9205b9cdfc48cb"
3401
3408
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
3402
3409
"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
@@ -3418,6 +3425,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3418
3425
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = " 3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
3419
3426
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
3420
3427
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
3428
+ "checksum dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 4c46c65de42b063004b31c67a98abe071089b289ff0919c660ed7ff4f59317f8"
3421
3429
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
3422
3430
"checksum elasticlunr-rs 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = " a99a310cd1f9770e7bf8e48810c7bcbb0e078c8fb23a8c7bcf0da4c2bf61a455"
3423
3431
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = " f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
@@ -3434,6 +3442,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3434
3442
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = " 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
3435
3443
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = " f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3436
3444
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
3445
+ "checksum fortanix-sgx-abi 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 26105e20b4c3f7a319db1376b54ac9a46e5761e949405553375095d05a0cee4d"
3437
3446
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
3438
3447
"checksum fs_extra 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
3439
3448
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
0 commit comments