Index: pyproject-toml/Cargo.toml
===================================================================
--- pyproject-toml.orig/Cargo.toml
+++ pyproject-toml/Cargo.toml
@@ -65,11 +65,9 @@ features = ["derive"]
 version = "2.0.12"
 
 [dependencies.toml]
-version = "0.9.4"
+version = "0.8"
 features = [
     "parse",
-    "serde",
-    "std",
 ]
 default-features = false
 
