diff --git a/Cargo.lock b/Cargo.lock index fe3a7bf93..99b56e751 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,7 +909,6 @@ name = "uefi-raw" version = "0.9.0" dependencies = [ "bitflags 2.6.0", - "ptr_meta", "uguid", ] diff --git a/uefi-raw/Cargo.toml b/uefi-raw/Cargo.toml index 789ef9a62..80c1e3ba7 100644 --- a/uefi-raw/Cargo.toml +++ b/uefi-raw/Cargo.toml @@ -20,7 +20,6 @@ rust-version = "1.70" [dependencies] bitflags.workspace = true -ptr_meta.workspace = true uguid.workspace = true [package.metadata.docs.rs]