235: chore: use released mpart-async r=koivunej a=koivunej

0.4.1 with fix_7 was released just now.

Co-authored-by: Joonas Koivunen <joonas@equilibrium.co>
This commit is contained in:
bors[bot] 2020-07-10 08:04:27 +00:00 committed by GitHub
commit c257c88faf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -2243,8 +2243,9 @@ dependencies = [
[[package]]
name = "mpart-async"
version = "0.4.0"
source = "git+https://github.com/koivunej/mpart-async?branch=fix_7#df6e44c8089ce28f9283fe7bf173781ffc4ff8d5"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea338ffba87fdaaea364b314301ead2ee38e584a7a7b06e881ca101a2a059d0f"
dependencies = [
"anyhow",
"bytes 0.5.4",

View File

@ -34,7 +34,7 @@ pin-project = "0.4.8"
url = "2.1.1"
tar = { version = "0.4.28", default-features = false }
bytes = "0.5.4"
mpart-async = { git = "https://github.com/koivunej/mpart-async", branch = "fix_7" }
mpart-async = "0.4.1"
mime = "0.3.16"
humantime = "2.0.1"