Skip to content

Commit 7977a84

Browse files
fix(deps): bump the aws group across 1 directory with 6 updates
Bumps the aws group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.60.12` | `0.62.1` | | [aws-smithy-json](https://github.com/smithy-lang/smithy-rs) | `0.60.7` | `0.61.3` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.6.2` | `1.6.3` | | [aws-sdk-cognitoidentity](https://github.com/awslabs/aws-sdk-rust) | `1.68.0` | `1.69.0` | | [aws-sdk-cognitoidentityprovider](https://github.com/awslabs/aws-sdk-rust) | `1.79.0` | `1.81.0` | Updates `aws-smithy-http` from 0.60.12 to 0.62.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-smithy-json` from 0.60.7 to 0.61.3 - [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-config` from 1.6.2 to 1.6.3 - [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.68.0 to 1.69.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.68.0 to 1.69.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.79.0 to 1.81.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-smithy-http dependency-version: 0.62.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-json dependency-version: 0.61.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-config dependency-version: 1.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-sdk-cognitoidentity dependency-version: 1.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-ssooidc dependency-version: 1.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentityprovider dependency-version: 1.81.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a4530a commit 7977a84

File tree

9 files changed

+53
-87
lines changed

9 files changed

+53
-87
lines changed

Cargo.lock

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

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ version = "1.5.5"
6464
version = "1.2.4"
6565

6666
[dependencies.aws-smithy-http]
67-
version = "0.60.12"
67+
version = "0.62.1"
6868

6969
[dependencies.aws-smithy-json]
70-
version = "0.61.2"
70+
version = "0.61.3"
7171

7272
[dependencies.aws-smithy-runtime]
7373
version = "1.7.8"

crates/amzn-codewhisperer-streaming-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ version = "1.2.4"
6767
version = "0.60.6"
6868

6969
[dependencies.aws-smithy-http]
70-
version = "0.60.12"
70+
version = "0.62.1"
7171
features = ["event-stream"]
7272

7373
[dependencies.aws-smithy-json]
74-
version = "0.61.2"
74+
version = "0.61.3"
7575

7676
[dependencies.aws-smithy-runtime]
7777
version = "1.7.8"

crates/amzn-consolas-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ version = "1.5.5"
6767
version = "1.2.4"
6868

6969
[dependencies.aws-smithy-http]
70-
version = "0.60.12"
70+
version = "0.62.1"
7171

7272
[dependencies.aws-smithy-json]
73-
version = "0.61.2"
73+
version = "0.61.3"
7474

7575
[dependencies.aws-smithy-runtime]
7676
version = "1.7.8"

crates/amzn-qdeveloper-streaming-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ version = "1.2.4"
7070
version = "0.60.6"
7171

7272
[dependencies.aws-smithy-http]
73-
version = "0.60.12"
73+
version = "0.62.1"
7474
features = ["event-stream"]
7575

7676
[dependencies.aws-smithy-json]
77-
version = "0.61.2"
77+
version = "0.61.3"
7878

7979
[dependencies.aws-smithy-runtime]
8080
version = "1.7.8"

crates/amzn-toolkit-telemetry-client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ version = "1.1.3"
3838
version = "1.1.3"
3939

4040
[dependencies.aws-smithy-http]
41-
version = "0.60.3"
41+
version = "0.62.1"
4242

4343
[dependencies.aws-smithy-json]
44-
version = "0.60.3"
44+
version = "0.61.3"
4545

4646
[dependencies.aws-smithy-runtime]
4747
version = "1.1.3"

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.6.3"
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.69.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.6.3"
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.69.0"
20+
aws-sdk-cognitoidentityprovider = "1.81.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)