diff --git a/uefi-services/Cargo.toml b/uefi-services/Cargo.toml index 6c2a48b3f..014b54660 100644 --- a/uefi-services/Cargo.toml +++ b/uefi-services/Cargo.toml @@ -15,7 +15,7 @@ is-it-maintained-issue-resolution = { repository = "rust-osdev/uefi-rs" } is-it-maintained-open-issues = { repository = "rust-osdev/uefi-rs" } [dependencies] -x86_64 = "0.8.3" +x86_64 = "0.11.0" uefi = { version = "0.4.5", features = ["alloc", "logger"] } log = { version = "0.4.8", default-features = false }