@@ -15,7 +15,7 @@ dependencies = [
1515name = " alloc"
1616version = " 0.0.0"
1717dependencies = [
18- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
18+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1919 " core 0.0.0" ,
2020 " rand 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2121 " rand_xorshift 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -98,7 +98,7 @@ version = "0.1.27"
9898source = " registry+https://github.com/rust-lang/crates.io-index"
9999dependencies = [
100100 " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
101- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
101+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
102102 " libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" ,
103103 " rustc-std-workspace-core 1.0.0" ,
104104]
@@ -411,7 +411,7 @@ dependencies = [
411411
412412[[package ]]
413413name = " compiler_builtins"
414- version = " 0.1.2 "
414+ version = " 0.1.4 "
415415source = " registry+https://github.com/rust-lang/crates.io-index"
416416dependencies = [
417417 " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -667,7 +667,7 @@ name = "dlmalloc"
667667version = " 0.1.1"
668668source = " registry+https://github.com/rust-lang/crates.io-index"
669669dependencies = [
670- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
670+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
671671 " libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" ,
672672 " rustc-std-workspace-core 1.0.0" ,
673673]
@@ -825,7 +825,7 @@ name = "fortanix-sgx-abi"
825825version = " 0.3.2"
826826source = " registry+https://github.com/rust-lang/crates.io-index"
827827dependencies = [
828- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
828+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
829829 " rustc-std-workspace-core 1.0.0" ,
830830]
831831
@@ -1518,7 +1518,7 @@ dependencies = [
15181518name = " panic_abort"
15191519version = " 0.0.0"
15201520dependencies = [
1521- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1521+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
15221522 " core 0.0.0" ,
15231523 " libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" ,
15241524]
@@ -1528,7 +1528,7 @@ name = "panic_unwind"
15281528version = " 0.0.0"
15291529dependencies = [
15301530 " alloc 0.0.0" ,
1531- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1531+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
15321532 " core 0.0.0" ,
15331533 " libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" ,
15341534 " unwind 0.0.0" ,
@@ -1681,7 +1681,7 @@ name = "profiler_builtins"
16811681version = " 0.0.0"
16821682dependencies = [
16831683 " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
1684- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1684+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
16851685 " core 0.0.0" ,
16861686]
16871687
@@ -1812,7 +1812,7 @@ name = "rand_chacha"
18121812version = " 0.1.0"
18131813source = " registry+https://github.com/rust-lang/crates.io-index"
18141814dependencies = [
1815- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1815+ " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
18161816 " rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
18171817]
18181818
@@ -1834,7 +1834,7 @@ name = "rand_hc"
18341834version = " 0.1.0"
18351835source = " registry+https://github.com/rust-lang/crates.io-index"
18361836dependencies = [
1837- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1837+ " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
18381838]
18391839
18401840[[package ]]
@@ -1859,7 +1859,7 @@ name = "rand_xorshift"
18591859version = " 0.1.0"
18601860source = " registry+https://github.com/rust-lang/crates.io-index"
18611861dependencies = [
1862- " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1862+ " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
18631863]
18641864
18651865[[package ]]
@@ -2200,7 +2200,7 @@ name = "rustc-demangle"
22002200version = " 0.1.10"
22012201source = " registry+https://github.com/rust-lang/crates.io-index"
22022202dependencies = [
2203- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2203+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
22042204 " rustc-std-workspace-core 1.0.0" ,
22052205]
22062206
@@ -2298,7 +2298,7 @@ dependencies = [
22982298 " alloc 0.0.0" ,
22992299 " build_helper 0.1.0" ,
23002300 " cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2301- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2301+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
23022302 " core 0.0.0" ,
23032303]
23042304
@@ -2492,7 +2492,7 @@ dependencies = [
24922492 " alloc 0.0.0" ,
24932493 " build_helper 0.1.0" ,
24942494 " cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2495- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2495+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
24962496 " core 0.0.0" ,
24972497]
24982498
@@ -2544,7 +2544,7 @@ dependencies = [
25442544 " alloc 0.0.0" ,
25452545 " build_helper 0.1.0" ,
25462546 " cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2547- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2547+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
25482548 " core 0.0.0" ,
25492549]
25502550
@@ -2657,7 +2657,7 @@ dependencies = [
26572657 " alloc 0.0.0" ,
26582658 " build_helper 0.1.0" ,
26592659 " cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" ,
2660- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2660+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
26612661 " core 0.0.0" ,
26622662]
26632663
@@ -2893,7 +2893,7 @@ dependencies = [
28932893 " alloc 0.0.0" ,
28942894 " backtrace-sys 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)" ,
28952895 " cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" ,
2896- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2896+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
28972897 " core 0.0.0" ,
28982898 " dlmalloc 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
28992899 " fortanix-sgx-abi 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3234,7 +3234,7 @@ dependencies = [
32343234name = " unwind"
32353235version = " 0.0.0"
32363236dependencies = [
3237- " compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3237+ " compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
32383238 " core 0.0.0" ,
32393239 " libc 0.2.46 (registry+https://github.com/rust-lang/crates.io-index)" ,
32403240]
@@ -3414,7 +3414,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
34143414"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = " b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
34153415"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
34163416"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
3417- "checksum compiler_builtins 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 8ad611263b9f31bdb66e66227d3b781600fd1e68d5deee29b23f5e2ac9cb4892 "
3417+ "checksum compiler_builtins 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = " bd14d75a16b6c836c62350e2e8c85495ed8e13df30a7298c574cb1ee4cdac7bc "
34183418"checksum compiletest_rs 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = " 89747fe073b7838343bd2c2445e7a7c2e0d415598f8925f0fa9205b9cdfc48cb"
34193419"checksum core-foundation 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
34203420"checksum core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
0 commit comments