From 809bc06e66a0f712751d53c73db048add067093b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 06:55:16 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 1 update Updates the requirements on [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) to permit the latest version. - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- crates/s3s-aws/Cargo.toml | 2 +- crates/s3s-fs/Cargo.toml | 2 +- crates/s3s-proxy/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/s3s-aws/Cargo.toml b/crates/s3s-aws/Cargo.toml index 7687894f..f665db81 100644 --- a/crates/s3s-aws/Cargo.toml +++ b/crates/s3s-aws/Cargo.toml @@ -11,7 +11,7 @@ categories = ["web-programming", "web-programming::http-server"] [dependencies] async-trait = "0.1.73" -aws-sdk-s3 = "0.29.0" +aws-sdk-s3 = "0.30.0" aws-smithy-http = { version = "0.56.0", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.0", features = ["client"] } aws-smithy-types = "0.56.0" diff --git a/crates/s3s-fs/Cargo.toml b/crates/s3s-fs/Cargo.toml index a13988cd..cf31a289 100644 --- a/crates/s3s-fs/Cargo.toml +++ b/crates/s3s-fs/Cargo.toml @@ -51,7 +51,7 @@ uuid = { version = "1.4.1", features = ["v4"] } anyhow = { version = "1.0.73", features = ["backtrace"] } aws-config = { version = "0.56.0", default-features = false } aws-credential-types = { version = "0.56.0", features = ["test-util"] } -aws-sdk-s3 = "0.29.0" +aws-sdk-s3 = "0.30.0" once_cell = "1.18.0" s3s-aws = { version = "0.7.1-dev", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } diff --git a/crates/s3s-proxy/Cargo.toml b/crates/s3s-proxy/Cargo.toml index 8d5754ea..0021ae3b 100644 --- a/crates/s3s-proxy/Cargo.toml +++ b/crates/s3s-proxy/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] aws-config = { version = "0.56.0", default-features = false } aws-credential-types = "0.56.0" -aws-sdk-s3 = "0.29.0" +aws-sdk-s3 = "0.30.0" clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] } s3s = { version = "0.7.1-dev", path = "../s3s" }