summaryrefslogtreecommitdiffstats
path: root/ipfs-api-backend-hyper
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-02-23 23:44:34 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2021-02-23 23:44:34 -0500
commitdd03b0edb4928894b64b85cc44a4984a721650c2 (patch)
treeb6ad89b14a233a97ab1c2227865fbf48170ac4c7 /ipfs-api-backend-hyper
parent1dbab207ece88a47f92b951a83ef8d95dc40fe1c (diff)
fixing actix examples by upgrading to new rt
Diffstat (limited to 'ipfs-api-backend-hyper')
-rw-r--r--ipfs-api-backend-hyper/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api-backend-hyper/Cargo.toml b/ipfs-api-backend-hyper/Cargo.toml
index 03ee234..d45e069 100644
--- a/ipfs-api-backend-hyper/Cargo.toml
+++ b/ipfs-api-backend-hyper/Cargo.toml
@@ -17,7 +17,7 @@ bytes = "1.0"
futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["http1", "http2", "client"] }
-hyper-multipart-rfc7578 = "0.5"
+hyper-multipart-rfc7578 = { version = "0.5", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-actix-rt" }
hyper-tls = "0.5"
ipfs-api-prelude = { version = "0.1.0", path = "../ipfs-api-prelude" }
serde = "1.0"