Index: inquest/Cargo.toml
===================================================================
--- inquest.orig/Cargo.toml
+++ inquest/Cargo.toml
@@ -33,7 +33,7 @@ license = "Apache-2.0 OR BSD-3-Clause"
 repository = "https://github.com/testing-cabal/testrepository"
 
 [features]
-default = ["gdbm"]
+default = []
 mcp = [
     "dep:rmcp",
     "dep:tokio",
@@ -81,10 +81,6 @@ version = "4"
 [dependencies.console]
 version = ">=0.15,<0.17"
 
-[dependencies.gdbm]
-version = "0.2"
-optional = true
-
 [dependencies.glob]
 version = "0.3"
 
