Skip to content

Commit 761bb58

Browse files
fix(deps): bump the aws group with 3 updates
Bumps the aws group with 3 updates: [aws-sdk-cognitoidentity](https://github.com/awslabs/aws-sdk-rust), [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) and [aws-sdk-cognitoidentityprovider](https://github.com/awslabs/aws-sdk-rust). Updates `aws-sdk-cognitoidentity` from 1.69.0 to 1.70.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.69.0 to 1.70.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sdk-cognitoidentityprovider` from 1.81.0 to 1.82.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.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssooidc dependency-version: 1.70.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentityprovider dependency-version: 1.82.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 972adf4 commit 761bb58

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/chat-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ async-trait = "0.1.87"
3333
aws-config = "1.0.3"
3434
aws-credential-types = "1.0.3"
3535
aws-runtime = "1.4.4"
36-
aws-sdk-cognitoidentity = "1.51.0"
37-
aws-sdk-ssooidc = "1.51.0"
36+
aws-sdk-cognitoidentity = "1.70.0"
37+
aws-sdk-ssooidc = "1.70.0"
3838
aws-smithy-async = "1.2.2"
3939
aws-smithy-runtime-api = "1.6.1"
4040
aws-smithy-types = "1.2.10"

crates/fig_auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
async-trait.workspace = true
1515
aws-credential-types = "1.1.6"
16-
aws-sdk-ssooidc = "1.51.0"
16+
aws-sdk-ssooidc = "1.70.0"
1717
aws-smithy-async = "1.2.2"
1818
aws-smithy-runtime-api = { version = "1.1.7", features = ["http-auth"] }
1919
aws-smithy-types = "1.2.10"

crates/fig_telemetry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ amzn-toolkit-telemetry-client = { path = "../amzn-toolkit-telemetry-client" }
1616
anyhow.workspace = true
1717
async-trait.workspace = true
1818
aws-credential-types = "1.1.6"
19-
aws-sdk-cognitoidentity = "1.51.0"
20-
aws-sdk-cognitoidentityprovider = "1.60.1"
19+
aws-sdk-cognitoidentity = "1.70.0"
20+
aws-sdk-cognitoidentityprovider = "1.82.0"
2121
aws-smithy-async = "1.2.2"
2222
aws-smithy-types = "1.2.10"
2323
aws-toolkit-telemetry-definitions = { path = "../aws-toolkit-telemetry-definitions" }

0 commit comments

Comments
 (0)