From 8ba0db4fa6337e89333ea3e02b34cd2fe244f88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 03:13:59 +0000 Subject: [PATCH] fix(deps): bump the aws group across 1 directory with 3 updates Bumps the aws group with 1 update in the / directory: [aws-credential-types](https://github.com/smithy-lang/smithy-rs). Updates `aws-credential-types` from 1.2.8 to 1.2.10 - [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` from 1.9.1 to 1.9.2 - [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` from 1.3.3 to 1.3.4 - [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-version: 1.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-runtime-api dependency-version: 1.9.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-types dependency-version: 1.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- crates/amzn-codewhisperer-client/Cargo.toml | 2 +- .../amzn-codewhisperer-streaming-client/Cargo.toml | 2 +- crates/amzn-consolas-client/Cargo.toml | 2 +- crates/amzn-qdeveloper-streaming-client/Cargo.toml | 2 +- crates/amzn-toolkit-telemetry-client/Cargo.toml | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b7748c602..73477dfe4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -508,9 +508,9 @@ dependencies = [ [[package]] name = "aws-credential-types" -version = "1.2.8" +version = "1.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faf26925f4a5b59eb76722b63c2892b1d70d06fa053c72e4a100ec308c1d47bc" +checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06" dependencies = [ "aws-smithy-async", "aws-smithy-runtime-api", @@ -858,9 +858,9 @@ dependencies = [ [[package]] name = "aws-smithy-runtime-api" -version = "1.9.1" +version = "1.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3683c5b152d2ad753607179ed71988e8cfd52964443b4f74fd8e552d0bbfeb46" +checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193" dependencies = [ "aws-smithy-async", "aws-smithy-types", @@ -875,9 +875,9 @@ dependencies = [ [[package]] name = "aws-smithy-types" -version = "1.3.3" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f5b3a7486f6690ba25952cabf1e7d75e34d69eaff5081904a47bc79074d6457" +checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e" dependencies = [ "base64-simd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2e2e8c4ea3..33a2f83473 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ arboard = { version = "3.6.1", default-features = false, features = ["image-data assert_cmd = "2.0" async-trait = "0.1.87" aws-config = "1.0.3" -aws-credential-types = "1.0.3" +aws-credential-types = "1.2.10" aws-runtime = "1.4.4" aws-sdk-cognitoidentity = "1.51.0" aws-sdk-ssooidc = "1.51.0" diff --git a/crates/amzn-codewhisperer-client/Cargo.toml b/crates/amzn-codewhisperer-client/Cargo.toml index 9ab7a6feaa..4cac69ae73 100644 --- a/crates/amzn-codewhisperer-client/Cargo.toml +++ b/crates/amzn-codewhisperer-client/Cargo.toml @@ -55,7 +55,7 @@ name = "amzn_codewhisperer_client" path = "src/lib.rs" [dependencies.aws-credential-types] -version = "1.2.1" +version = "1.2.100" [dependencies.aws-runtime] version = "1.5.5" diff --git a/crates/amzn-codewhisperer-streaming-client/Cargo.toml b/crates/amzn-codewhisperer-streaming-client/Cargo.toml index a0b2099460..d9d62a6c84 100644 --- a/crates/amzn-codewhisperer-streaming-client/Cargo.toml +++ b/crates/amzn-codewhisperer-streaming-client/Cargo.toml @@ -55,7 +55,7 @@ name = "amzn_codewhisperer_streaming_client" path = "src/lib.rs" [dependencies.aws-credential-types] -version = "1.2.1" +version = "1.2.100" [dependencies.aws-runtime] version = "1.5.5" diff --git a/crates/amzn-consolas-client/Cargo.toml b/crates/amzn-consolas-client/Cargo.toml index 4d5547783a..a3316058e9 100644 --- a/crates/amzn-consolas-client/Cargo.toml +++ b/crates/amzn-consolas-client/Cargo.toml @@ -58,7 +58,7 @@ name = "amzn_consolas_client" path = "src/lib.rs" [dependencies.aws-credential-types] -version = "1.2.1" +version = "1.2.100" [dependencies.aws-runtime] version = "1.5.5" diff --git a/crates/amzn-qdeveloper-streaming-client/Cargo.toml b/crates/amzn-qdeveloper-streaming-client/Cargo.toml index cd1dcd31b3..0cde180dfe 100644 --- a/crates/amzn-qdeveloper-streaming-client/Cargo.toml +++ b/crates/amzn-qdeveloper-streaming-client/Cargo.toml @@ -58,7 +58,7 @@ name = "amzn_qdeveloper_streaming_client" path = "src/lib.rs" [dependencies.aws-credential-types] -version = "1.2.1" +version = "1.2.100" [dependencies.aws-runtime] version = "1.5.5" diff --git a/crates/amzn-toolkit-telemetry-client/Cargo.toml b/crates/amzn-toolkit-telemetry-client/Cargo.toml index 0e546aab79..4ab16d0867 100644 --- a/crates/amzn-toolkit-telemetry-client/Cargo.toml +++ b/crates/amzn-toolkit-telemetry-client/Cargo.toml @@ -26,7 +26,7 @@ targets = ["x86_64-unknown-linux-gnu"] codegen-version = "unknown" [dependencies.aws-credential-types] -version = "1.1.3" +version = "1.2.10" [dependencies.aws-http] version = "0.60.3"