Skip to content

Commit 3f15b27

Browse files
fix(deps): bump the aws group with 4 updates
Bumps the aws group with 4 updates: [aws-config](https://github.com/smithy-lang/smithy-rs), [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-config` from 1.8.0 to 1.8.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) Updates `aws-sdk-cognitoidentity` from 1.74.0 to 1.75.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.74.0 to 1.75.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.86.0 to 1.87.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-config dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-sdk-cognitoidentity dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssooidc dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentityprovider dependency-version: 1.87.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caa33dc commit 3f15b27

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -30,10 +30,10 @@ amzn-toolkit-telemetry-client = { path = "../amzn-toolkit-telemetry-client" }
3030
anstream = "0.6.13"
3131
arboard = { version = "3.5.0", default-features = false }
3232
async-trait = "0.1.87"
33-
aws-config = "1.0.3"
33+
aws-config = "1.8.1"
3434
aws-credential-types = "1.0.3"
3535
aws-runtime = "1.4.4"
36-
aws-sdk-cognitoidentity = "1.51.0"
36+
aws-sdk-cognitoidentity = "1.75.0"
3737
aws-sdk-ssooidc = "1.51.0"
3838
aws-smithy-async = "1.2.2"
3939
aws-smithy-runtime-api = "1.6.1"

crates/fig_api_client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ amzn-codewhisperer-client.workspace = true
1818
amzn-codewhisperer-streaming-client.workspace = true
1919
amzn-consolas-client.workspace = true
2020
amzn-qdeveloper-streaming-client.workspace = true
21-
aws-config = "1.0.3"
21+
aws-config = "1.8.1"
2222
aws-credential-types = "1.0.3"
2323
aws-smithy-async = "1.2.2"
2424
aws-smithy-runtime-api.workspace = true

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.75.0"
20+
aws-sdk-cognitoidentityprovider = "1.87.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)