Skip to content

Commit 5a3eff5

Browse files
fix(deps): bump the aws group across 1 directory with 7 updates
Bumps the aws group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-sdk-cognitoidentity](https://github.com/awslabs/aws-sdk-rust) | `1.87.0` | `1.88.0` | | [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.88.0` | `1.89.0` | | [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.9.1` | `1.9.2` | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.60.12` | `0.62.4` | | [aws-smithy-json](https://github.com/smithy-lang/smithy-rs) | `0.61.6` | `0.61.7` | | [aws-smithy-eventstream](https://github.com/smithy-lang/smithy-rs) | `0.60.12` | `0.60.13` | 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) 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) Updates `aws-smithy-http` from 0.60.12 to 0.62.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) Updates `aws-smithy-json` from 0.61.6 to 0.61.7 - [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-eventstream` from 0.60.12 to 0.60.13 - [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-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 - 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 - dependency-name: aws-smithy-http dependency-version: 0.62.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-json dependency-version: 0.61.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-eventstream dependency-version: 0.60.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e7974b commit 5a3eff5

File tree

7 files changed

+46
-66
lines changed

7 files changed

+46
-66
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ async-trait = "0.1.87"
2424
aws-config = "1.0.3"
2525
aws-credential-types = "1.0.3"
2626
aws-runtime = "1.4.4"
27-
aws-sdk-cognitoidentity = "1.51.0"
28-
aws-sdk-ssooidc = "1.51.0"
27+
aws-sdk-cognitoidentity = "1.88.0"
28+
aws-sdk-ssooidc = "1.89.0"
2929
aws-smithy-async = "1.2.2"
30-
aws-smithy-runtime-api = "1.6.1"
30+
aws-smithy-runtime-api = "1.9.2"
3131
aws-smithy-types = "1.2.10"
3232
aws-types = "1.3.0"
3333
base64 = "0.22.1"

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 3 additions & 3 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.4"
6868

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

7272
[dependencies.aws-smithy-runtime]
7373
version = "1.7.8"
@@ -77,7 +77,7 @@ features = [
7777
]
7878

7979
[dependencies.aws-smithy-runtime-api]
80-
version = "1.7.3"
80+
version = "1.9.2"
8181
features = [
8282
"client",
8383
"http-02x",

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

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

6666
[dependencies.aws-smithy-eventstream]
67-
version = "0.60.6"
67+
version = "0.60.13"
6868

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

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

7676
[dependencies.aws-smithy-runtime]
7777
version = "1.7.8"
@@ -81,7 +81,7 @@ features = [
8181
]
8282

8383
[dependencies.aws-smithy-runtime-api]
84-
version = "1.7.3"
84+
version = "1.9.2"
8585
features = [
8686
"client",
8787
"http-02x",

crates/amzn-consolas-client/Cargo.toml

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

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

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

7575
[dependencies.aws-smithy-runtime]
7676
version = "1.7.8"
7777
features = ["client"]
7878

7979
[dependencies.aws-smithy-runtime-api]
80-
version = "1.7.3"
80+
version = "1.9.2"
8181
features = [
8282
"client",
8383
"http-02x",

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

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

6969
[dependencies.aws-smithy-eventstream]
70-
version = "0.60.6"
70+
version = "0.60.13"
7171

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

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

7979
[dependencies.aws-smithy-runtime]
8080
version = "1.7.8"
8181
features = ["client"]
8282

8383
[dependencies.aws-smithy-runtime-api]
84-
version = "1.7.3"
84+
version = "1.9.2"
8585
features = [
8686
"client",
8787
"http-02x",

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

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

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

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

4646
[dependencies.aws-smithy-runtime]
4747
version = "1.1.3"
4848
features = ["client"]
4949

5050
[dependencies.aws-smithy-runtime-api]
51-
version = "1.1.3"
51+
version = "1.9.2"
5252
features = ["client", "http-02x"]
5353

5454
[dependencies.aws-smithy-types]

0 commit comments

Comments
 (0)