summaryrefslogtreecommitdiffstats
path: root/ipfs-api/Cargo.toml
diff options
context:
space:
mode:
authorSameer Puri <sameer@users.noreply.github.com>2019-02-08 17:57:34 -0600
committerSameer Puri <11097096+sameer@users.noreply.github.com>2019-02-09 14:45:56 -0600
commitf125fdbde329095419630e02ebf33d2c73aeced7 (patch)
tree371835c998f9f17084b8d46a7abd9661325904ca /ipfs-api/Cargo.toml
parent85775a353f9e26a81336f6cbe8941182dc0237e1 (diff)
Impose 'static on multipart forms
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 871bb71..f3fb604 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -19,7 +19,7 @@ failure = "0.1.2"
futures = "0.1"
http = "0.1"
hyper = "0.12"
-hyper-multipart-rfc7578 = "0.2.0-alpha2"
+hyper-multipart-rfc7578 = "0.3.0"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"