Index: getrandom/Cargo.toml
===================================================================
--- getrandom.orig/Cargo.toml
+++ getrandom/Cargo.toml
@@ -73,15 +73,6 @@ path = "benches/buffer.rs"
 [dependencies.cfg-if]
 version = "1"
 
-[dependencies.compiler_builtins]
-version = "0.1"
-optional = true
-
-[dependencies.core]
-version = "1.0"
-optional = true
-package = "rustc-std-workspace-core"
-
 [features]
 custom = []
 js = [
@@ -90,11 +81,6 @@ js = [
 ]
 linux_disable_fallback = []
 rdrand = []
-rustc-dep-of-std = [
-    "compiler_builtins",
-    "core",
-    "libc/rustc-dep-of-std",
-]
 std = []
 test-in-browser = []
 
