CI: docker: host-x86_64: test-various: uefi_qemu_test: Update r-efi

- Update r-efi to 5.2.0

Signed-off-by: Ayush Singh <ayush@beagleboard.org>
This commit is contained in:
Ayush Singh 2025-04-27 14:07:33 +05:30
parent 59b6cf5332
commit d40d424d43
No known key found for this signature in database
GPG key ID: 05CEF5C789E55A74
2 changed files with 4 additions and 4 deletions

View file

@ -1,12 +1,12 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
version = 4
[[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"
[[package]]
name = "uefi_qemu_test"

View file

@ -7,4 +7,4 @@ edition = "2021"
resolver = "2"
[dependencies]
r-efi = "4.1.0"
r-efi = "5.2.0"