summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-18 23:11:37 -0400
committerDessalines <tyhou13@gmx.com>2020-03-18 23:11:37 -0400
commitd2cf36bf026d26592d244433b44258778e8e8338 (patch)
tree344597cd007a7a3ab81fceab700fca94edfcc84d /server/Cargo.toml
parentf85242af280788eacc8f758d2c84218a762de55d (diff)
Updating chttp to isahc.
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r--server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml
index 97fc12cb..156ccb87 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -35,4 +35,4 @@ htmlescape = "0.3.1"
config = "0.10.1"
hjson = "0.8.2"
percent-encoding = "2.1.0"
-chttp = "0.5.5"
+isahc = "0.9"