about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorAyush Singh <ayush@beagleboard.org>2025-03-20 12:04:07 +0530
committerAyush Singh <ayush@beagleboard.org>2025-04-26 13:51:27 +0530
commit59b6cf5332e837b328193ba4f27f98e1f794a24d (patch)
tree760fce1eb2b19a78f0bcc71983cf0a7aa335ca33 /library
parentd3508a8ad0163fab0c9b2188b3adf43c87200788 (diff)
downloadrust-59b6cf5332e837b328193ba4f27f98e1f794a24d.tar.gz
rust-59b6cf5332e837b328193ba4f27f98e1f794a24d.zip
uefi: Update r-efi
- Bump up the version to 5.2.0

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
Diffstat (limited to 'library')
-rw-r--r--library/Cargo.lock8
-rw-r--r--library/std/Cargo.toml4
2 files changed, 6 insertions, 6 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index f7f09a11f3a..c21dec14986 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -257,9 +257,9 @@ dependencies = [
 
 [[package]]
 name = "r-efi"
-version = "4.5.0"
+version = "5.2.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3"
+checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
 dependencies = [
  "compiler_builtins",
  "rustc-std-workspace-core",
@@ -267,9 +267,9 @@ dependencies = [
 
 [[package]]
 name = "r-efi-alloc"
-version = "1.0.0"
+version = "2.0.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
+checksum = "e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203"
 dependencies = [
  "compiler_builtins",
  "r-efi",
diff --git a/library/std/Cargo.toml b/library/std/Cargo.toml
index 3536e84d58b..602af4a0447 100644
--- a/library/std/Cargo.toml
+++ b/library/std/Cargo.toml
@@ -83,8 +83,8 @@ wasi = { version = "0.11.0", features = [
 ], default-features = false }
 
 [target.'cfg(target_os = "uefi")'.dependencies]
-r-efi = { version = "4.5.0", features = ['rustc-dep-of-std'] }
-r-efi-alloc = { version = "1.0.0", features = ['rustc-dep-of-std'] }
+r-efi = { version = "5.2.0", features = ['rustc-dep-of-std'] }
+r-efi-alloc = { version = "2.0.0", features = ['rustc-dep-of-std'] }
 
 [features]
 backtrace = [