From 638b0ab2a5b3fd71e15b560bd418542da85ccec0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:46:21 +0000 Subject: [PATCH] Update Rust crate aws-sdk-s3 to 1.19.0 --- crates/s3/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/s3/Cargo.toml b/crates/s3/Cargo.toml index 4044e47..16cb423 100644 --- a/crates/s3/Cargo.toml +++ b/crates/s3/Cargo.toml @@ -38,7 +38,7 @@ log = ["dep:log"] async-trait = "0.1.77" aws-config = "1.1.8" aws-credential-types = "1.1.8" -aws-sdk-s3 = { version = "1.18.0", features = ["behavior-version-latest"] } +aws-sdk-s3 = { version = "1.19.0", features = ["behavior-version-latest"] } #aws-smithy-runtime-api = "1.1.6" bytes = "1.5.0" log = { version = "0.4.21", optional = true }