From 6923f56f7dc5cd034cf4654b73709e7b8cb2b45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 03:54:57 +0000 Subject: [PATCH] dep-update: bump aws-sdk-s3 from 1.69.0 to 1.70.0 (#682) Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 1.69.0 to 1.70.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- server/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa4a2c6a..9a6bc786 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.69.0" +version = "1.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a88f1c30e4ffa2464f910297c24736ff68cca9e8d2b7d52596b54efd99b9c1e" +checksum = "3d781684ce9da2f82da4e23eaf753310d5ddb05efe2d91cd59033828727218f5" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/server/Cargo.toml b/server/Cargo.toml index 2c1179a0..b85f5792 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -35,7 +35,7 @@ ahash = "0.8.11" anyhow = "1.0.95" async-trait = "0.1.85" aws-config = { version = "1.5.14", features = ["behavior-version-latest"] } -aws-sdk-s3 = { version = "1.69.0", features = ["behavior-version-latest"] } +aws-sdk-s3 = { version = "1.70.0", features = ["behavior-version-latest"] } base64 = "0.22.1" chrono = { version = "0.4.39", features = ["serde"] } cidr = "0.3.1"