Index: annotate-snippets/Cargo.toml
===================================================================
--- annotate-snippets.orig/Cargo.toml
+++ annotate-snippets/Cargo.toml
@@ -109,11 +109,6 @@ path = "examples/format.rs"
 name = "multislice"
 path = "examples/multislice.rs"
 
-[[bench]]
-name = "bench"
-path = "benches/bench.rs"
-harness = false
-
 [dependencies.anstyle]
 version = "1.0.4"
 
@@ -130,9 +125,6 @@ version = "0.6.13"
 [dev-dependencies.difference]
 version = "2.0.0"
 
-[dev-dependencies.divan]
-version = "0.1.14"
-
 [dev-dependencies.glob]
 version = "0.3.1"
 
