summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAntoine Büsch <antoine.busch@gmail.com>2018-09-21 13:49:52 +1000
committerAntoine Büsch <antoine.busch@gmail.com>2018-09-24 13:44:00 +1000
commit36084b5082c850c3a1ca2ac9f27e1760f507c3c0 (patch)
treedd1c99e1eba9ae41b1f857852e5a1ddd586adb3d /Cargo.toml
parent2b56b442722cc5a483dc2b02aa5a17b97f1813d1 (diff)
Remove dependency on tokio-core
Tokio-core seems to be deprecated so remove it and use Tokio's Runtime instead.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index abfc899..9f0b352 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ mime = "0.3"
openssl = "0.10"
rustc-serialize = "0.3"
tar = "0.4"
-tokio-core = "0.1"
+tokio = "0.1"
url = "1.7"
serde = "1.0"
serde_derive = "1.0"