From c6576c0c6ef0bcc3a9217ea9dd6d5fb73914cb7d Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:44:14 +0000 Subject: [PATCH] Update Rust crate `aws-sdk-s3` to v1.64.0 (#5788) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c2c8599c71..0a0d9440208 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,9 +490,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.63.0" +version = "1.64.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43850204a109a5eea1ea93951cf0440268cef98b0d27dfef4534949e23735f7" +checksum = "35fe5e7f71b1cc6274e905d3bcc7daf94099ac2d4cba83447ffb959b5b27b3c1" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 41210a8bb05..ecd2f0594e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ approx = { version = "=0.5.1", default-features = false } async-scoped = { version = "=0.9.0", default-features = false } async-trait = { version = "=0.1.83", default-features = false } aws-config = { version = "=1.5.10" } -aws-sdk-s3 = { version = "=1.63.0", default-features = false } +aws-sdk-s3 = { version = "=1.64.0", default-features = false } bitvec = { version = "=1.0.1", default-features = false } bytes-utils = { version = "=0.1.4", default-features = false } clap = { version = "=4.5.21", features = ["color", "error-context", "help", "std", "suggestions", "usage"] }