Index: inquest/Cargo.toml
===================================================================
--- inquest.orig/Cargo.toml
+++ inquest/Cargo.toml
@@ -34,14 +34,9 @@ repository = "https://github.com/testing
 
 [features]
 default = [
-    "gdbm",
     "testr",
     "junit",
 ]
-gdbm = [
-    "testr",
-    "dep:gdbm",
-]
 junit = ["dep:quick-junit"]
 mcp = [
     "dep:rmcp",
@@ -118,10 +113,6 @@ version = "1"
 version = "0.3"
 optional = true
 
-[dependencies.gdbm]
-version = "0.2"
-optional = true
-
 [dependencies.glob]
 version = "0.3"
 
