Remove unused feature

This commit is contained in:
perp 2024-05-24 04:45:14 +01:00
parent bc6c9063ee
commit 6ce22327d4
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ keywords.workspace = true
[dependencies]
construct-http = { path = "../construct-http" }
reqwest = { version = "0.12.4", features = ["json", "socks"] }
reqwest = { version = "0.12.4", features = ["socks"] }