aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-03-22 20:06:43 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-03-22 20:06:43 +0100
commite397107b65258f81b69f43050b503bc8f8756697 (patch)
tree2379d784a614bac4999a8ff8c2722935f75181e9 /Cargo.toml
parente21b2fddd58cacb4dbd99699c2bd83cb5bf2a349 (diff)
downloadcheckpw-e397107b65258f81b69f43050b503bc8f8756697.tar.gz
checkpw-e397107b65258f81b69f43050b503bc8f8756697.tar.bz2
checkpw-e397107b65258f81b69f43050b503bc8f8756697.zip
Replace Hyper/tokio mess with Reqwest.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c823e2d..733419e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,8 +20,5 @@ version = "0.1.0"
authors = ["Harald Eilertsen <haraldei@anduin.net>"]
[dependencies]
-futures = "0.1"
-hyper = "0.11"
-hyper-tls = "0.1"
+reqwest = "0.8.5"
ring = "0.12.1"
-tokio-core = "0.1"