From b5429aa350f63efa038dab81f2641afc2a58de0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 06:21:41 +0000 Subject: [PATCH] build(deps): update aws-credential-types requirement Updates the requirements on [aws-credential-types](https://github.com/smithy-lang/smithy-rs) to permit the latest version. - [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-credential-types dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/s3s-fs/Cargo.toml | 2 +- crates/s3s-proxy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/s3s-fs/Cargo.toml b/crates/s3s-fs/Cargo.toml index ac490b97..cd1ab4f4 100644 --- a/crates/s3s-fs/Cargo.toml +++ b/crates/s3s-fs/Cargo.toml @@ -50,7 +50,7 @@ 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-credential-types = { version = "1.0.1", features = ["test-util"] } aws-sdk-s3 = "0.34.0" once_cell = "1.18.0" s3s-aws = { version = "0.8.1-dev", path = "../s3s-aws" } diff --git a/crates/s3s-proxy/Cargo.toml b/crates/s3s-proxy/Cargo.toml index c85c366e..e01a14c1 100644 --- a/crates/s3s-proxy/Cargo.toml +++ b/crates/s3s-proxy/Cargo.toml @@ -6,7 +6,7 @@ publish = false [dependencies] aws-config = "0.56.1" -aws-credential-types = "0.56.1" +aws-credential-types = "1.0.1" aws-sdk-s3 = "0.34.0" clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] }