From aa599c30bedfc6e0e67d388517964896cf86a3bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 02:55:27 +0000 Subject: [PATCH] Update Rust crate aws-sdk-s3 to 1.19.0 (#762) --- Cargo.lock | 4 ++-- nativelink-store/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6009ba687..3a5b9fa8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -240,9 +240,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be7167516f69aff3acca64e47c993336105e62f008067d2695324dfa5cbfdba6" +checksum = "a297c16c5c2ede4f8d502c70081631e373940634086f90d199ae2e576bd0925d" dependencies = [ "ahash", "aws-credential-types", diff --git a/nativelink-store/Cargo.toml b/nativelink-store/Cargo.toml index 117426e7d..e96d651dc 100644 --- a/nativelink-store/Cargo.toml +++ b/nativelink-store/Cargo.toml @@ -12,7 +12,7 @@ nativelink-proto = { path = "../nativelink-proto" } async-lock = "3.3.0" async-trait = "0.1.77" aws-config = "1.1.8" -aws-sdk-s3 = { version = "1.18.0" } +aws-sdk-s3 = { version = "1.19.0" } aws-smithy-runtime = { version = "1.1.8" } bincode = "1.3.3" blake3 = "1.5.1" @@ -44,5 +44,5 @@ memory-stats = "1.1.0" once_cell = "1.19.0" http = "1.1.0" aws-smithy-types = "1.1.8" -aws-sdk-s3 = { version = "1.18.0" } +aws-sdk-s3 = { version = "1.19.0" } aws-smithy-runtime = { version = "1.1.8", features = ["test-util"] }