summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-02-13 23:49:09 -0500
committerFerris Tseng <ferristseng@fastmail.fm>2021-02-13 23:49:09 -0500
commit70458bf35f4b8da4ecabeee176b0d7ec8a387134 (patch)
tree27d93580cf4a2eae9badfce32c26fb1b4c91fcc1
parentdc3d9d0757d6065253839272f6cbde1d40741e6a (diff)
remove git dependency
-rw-r--r--ipfs-api/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index 599a490..b165c11 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -27,7 +27,7 @@ builder = ["with-builder"]
[dependencies]
actix-http = { version = "2.2", optional = true }
-actix-multipart-rfc7578 = { version = "0.4", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-tokio-hyper-actix", optional = true }
+actix-multipart-rfc7578 = { version = "0.4", optional = true }
awc = { version = "2.0", optional = true }
bytes = "1.0"
derive_more = { version = "0.99", optional = true }
@@ -37,7 +37,7 @@ http = "0.2"
hyper = { version = "0.14", features = ["http1", "http2", "client"], optional = true }
hyper-tls = { version = "0.5", optional = true }
hyper-rustls = { version = "0.22", optional = true }
-hyper-multipart-rfc7578 = { version = "0.5", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-tokio-hyper-actix", optional = true }
+hyper-multipart-rfc7578 = { version = "0.5", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_urlencoded = "0.7"