summaryrefslogtreecommitdiffstats
path: root/ipfs-api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api/Cargo.toml')
-rw-r--r--ipfs-api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index abf8189..2bb7a7e 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -8,7 +8,7 @@ authors = ["Ferris Tseng <ferristseng@fastmail.fm>"]
bytes = "0.4"
error-chain = "0.11"
futures = "0.1"
-reqwest = { version = "0.8", features = ["unstable"] }
+hyper = "0.11"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"