From c59226da9c4ca6af5cc46ef7d7b2d532981e5dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 15:32:26 -0400 Subject: [PATCH] Bump aws-credential-types from 1.2.0 to 1.2.1 (#452) Bumps [aws-credential-types](https://github.com/smithy-lang/smithy-rs) from 1.2.0 to 1.2.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-credential-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9220abc..4d6df91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -458,9 +458,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9" +checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -779,9 +779,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.2.0" +version = "1.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5" +checksum = "273dcdfd762fae3e1650b8024624e7cd50e484e37abdab73a7a706188ad34543" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 6e9081d..235d49f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ actix-web = { version = "4.9.0" } actix-web-httpauth = { version = "0.8.2" } async-trait = { version = "0.1.81" } aws-config = { version = "1.5.5", features = ["behavior-version-latest"] } -aws-credential-types = { version = "1.1.8", features = ["hardcoded-credentials"] } +aws-credential-types = { version = "1.2.1", features = ["hardcoded-credentials"] } aws-sdk-s3 = { version = "1.43.0" } aws-smithy-types-convert = { version = "0.60.8", features = ["convert-chrono"] } aws-types = { version = "1.3.0" }