From 3e94b73be6bef64563dcbbd9ffb28ab29f49acae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 08:05:40 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 7 updates Updates the requirements on [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust), [aws-smithy-http](https://github.com/smithy-lang/smithy-rs), [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs), [aws-smithy-types](https://github.com/smithy-lang/smithy-rs), [aws-smithy-types-convert](https://github.com/smithy-lang/smithy-rs), [aws-config](https://github.com/smithy-lang/smithy-rs) and [aws-credential-types](https://github.com/smithy-lang/smithy-rs) to permit the latest version. Updates `aws-sdk-s3` to 1.8.0 - [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) Updates `aws-smithy-http` to 0.60.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-runtime-api` to 1.1.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types` to 1.1.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-smithy-types-convert` to 0.60.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-config` to 1.1.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) Updates `aws-credential-types` to 1.1.1 - [Release notes](https://github.com/smithy-lang/smithy-rs/releases) - [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/smithy-lang/smithy-rs/commits) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-type: direct:production dependency-group: dependencies - dependency-name: aws-smithy-http dependency-type: direct:production dependency-group: dependencies - dependency-name: aws-smithy-runtime-api dependency-type: direct:production dependency-group: dependencies - dependency-name: aws-smithy-types dependency-type: direct:production dependency-group: dependencies - dependency-name: aws-smithy-types-convert dependency-type: direct:production dependency-group: dependencies - dependency-name: aws-config dependency-type: direct:production dependency-group: dependencies - dependency-name: aws-credential-types dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- crates/s3s-aws/Cargo.toml | 10 +++++----- crates/s3s-fs/Cargo.toml | 6 +++--- crates/s3s-proxy/Cargo.toml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/crates/s3s-aws/Cargo.toml b/crates/s3s-aws/Cargo.toml index 127492ad..29e0dda8 100644 --- a/crates/s3s-aws/Cargo.toml +++ b/crates/s3s-aws/Cargo.toml @@ -11,11 +11,11 @@ categories = ["web-programming", "web-programming::http-server"] [dependencies] async-trait = "0.1.73" -aws-sdk-s3 = "0.34.0" -aws-smithy-http = { version = "0.56.1", features = ["event-stream"] } -aws-smithy-runtime-api = { version = "0.56.1", features = ["client"] } -aws-smithy-types = "0.56.1" -aws-smithy-types-convert = { version = "0.56.1", features = ["convert-time"] } +aws-sdk-s3 = "1.8.0" +aws-smithy-http = { version = "0.60.1", features = ["event-stream"] } +aws-smithy-runtime-api = { version = "1.1.1", features = ["client"] } +aws-smithy-types = "1.1.1" +aws-smithy-types-convert = { version = "0.60.1", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.27" diff --git a/crates/s3s-fs/Cargo.toml b/crates/s3s-fs/Cargo.toml index 10690181..7caaaa5b 100644 --- a/crates/s3s-fs/Cargo.toml +++ b/crates/s3s-fs/Cargo.toml @@ -49,9 +49,9 @@ uuid = { version = "1.4.1", features = ["v4"] } [dev-dependencies] anyhow = { version = "1.0.73", features = ["backtrace"] } -aws-config = { version = "0.56.1", default-features = false } -aws-credential-types = { version = "0.56.1", features = ["test-util"] } -aws-sdk-s3 = "0.34.0" +aws-config = { version = "1.1.1", default-features = false } +aws-credential-types = { version = "1.1.1", features = ["test-util"] } +aws-sdk-s3 = "1.8.0" once_cell = "1.18.0" s3s-aws = { version = "0.9.0-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 dfa588af..6a261a6d 100644 --- a/crates/s3s-proxy/Cargo.toml +++ b/crates/s3s-proxy/Cargo.toml @@ -5,9 +5,9 @@ edition = "2021" publish = false [dependencies] -aws-config = "0.56.1" -aws-credential-types = "0.56.1" -aws-sdk-s3 = "0.34.0" +aws-config = "1.1.1" +aws-credential-types = "1.1.1" +aws-sdk-s3 = "1.8.0" clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] } s3s = { version = "0.9.0-dev", path = "../s3s" }