chore(deps): mpart-async 0.5

This commit is contained in:
Joonas Koivunen
2021-01-22 11:37:52 +02:00
parent 0e06e51776
commit e68d134edc
2 changed files with 5 additions and 4 deletions

7
Cargo.lock generated
View File

@ -1783,8 +1783,9 @@ dependencies = [
[[package]]
name = "mpart-async"
version = "0.4.2"
source = "git+https://github.com/gferon/mpart-async.git?branch=tokio-1.0#2a6ca2202bac931f6b5ac2ad8c545c2994aa30ad"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77db2fea7d8439c7e6a621618902635cb1841e62d5e3b17f7fc48e2ecca6b467"
dependencies = [
"bytes 1.0.1",
"futures-core",
@ -1792,7 +1793,7 @@ dependencies = [
"http",
"httparse",
"log",
"pin-project 0.4.26",
"pin-project 1.0.4",
"rand 0.7.3",
"thiserror",
"twoway",

View File

@ -18,7 +18,7 @@ futures = { default-features = false, version = "0.3" }
humantime = { default-features = false, version = "2.0" }
ipfs = { path = "../" }
mime = { default-features = false, version = "0.3" }
mpart-async = { default-features = false, version = "0.4", git = "https://github.com/gferon/mpart-async.git", branch = "tokio-1.0" }
mpart-async = { default-features = false, version = "0.5" }
multibase = { default-features = false, version = "0.8" }
multihash = { default-features = false, version = "0.11" }
# openssl is required for rsa keygen but not used by the rust-ipfs or its dependencies