Index: inquest/Cargo.toml
===================================================================
--- inquest.orig/Cargo.toml
+++ inquest/Cargo.toml
@@ -32,9 +32,6 @@ categories = ["development-tools::testin
 license = "Apache-2.0 OR BSD-3-Clause"
 repository = "https://github.com/testing-cabal/testrepository"
 
-[features]
-default = ["gdbm"]
-
 [lib]
 name = "inquest"
 path = "src/lib.rs"
@@ -71,10 +68,6 @@ features = [
 [dependencies.console]
 version = ">=0.15,<0.17"
 
-[dependencies.gdbm]
-version = "0.2"
-optional = true
-
 [dependencies.glob]
 version = "0.3"
 
