Index: rustix/Cargo.toml
===================================================================
--- rustix.orig/Cargo.toml
+++ rustix/Cargo.toml
@@ -120,12 +120,6 @@ process = ["linux-raw-sys/prctl"]
 pty = ["fs"]
 rand = []
 runtime = ["linux-raw-sys/prctl"]
-rustc-dep-of-std = [
-    "core",
-    "rustc-std-workspace-alloc",
-    "linux-raw-sys/rustc-dep-of-std",
-    "bitflags/rustc-dep-of-std",
-]
 shm = ["fs"]
 std = [
     "bitflags/std",
@@ -159,15 +153,6 @@ path = "src/lib.rs"
 version = "2.4.0"
 default-features = false
 
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
-[dependencies.rustc-std-workspace-alloc]
-version = "1.0.0"
-optional = true
-
 [dev-dependencies.flate2]
 version = "1.0"
 
