From 329e8a9c0b4ec55b52aaa1741e237178fcbb3739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 17:16:40 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-s3 from 1.74.0 to 1.76.0 Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 1.74.0 to 1.76.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 | 8 ++++---- netmito/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0a798f..56cf467 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -249,9 +249,9 @@ dependencies = [ [[package]] name = "aws-sdk-s3" -version = "1.74.0" +version = "1.76.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f551566d462b47c3e49b330f1b86e69e7dc6e4d4efb1959e28c5c82d22e79f7c" +checksum = "66e83401ad7287ad15244d557e35502c2a94105ca5b41d656c391f1a4fc04ca2" dependencies = [ "aws-credential-types", "aws-runtime", @@ -283,9 +283,9 @@ dependencies = [ [[package]] name = "aws-sigv4" -version = "1.2.8" +version = "1.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bc5bbd1e4a2648fd8c5982af03935972c24a2f9846b396de661d351ee3ce837" +checksum = "9bfe75fad52793ce6dec0dc3d4b1f388f038b5eb866c8d4d7f3a8e21b5ea5051" dependencies = [ "aws-credential-types", "aws-smithy-eventstream", diff --git a/netmito/Cargo.toml b/netmito/Cargo.toml index 408677e..75282c7 100644 --- a/netmito/Cargo.toml +++ b/netmito/Cargo.toml @@ -16,7 +16,7 @@ categories.workspace = true [dependencies] argon2 = { version = "0.5.3", features = ["std"] } async-compression = { version = "0.4.18", features = ["gzip", "tokio"] } -aws-sdk-s3 = { version = "1.74.0", features = ["behavior-version-latest"] } +aws-sdk-s3 = { version = "1.76.0", features = ["behavior-version-latest"] } axum = { version = "0.8.1", features = ["http2"] } axum-extra = { version = "0.10.0", features = ["typed-header"] } base64 = "0.22.1"