summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-04-04 18:48:28 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2021-04-04 18:48:28 -0400
commitade2a19df4285c2bfd8924efed97895fc63175d8 (patch)
tree46742f69ac9c81e3b6a321461eec6643f824dcb7
parent6dda8401b7ecad6633b3f3b283ac7fe97cb50086 (diff)
upgrade dependency
-rw-r--r--ipfs-api-backend-actix/Cargo.toml6
-rw-r--r--ipfs-api-backend-hyper/Cargo.toml3
-rw-r--r--ipfs-api-prelude/Cargo.toml2
3 files changed, 5 insertions, 6 deletions
diff --git a/ipfs-api-backend-actix/Cargo.toml b/ipfs-api-backend-actix/Cargo.toml
index a0760d8..ef99591 100644
--- a/ipfs-api-backend-actix/Cargo.toml
+++ b/ipfs-api-backend-actix/Cargo.toml
@@ -12,9 +12,9 @@ readme = "../README.md"
license = "MIT OR Apache-2.0"
[dependencies]
-actix-http = "3.0.0-beta.2"
-actix-multipart-rfc7578 = { version = "0.5", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-actix-rt" }
-awc = "3.0.0-beta.2"
+actix-http = "3.0.0-beta.5"
+actix-multipart-rfc7578 = "0.5"
+awc = "3.0.0-beta.4"
async-trait = "0.1"
bytes = "1.0"
futures = "0.3"
diff --git a/ipfs-api-backend-hyper/Cargo.toml b/ipfs-api-backend-hyper/Cargo.toml
index d45e069..dad8651 100644
--- a/ipfs-api-backend-hyper/Cargo.toml
+++ b/ipfs-api-backend-hyper/Cargo.toml
@@ -17,8 +17,7 @@ bytes = "1.0"
futures = "0.3"
http = "0.2"
hyper = { version = "0.14", features = ["http1", "http2", "client"] }
-hyper-multipart-rfc7578 = { version = "0.5", git = "https://github.com/ferristseng/rust-multipart-rfc7578", branch = "ftseng/upgrade-actix-rt" }
-hyper-tls = "0.5"
+hyper-multipart-rfc7578 = "0.5"
ipfs-api-prelude = { version = "0.1.0", path = "../ipfs-api-prelude" }
serde = "1.0"
thiserror = "1.0"
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"