1
0
mirror of https://github.com/actix/examples synced 2025-06-27 09:29:02 +02:00

Bump the aws group with 1 update (#653)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
dependabot[bot]
2023-11-20 18:54:13 +00:00
committed by GitHub
parent f967173aee
commit 1b43dde946
4 changed files with 54 additions and 50 deletions

View File

@ -44,7 +44,7 @@ impl Client {
Some((
object
.content_length()
.try_into()
.and_then(|len| len.try_into().ok())
.expect("file has invalid size"),
object.body,
))