Skip to content

Commit 0760bc4

Browse files
committed
Update r-efi and r-efi-alloc in library/Cargo.lock
These drop the `compiler_builtins` crates.io dependency.
1 parent 77ec48f commit 0760bc4

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

library/Cargo.lock

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
name = "alloc"
2727
version = "0.0.0"
2828
dependencies = [
29-
"compiler_builtins",
29+
"compiler_builtins 0.1.160",
3030
"core",
3131
]
3232

@@ -56,6 +56,16 @@ dependencies = [
5656
"rustc-std-workspace-core",
5757
]
5858

59+
[[package]]
60+
name = "compiler_builtins"
61+
version = "0.1.0"
62+
source = "registry+https://github.com/rust-lang/crates.io-index"
63+
checksum = "425356d982f29211c24265eeaae37de3593c99efac05a12d3d5c114d95721e5d"
64+
dependencies = [
65+
"cc",
66+
"rustc-std-workspace-core",
67+
]
68+
5969
[[package]]
6070
name = "compiler_builtins"
6171
version = "0.1.160"
@@ -94,7 +104,7 @@ version = "0.5.0"
94104
source = "registry+https://github.com/rust-lang/crates.io-index"
95105
checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
96106
dependencies = [
97-
"compiler_builtins",
107+
"compiler_builtins 0.1.0",
98108
"rustc-std-workspace-core",
99109
]
100110

@@ -184,7 +194,7 @@ name = "panic_abort"
184194
version = "0.0.0"
185195
dependencies = [
186196
"alloc",
187-
"compiler_builtins",
197+
"compiler_builtins 0.1.160",
188198
"core",
189199
"libc",
190200
]
@@ -195,7 +205,7 @@ version = "0.0.0"
195205
dependencies = [
196206
"alloc",
197207
"cfg-if",
198-
"compiler_builtins",
208+
"compiler_builtins 0.1.160",
199209
"core",
200210
"libc",
201211
"unwind",
@@ -219,21 +229,19 @@ dependencies = [
219229

220230
[[package]]
221231
name = "r-efi"
222-
version = "5.2.0"
232+
version = "5.3.0"
223233
source = "registry+https://github.com/rust-lang/crates.io-index"
224-
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
234+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
225235
dependencies = [
226-
"compiler_builtins",
227236
"rustc-std-workspace-core",
228237
]
229238

230239
[[package]]
231240
name = "r-efi-alloc"
232-
version = "2.0.0"
241+
version = "2.1.0"
233242
source = "registry+https://github.com/rust-lang/crates.io-index"
234-
checksum = "e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203"
243+
checksum = "dc2f58ef3ca9bb0f9c44d9aa8537601bcd3df94cc9314a40178cadf7d4466354"
235244
dependencies = [
236-
"compiler_builtins",
237245
"r-efi",
238246
"rustc-std-workspace-core",
239247
]
@@ -291,7 +299,7 @@ dependencies = [
291299
name = "rustc-std-workspace-core"
292300
version = "1.99.0"
293301
dependencies = [
294-
"compiler_builtins",
302+
"compiler_builtins 0.1.160",
295303
"core",
296304
]
297305

@@ -315,7 +323,7 @@ dependencies = [
315323
"addr2line",
316324
"alloc",
317325
"cfg-if",
318-
"compiler_builtins",
326+
"compiler_builtins 0.1.160",
319327
"core",
320328
"dlmalloc",
321329
"fortanix-sgx-abi",
@@ -382,7 +390,7 @@ name = "unwind"
382390
version = "0.0.0"
383391
dependencies = [
384392
"cfg-if",
385-
"compiler_builtins",
393+
"compiler_builtins 0.1.160",
386394
"core",
387395
"libc",
388396
"unwinding",
@@ -394,7 +402,7 @@ version = "0.2.7"
394402
source = "registry+https://github.com/rust-lang/crates.io-index"
395403
checksum = "7d80f6c2bfede213d9a90b4a14f3eb99b84e33c52df6c1a15de0a100f5a88751"
396404
dependencies = [
397-
"compiler_builtins",
405+
"compiler_builtins 0.1.160",
398406
"gimli",
399407
"rustc-std-workspace-core",
400408
]

0 commit comments

Comments
 (0)