summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorFelix <me@nutomic.com>2020-03-20 01:42:07 +0100
committerFelix <me@nutomic.com>2020-03-20 01:42:07 +0100
commitbf52bc22e47c86e73f615db4b21647c64434744c (patch)
tree1c5e873c6dd7f41066ff99ee9e7e8ce325c32e69 /server/Cargo.toml
parent672798e71145116591c4b3ce1f5c14d001d4be0c (diff)
Replace reqwest with chttp
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 336dc5b3..c694c88c 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -34,7 +34,6 @@ rss = "1.9.0"
htmlescape = "0.3.1"
config = "0.10.1"
hjson = "0.8.2"
-reqwest = "0.9.24"
url = "2.1.1"
percent-encoding = "2.1.0"
chttp = "0.5.5"