From 70458bf35f4b8da4ecabeee176b0d7ec8a387134 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sat, 13 Feb 2021 23:49:09 -0500 Subject: remove git dependency --- ipfs-api/Cargo.toml | 4 ++-- 1 file 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" -- cgit v1.2.3