summaryrefslogtreecommitdiffstats
path: root/server/Cargo.toml
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-06-25 15:36:03 -0400
committerDessalines <tyhou13@gmx.com>2020-06-25 15:36:03 -0400
commit7d1c6e9a402c14833b94cd33f7f170ffcbc820ed (patch)
tree7658c4d6d4ce1b02ad3ef9d5648bc26f11e4854d /server/Cargo.toml
parentdc94e58cbf7e7de10d97331a3056380a3416e0b0 (diff)
Switching back 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 52a9bae8..df6c90af 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -40,7 +40,7 @@ htmlescape = "0.3.1"
url = { version = "2.1.1", features = ["serde"] }
config = {version = "0.10.1", default-features = false, features = ["hjson"] }
percent-encoding = "2.1.0"
-attohttpc = { version = "0.14.0", default-features = false, features = ["tls-rustls"] }
+isahc = "0.9.2"
comrak = "0.7"
openssl = "0.10"
http = "0.2.1"