Skip to content

Commit f880d77

Browse files
committed
Drop r-efi as a direct dependency
The repo does not need to directly depend on r-efi since it was already updated to use the Patina SDK re-export, so the direct dependency is dropped here. Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 1a546e0 commit f880d77

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ log = { version = "^0.4", default-features = false, features = [
4444
"release_max_level_info",
4545
] }
4646
qemu-exit = { version = "4" }
47-
r-efi = { version = "7", default-features = false }
4847
x86_64 = { version = "=0.15.5", default-features = false, features = [
4948
"instructions",
5049
], optional = true }

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ deny = [
141141
# Wrapper crates can optionally be specified to allow the crate when it
142142
# is a direct dependency of the otherwise banned crate
143143
#{ crate = "ansi_term@0.11.0", wrappers = ["this-crate-directly-depends-on-ansi_term"] },
144-
{ crate = "tiny-keccak", reason = "Not updated in 5 years. Use alternative." }
144+
{ crate = "tiny-keccak", reason = "Not updated in 5 years. Use alternative." },
145+
{ crate = "r-efi", reason = "Depend on `patina` and use `patina::standard::efi` instead of r-efi directly.", wrappers = ["patina"] }
145146
]
146147

147148
# List of features to allow/deny

0 commit comments

Comments
 (0)