@@ -17,7 +17,7 @@ dependencies = [
17
17
name = " alloc"
18
18
version = " 0.0.0"
19
19
dependencies = [
20
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
20
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
21
21
" core 0.0.0" ,
22
22
" rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
23
23
" rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -110,7 +110,7 @@ dependencies = [
110
110
" autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
111
111
" backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
112
112
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
113
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
113
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
114
114
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
115
115
" rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
116
116
" rustc-std-workspace-core 1.0.0" ,
@@ -122,7 +122,7 @@ version = "0.1.27"
122
122
source = " registry+https://github.com/rust-lang/crates.io-index"
123
123
dependencies = [
124
124
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
125
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
125
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
126
126
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
127
127
" rustc-std-workspace-core 1.0.0" ,
128
128
]
@@ -335,7 +335,7 @@ name = "cfg-if"
335
335
version = " 0.1.8"
336
336
source = " registry+https://github.com/rust-lang/crates.io-index"
337
337
dependencies = [
338
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
338
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
339
339
" rustc-std-workspace-core 1.0.0" ,
340
340
]
341
341
@@ -464,7 +464,7 @@ dependencies = [
464
464
465
465
[[package ]]
466
466
name = " compiler_builtins"
467
- version = " 0.1.17 "
467
+ version = " 0.1.18 "
468
468
source = " registry+https://github.com/rust-lang/crates.io-index"
469
469
dependencies = [
470
470
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -795,7 +795,7 @@ name = "dlmalloc"
795
795
version = " 0.1.3"
796
796
source = " registry+https://github.com/rust-lang/crates.io-index"
797
797
dependencies = [
798
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
798
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
799
799
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
800
800
" rustc-std-workspace-core 1.0.0" ,
801
801
]
@@ -960,7 +960,7 @@ name = "fortanix-sgx-abi"
960
960
version = " 0.3.2"
961
961
source = " registry+https://github.com/rust-lang/crates.io-index"
962
962
dependencies = [
963
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
963
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
964
964
" rustc-std-workspace-core 1.0.0" ,
965
965
]
966
966
@@ -1137,7 +1137,7 @@ name = "hashbrown"
1137
1137
version = " 0.4.0"
1138
1138
source = " registry+https://github.com/rust-lang/crates.io-index"
1139
1139
dependencies = [
1140
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1140
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1141
1141
" rustc-std-workspace-alloc 1.0.0" ,
1142
1142
" rustc-std-workspace-core 1.0.0" ,
1143
1143
]
@@ -1955,7 +1955,7 @@ dependencies = [
1955
1955
name = " panic_abort"
1956
1956
version = " 0.0.0"
1957
1957
dependencies = [
1958
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1958
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1959
1959
" core 0.0.0" ,
1960
1960
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1961
1961
]
@@ -1966,7 +1966,7 @@ version = "0.0.0"
1966
1966
dependencies = [
1967
1967
" alloc 0.0.0" ,
1968
1968
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1969
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1969
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
1970
1970
" core 0.0.0" ,
1971
1971
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1972
1972
" unwind 0.0.0" ,
@@ -2137,7 +2137,7 @@ name = "profiler_builtins"
2137
2137
version = " 0.0.0"
2138
2138
dependencies = [
2139
2139
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
2140
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2140
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2141
2141
" core 0.0.0" ,
2142
2142
]
2143
2143
@@ -2674,7 +2674,7 @@ name = "rustc-demangle"
2674
2674
version = " 0.1.15"
2675
2675
source = " registry+https://github.com/rust-lang/crates.io-index"
2676
2676
dependencies = [
2677
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2677
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2678
2678
" rustc-std-workspace-core 1.0.0" ,
2679
2679
]
2680
2680
@@ -2751,20 +2751,6 @@ dependencies = [
2751
2751
" winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2752
2752
]
2753
2753
2754
- [[package ]]
2755
- name = " rustc_allocator"
2756
- version = " 0.0.0"
2757
- dependencies = [
2758
- " log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2759
- " rustc 0.0.0" ,
2760
- " rustc_data_structures 0.0.0" ,
2761
- " rustc_errors 0.0.0" ,
2762
- " rustc_target 0.0.0" ,
2763
- " smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2764
- " syntax 0.0.0" ,
2765
- " syntax_pos 0.0.0" ,
2766
- ]
2767
-
2768
2754
[[package ]]
2769
2755
name = " rustc_apfloat"
2770
2756
version = " 0.0.0"
@@ -2780,7 +2766,7 @@ dependencies = [
2780
2766
" alloc 0.0.0" ,
2781
2767
" build_helper 0.1.0" ,
2782
2768
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
2783
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2769
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
2784
2770
" core 0.0.0" ,
2785
2771
]
2786
2772
@@ -2822,7 +2808,6 @@ dependencies = [
2822
2808
" num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2823
2809
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2824
2810
" rustc 0.0.0" ,
2825
- " rustc_allocator 0.0.0" ,
2826
2811
" rustc_apfloat 0.0.0" ,
2827
2812
" rustc_codegen_utils 0.0.0" ,
2828
2813
" rustc_data_structures 0.0.0" ,
@@ -2883,7 +2868,6 @@ dependencies = [
2883
2868
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2884
2869
" rustc 0.0.0" ,
2885
2870
" rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2886
- " rustc_allocator 0.0.0" ,
2887
2871
" rustc_ast_borrowck 0.0.0" ,
2888
2872
" rustc_codegen_utils 0.0.0" ,
2889
2873
" rustc_data_structures 0.0.0" ,
@@ -2904,7 +2888,6 @@ dependencies = [
2904
2888
" serialize 0.0.0" ,
2905
2889
" smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" ,
2906
2890
" syntax 0.0.0" ,
2907
- " syntax_ext 0.0.0" ,
2908
2891
" syntax_pos 0.0.0" ,
2909
2892
]
2910
2893
@@ -2948,7 +2931,6 @@ dependencies = [
2948
2931
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2949
2932
" rustc 0.0.0" ,
2950
2933
" rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2951
- " rustc_allocator 0.0.0" ,
2952
2934
" rustc_ast_borrowck 0.0.0" ,
2953
2935
" rustc_codegen_ssa 0.0.0" ,
2954
2936
" rustc_codegen_utils 0.0.0" ,
@@ -3006,7 +2988,7 @@ dependencies = [
3006
2988
" alloc 0.0.0" ,
3007
2989
" build_helper 0.1.0" ,
3008
2990
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
3009
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
2991
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3010
2992
" core 0.0.0" ,
3011
2993
]
3012
2994
@@ -3069,7 +3051,7 @@ dependencies = [
3069
3051
" alloc 0.0.0" ,
3070
3052
" build_helper 0.1.0" ,
3071
3053
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
3072
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
3054
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3073
3055
" core 0.0.0" ,
3074
3056
]
3075
3057
@@ -3187,7 +3169,7 @@ dependencies = [
3187
3169
" alloc 0.0.0" ,
3188
3170
" build_helper 0.1.0" ,
3189
3171
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
3190
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
3172
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3191
3173
" core 0.0.0" ,
3192
3174
]
3193
3175
@@ -3494,7 +3476,7 @@ dependencies = [
3494
3476
" backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
3495
3477
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
3496
3478
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
3497
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
3479
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
3498
3480
" core 0.0.0" ,
3499
3481
" dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3500
3482
" fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -4121,7 +4103,7 @@ version = "0.0.0"
4121
4103
dependencies = [
4122
4104
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
4123
4105
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
4124
- " compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
4106
+ " compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" ,
4125
4107
" core 0.0.0" ,
4126
4108
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
4127
4109
]
@@ -4335,7 +4317,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4335
4317
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
4336
4318
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
4337
4319
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
4338
- "checksum compiler_builtins 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = " ad9b4731b9e701aefe9e6bd1e9173f30526661508f9aaadaa5caec25ddf95585 "
4320
+ "checksum compiler_builtins 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = " ef1c086a06d6f52f9c0d50cacdc021bfb6034ddeec9fb7e62f099f13f65472f4 "
4339
4321
"checksum compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = " f40ecc9332b68270998995c00f8051ee856121764a0d3230e64c9efd059d27b6"
4340
4322
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
4341
4323
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
0 commit comments