From cc9ac54aa583af5f9308f2478875fefe361f7654 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:16:12 +0000 Subject: [PATCH] fix(deps): bump the aws group across 1 directory with 2 updates Bumps the aws group with 2 updates in the / directory: [aws-sdk-cognitoidentity](https://github.com/awslabs/aws-sdk-rust) and [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust). Updates `aws-sdk-cognitoidentity` from 1.87.0 to 1.88.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sdk-ssooidc` from 1.88.0 to 1.89.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-sdk-cognitoidentity dependency-version: 1.88.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssooidc dependency-version: 1.89.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0d3338c7..619edb6a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -493,9 +493,9 @@ dependencies = [ [[package]] name = "aws-sdk-cognitoidentity" -version = "1.87.0" +version = "1.88.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc53737ec00bf68e7591b23fb6b604ac2cbfcc829ba3abd3839877afd83a1da2" +checksum = "9a1eb04ebb4cd91b3f2570087e076861d8dee0c3b5d6339433ca3208376f8e67" dependencies = [ "aws-credential-types", "aws-runtime", @@ -537,9 +537,9 @@ dependencies = [ [[package]] name = "aws-sdk-ssooidc" -version = "1.88.0" +version = "1.89.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a68d675582afea0e94d38b6ca9c5aaae4ca14f1d36faa6edb19b42e687e70d7" +checksum = "695dc67bb861ccb8426c9129b91c30e266a0e3d85650cafdf62fcca14c8fd338" dependencies = [ "aws-credential-types", "aws-runtime", diff --git a/Cargo.toml b/Cargo.toml index 9870f0b97..f869d4e0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ async-trait = "0.1.87" aws-config = "1.0.3" aws-credential-types = "1.0.3" aws-runtime = "1.4.4" -aws-sdk-cognitoidentity = "1.51.0" -aws-sdk-ssooidc = "1.51.0" +aws-sdk-cognitoidentity = "1.88.0" +aws-sdk-ssooidc = "1.89.0" aws-smithy-async = "1.2.2" aws-smithy-runtime-api = "1.6.1" aws-smithy-types = "1.2.10"