diff options
| author | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-10-09 14:15:26 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-10 16:21:55 +0200 |
| commit | bb596af4a969564d7b978008e3ab1b3a3c31def0 (patch) | |
| tree | 0c72cef5ad9719f5f48961b32b8bfce95ec33f46 | |
| parent | finished implementing everything (diff) | |
remove unsed feats in reqwest
| -rw-r--r-- | Cargo.lock | 1 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -1294,7 +1294,6 @@ dependencies = [ "percent-encoding", "pin-project-lite", "serde", - "serde_json", "serde_urlencoded", "tokio", "tokio-native-tls", @@ -29,7 +29,7 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" -reqwest = { version = "0.11", features = ["json"] } +reqwest = "0.11" kuchiki = "0.8.1" [dev-dependencies] |
