@@ -25,7 +25,7 @@ dependencies = [
25
25
name = " alloc"
26
26
version = " 0.0.0"
27
27
dependencies = [
28
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
28
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
29
29
" core 0.0.0" ,
30
30
" rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
31
31
" rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -118,7 +118,7 @@ dependencies = [
118
118
" autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
119
119
" backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
120
120
" cfg-if 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
121
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
121
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
122
122
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
123
123
" rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
124
124
" rustc-std-workspace-core 1.0.0" ,
@@ -130,7 +130,7 @@ version = "0.1.27"
130
130
source = " registry+https://github.com/rust-lang/crates.io-index"
131
131
dependencies = [
132
132
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
133
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
133
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
134
134
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
135
135
" rustc-std-workspace-core 1.0.0" ,
136
136
]
@@ -357,7 +357,7 @@ name = "cfg-if"
357
357
version = " 0.1.8"
358
358
source = " registry+https://github.com/rust-lang/crates.io-index"
359
359
dependencies = [
360
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
360
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
361
361
" rustc-std-workspace-core 1.0.0" ,
362
362
]
363
363
@@ -486,7 +486,7 @@ dependencies = [
486
486
487
487
[[package ]]
488
488
name = " compiler_builtins"
489
- version = " 0.1.15 "
489
+ version = " 0.1.16 "
490
490
source = " registry+https://github.com/rust-lang/crates.io-index"
491
491
dependencies = [
492
492
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -768,7 +768,7 @@ name = "dlmalloc"
768
768
version = " 0.1.3"
769
769
source = " registry+https://github.com/rust-lang/crates.io-index"
770
770
dependencies = [
771
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
771
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
772
772
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
773
773
" rustc-std-workspace-core 1.0.0" ,
774
774
]
@@ -934,7 +934,7 @@ name = "fortanix-sgx-abi"
934
934
version = " 0.3.2"
935
935
source = " registry+https://github.com/rust-lang/crates.io-index"
936
936
dependencies = [
937
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
937
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
938
938
" rustc-std-workspace-core 1.0.0" ,
939
939
]
940
940
@@ -1095,7 +1095,7 @@ name = "hashbrown"
1095
1095
version = " 0.4.0"
1096
1096
source = " registry+https://github.com/rust-lang/crates.io-index"
1097
1097
dependencies = [
1098
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1098
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
1099
1099
" rustc-std-workspace-alloc 1.0.0" ,
1100
1100
" rustc-std-workspace-core 1.0.0" ,
1101
1101
]
@@ -1803,7 +1803,7 @@ dependencies = [
1803
1803
name = " panic_abort"
1804
1804
version = " 0.0.0"
1805
1805
dependencies = [
1806
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1806
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
1807
1807
" core 0.0.0" ,
1808
1808
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1809
1809
]
@@ -1813,7 +1813,7 @@ name = "panic_unwind"
1813
1813
version = " 0.0.0"
1814
1814
dependencies = [
1815
1815
" alloc 0.0.0" ,
1816
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
1816
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
1817
1817
" core 0.0.0" ,
1818
1818
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
1819
1819
" unwind 0.0.0" ,
@@ -1998,7 +1998,7 @@ name = "profiler_builtins"
1998
1998
version = " 0.0.0"
1999
1999
dependencies = [
2000
2000
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
2001
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2001
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
2002
2002
" core 0.0.0" ,
2003
2003
]
2004
2004
@@ -2518,7 +2518,7 @@ name = "rustc-demangle"
2518
2518
version = " 0.1.15"
2519
2519
source = " registry+https://github.com/rust-lang/crates.io-index"
2520
2520
dependencies = [
2521
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2521
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
2522
2522
" rustc-std-workspace-core 1.0.0" ,
2523
2523
]
2524
2524
@@ -2646,7 +2646,7 @@ dependencies = [
2646
2646
" alloc 0.0.0" ,
2647
2647
" build_helper 0.1.0" ,
2648
2648
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
2649
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2649
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
2650
2650
" core 0.0.0" ,
2651
2651
]
2652
2652
@@ -2878,7 +2878,7 @@ dependencies = [
2878
2878
" alloc 0.0.0" ,
2879
2879
" build_helper 0.1.0" ,
2880
2880
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
2881
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2881
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
2882
2882
" core 0.0.0" ,
2883
2883
]
2884
2884
@@ -2941,7 +2941,7 @@ dependencies = [
2941
2941
" alloc 0.0.0" ,
2942
2942
" build_helper 0.1.0" ,
2943
2943
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
2944
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
2944
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
2945
2945
" core 0.0.0" ,
2946
2946
]
2947
2947
@@ -3060,7 +3060,7 @@ dependencies = [
3060
3060
" alloc 0.0.0" ,
3061
3061
" build_helper 0.1.0" ,
3062
3062
" cmake 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" ,
3063
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
3063
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
3064
3064
" core 0.0.0" ,
3065
3065
]
3066
3066
@@ -3338,7 +3338,7 @@ dependencies = [
3338
3338
" alloc 0.0.0" ,
3339
3339
" backtrace 0.3.29 (registry+https://github.com/rust-lang/crates.io-index)" ,
3340
3340
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
3341
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
3341
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
3342
3342
" core 0.0.0" ,
3343
3343
" dlmalloc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
3344
3344
" fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3936,7 +3936,7 @@ name = "unwind"
3936
3936
version = " 0.0.0"
3937
3937
dependencies = [
3938
3938
" cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" ,
3939
- " compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" ,
3939
+ " compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" ,
3940
3940
" core 0.0.0" ,
3941
3941
" libc 0.2.54 (registry+https://github.com/rust-lang/crates.io-index)" ,
3942
3942
]
@@ -4149,7 +4149,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4149
4149
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
4150
4150
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
4151
4151
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
4152
- "checksum compiler_builtins 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = " e899b947d7e71c3d35c0b6194d64025b84946640510e215090c815b20828964e "
4152
+ "checksum compiler_builtins 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = " e79ed19793c99771b386d76e08c3419409bb3d418b81a8b8afc73524247461cf "
4153
4153
"checksum compiletest_rs 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = " f40ecc9332b68270998995c00f8051ee856121764a0d3230e64c9efd059d27b6"
4154
4154
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
4155
4155
"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
0 commit comments