@@ -28,7 +28,7 @@ dependencies = [
2828name = " alloc"
2929version = " 0.0.0"
3030dependencies = [
31- " compiler_builtins 0.1.159 " ,
31+ " compiler_builtins 0.1.161 " ,
3232 " core" ,
3333]
3434
@@ -61,19 +61,19 @@ dependencies = [
6161
6262[[package ]]
6363name = " compiler_builtins"
64- version = " 0.1.159"
64+ version = " 0.1.160"
65+ source = " registry+https://github.com/rust-lang/crates.io-index"
66+ checksum = " 6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
6567dependencies = [
66- " cc" ,
67- " panic-handler" ,
6868 " rustc-std-workspace-core" ,
6969]
7070
7171[[package ]]
7272name = " compiler_builtins"
73- version = " 0.1.160"
74- source = " registry+https://github.com/rust-lang/crates.io-index"
75- checksum = " 6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
73+ version = " 0.1.161"
7674dependencies = [
75+ " cc" ,
76+ " panic-handler" ,
7777 " rustc-std-workspace-core" ,
7878]
7979
@@ -208,7 +208,7 @@ name = "panic_abort"
208208version = " 0.0.0"
209209dependencies = [
210210 " alloc" ,
211- " compiler_builtins 0.1.159 " ,
211+ " compiler_builtins 0.1.161 " ,
212212 " core" ,
213213 " libc" ,
214214]
@@ -219,7 +219,7 @@ version = "0.0.0"
219219dependencies = [
220220 " alloc" ,
221221 " cfg-if" ,
222- " compiler_builtins 0.1.159 " ,
222+ " compiler_builtins 0.1.161 " ,
223223 " core" ,
224224 " libc" ,
225225 " unwind" ,
@@ -339,7 +339,7 @@ dependencies = [
339339 " addr2line" ,
340340 " alloc" ,
341341 " cfg-if" ,
342- " compiler_builtins 0.1.159 " ,
342+ " compiler_builtins 0.1.161 " ,
343343 " core" ,
344344 " dlmalloc" ,
345345 " fortanix-sgx-abi" ,
@@ -408,7 +408,7 @@ name = "unwind"
408408version = " 0.0.0"
409409dependencies = [
410410 " cfg-if" ,
411- " compiler_builtins 0.1.159 " ,
411+ " compiler_builtins 0.1.161 " ,
412412 " core" ,
413413 " libc" ,
414414 " unwinding" ,
0 commit comments