From b213f4156eb9afe94c70a48729c484433d9d3587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:35:53 +0000 Subject: [PATCH] chore: bump aws-sdk-s3 from 1.38.0 to 1.39.0 Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 1.38.0 to 1.39.0. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d332676..926c222b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -640,9 +640,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ecec5514e9d9c76c5e9489ca65ab9055ae0b3c49da3a1afd452c57cb68734fb" +checksum = "8bf0ff573cd2ca6c250526ce550dc6a98d4d8f91605cc8409650e7a3bb3b5045" dependencies = [ "ahash 0.8.11", "aws-credential-types", diff --git a/Cargo.toml b/Cargo.toml index ef22efcd..23790c32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rust-version = "1.70.0" annonars = "0.39" anyhow = "1.0" async-compression = { version = "0.4", features = ["tokio", "gzip"] } -aws-sdk-s3 = { version = "1.38", features = ["behavior-version-latest"] } +aws-sdk-s3 = { version = "1.39", features = ["behavior-version-latest"] } aws-config = { version = "1.5", features = ["behavior-version-latest"] } base16ct = "0.2" bio = "1.6"