Index: litemap/Cargo.toml
===================================================================
--- litemap.orig/Cargo.toml
+++ litemap/Cargo.toml
@@ -106,12 +106,6 @@ features = ["alloc"]
 optional = true
 default-features = false
 
-[dependencies.yoke]
-version = "0.7.5"
-features = ["derive"]
-optional = true
-default-features = false
-
 [dev-dependencies.bincode]
 version = "1.3.1"
 
@@ -138,7 +132,6 @@ databake = ["dep:databake"]
 default = ["alloc"]
 serde = ["dep:serde"]
 testing = ["alloc"]
-yoke = ["dep:yoke"]
 
 [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies.criterion]
 version = "0.5.0"
