summaryrefslogtreecommitdiffstats
path: root/ipfs-api-prelude
diff options
context:
space:
mode:
Diffstat (limited to 'ipfs-api-prelude')
-rw-r--r--ipfs-api-prelude/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api-prelude/Cargo.toml b/ipfs-api-prelude/Cargo.toml
index ed2c03b..c72a2c7 100644
--- a/ipfs-api-prelude/Cargo.toml
+++ b/ipfs-api-prelude/Cargo.toml
@@ -17,7 +17,7 @@ with-builder = ["typed-builder"]
[dependencies]
async-trait = "0.1"
bytes = "1.0"
-common-multipart-rfc7578 = { version = "0.3", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-actix-rt" }
+common-multipart-rfc7578 = "0.3"
dirs = "3.0"
futures = "0.3"
http = "0.2"