From 1a1c755836f1b2761f2b1d587c6067652f25ff76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 06:04:24 +0000 Subject: [PATCH] Rust Dependency: Update r-efi requirement from 5 to 6 Updates the requirements on [r-efi](https://github.com/r-efi/r-efi) to permit the latest version. - [Release notes](https://github.com/r-efi/r-efi/releases) - [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md) - [Commits](https://github.com/r-efi/r-efi/compare/v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: r-efi dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7b76df0..e88b87a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://github.com/OpenDevicePartnership/patina-components" [workspace.dependencies] log = { version = "0.4", default-features = false } mockall = { version = "0.13" } -r-efi = { version = "5", default-features = false } +r-efi = { version = "6", default-features = false } spin = { version = "0.9", default-features = false, features = ["spin_mutex"] } zerocopy = { version = "0.8", default-features = false } zerocopy-derive = { version = "0.8" }