Skip to content

Commit a9a0198

Browse files
authored
Unrolled build for #142753
Rollup merge of #142753 - tgross35:library-lockfile, r=Mark-Simulacrum Update library dependencies This bumps to the latest versions of `r-efi` and `r-efi-alloc`, which drop the dependency on `compiler_builtins` via crates.io. Part of [#142265]. [#142265]: #142265
2 parents 18491d5 + e14e137 commit a9a0198

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

library/Cargo.lock

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -219,21 +219,19 @@ dependencies = [
219219

220220
[[package]]
221221
name = "r-efi"
222-
version = "5.2.0"
222+
version = "5.3.0"
223223
source = "registry+https://github.com/rust-lang/crates.io-index"
224-
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
224+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
225225
dependencies = [
226-
"compiler_builtins",
227226
"rustc-std-workspace-core",
228227
]
229228

230229
[[package]]
231230
name = "r-efi-alloc"
232-
version = "2.0.0"
231+
version = "2.1.0"
233232
source = "registry+https://github.com/rust-lang/crates.io-index"
234-
checksum = "e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203"
233+
checksum = "dc2f58ef3ca9bb0f9c44d9aa8537601bcd3df94cc9314a40178cadf7d4466354"
235234
dependencies = [
236-
"compiler_builtins",
237235
"r-efi",
238236
"rustc-std-workspace-core",
239237
]

0 commit comments

Comments
 (0)