about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2025-06-20 02:50:41 -0400
committerGitHub <noreply@github.com>2025-06-20 02:50:41 -0400
commitbb72cc7da830084c5f15f05999fd0a50b6bb7a40 (patch)
tree2438caeca2d8bdd797a2e2fd8ddb36ccbd5814ac
parent1828650884bd5f1326e45a4ed2a638f9c0de11e5 (diff)
parente14e137b9d486868e041c030581cb750b0d05bcb (diff)
downloadrust-bb72cc7da830084c5f15f05999fd0a50b6bb7a40.tar.gz
rust-bb72cc7da830084c5f15f05999fd0a50b6bb7a40.zip
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 [rust-lang/rust#142265].

[rust-lang/rust#142265]: https://github.com/rust-lang/rust/issues/142265
-rw-r--r--library/Cargo.lock10
1 files changed, 4 insertions, 6 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index 34012d6943b..4f0e7aed217 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -219,21 +219,19 @@ dependencies = [
 
 [[package]]
 name = "r-efi"
-version = "5.2.0"
+version = "5.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
+checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
 dependencies = [
- "compiler_builtins",
  "rustc-std-workspace-core",
 ]
 
 [[package]]
 name = "r-efi-alloc"
-version = "2.0.0"
+version = "2.1.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203"
+checksum = "dc2f58ef3ca9bb0f9c44d9aa8537601bcd3df94cc9314a40178cadf7d4466354"
 dependencies = [
- "compiler_builtins",
  "r-efi",
  "rustc-std-workspace-core",
 ]