Skip to content

Commit 6710994

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-types](https://github.com/smithy-lang/smithy-rs) | `1.3.9` | `1.3.10` | | [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.12` | `1.5.13` | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.60.12` | `0.62.5` | | [aws-config](https://github.com/smithy-lang/smithy-rs) | `1.8.8` | `1.8.10` | | [aws-sdk-cognitoidentity](https://github.com/awslabs/aws-sdk-rust) | `1.88.0` | `1.89.0` | | [aws-sdk-cognitoidentityprovider](https://github.com/awslabs/aws-sdk-rust) | `1.101.0` | `1.102.0` | Updates `aws-types` from 1.3.9 to 1.3.10 - [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-runtime` from 1.5.12 to 1.5.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) Updates `aws-smithy-http` from 0.60.12 to 0.62.5 - [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.8.8 to 1.8.10 - [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-ssooidc` from 1.89.0 to 1.90.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sdk-cognitoidentity` 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-sdk-cognitoidentityprovider` from 1.101.0 to 1.102.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-types dependency-version: 1.3.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-runtime dependency-version: 1.5.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-http dependency-version: 0.62.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-config dependency-version: 1.8.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-sdk-ssooidc dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentity dependency-version: 1.89.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentityprovider dependency-version: 1.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 50f4110 commit 6710994

File tree

10 files changed

+53
-73
lines changed

10 files changed

+53
-73
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ appkit-nsworkspace-bindings = { path = "crates/macos-utils/appkit-nsworkspace-bi
3434
async-trait = "0.1.87"
3535
aws-smithy-runtime-api = "1.6.1"
3636
aws-smithy-types = "1.2.10"
37-
aws-types = "1.3.0"
37+
aws-types = "1.3.10"
3838
base64 = "0.22.1"
3939
block2 = "0.5.1"
4040
bytes = "1.10.1"

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ path = "src/lib.rs"
5858
version = "1.2.1"
5959

6060
[dependencies.aws-runtime]
61-
version = "1.5.5"
61+
version = "1.5.13"
6262

6363
[dependencies.aws-smithy-async]
6464
version = "1.2.4"
6565

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

6969
[dependencies.aws-smithy-json]
7070
version = "0.61.2"
@@ -88,7 +88,7 @@ features = [
8888
version = "1.2.13"
8989

9090
[dependencies.aws-types]
91-
version = "1.3.5"
91+
version = "1.3.10"
9292

9393
[dependencies.bytes]
9494
version = "1.4.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ path = "src/lib.rs"
5858
version = "1.2.1"
5959

6060
[dependencies.aws-runtime]
61-
version = "1.5.5"
61+
version = "1.5.13"
6262

6363
[dependencies.aws-smithy-async]
6464
version = "1.2.4"
@@ -67,7 +67,7 @@ version = "1.2.4"
6767
version = "0.60.6"
6868

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

7373
[dependencies.aws-smithy-json]
@@ -92,7 +92,7 @@ features = [
9292
version = "1.2.13"
9393

9494
[dependencies.aws-types]
95-
version = "1.3.5"
95+
version = "1.3.10"
9696

9797
[dependencies.bytes]
9898
version = "1.4.0"

crates/amzn-consolas-client/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ path = "src/lib.rs"
6161
version = "1.2.1"
6262

6363
[dependencies.aws-runtime]
64-
version = "1.5.5"
64+
version = "1.5.13"
6565

6666
[dependencies.aws-smithy-async]
6767
version = "1.2.4"
6868

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

7272
[dependencies.aws-smithy-json]
7373
version = "0.61.2"
@@ -87,7 +87,7 @@ features = [
8787
version = "1.2.13"
8888

8989
[dependencies.aws-types]
90-
version = "1.3.5"
90+
version = "1.3.10"
9191

9292
[dependencies.bytes]
9393
version = "1.4.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ path = "src/lib.rs"
6161
version = "1.2.1"
6262

6363
[dependencies.aws-runtime]
64-
version = "1.5.5"
64+
version = "1.5.13"
6565

6666
[dependencies.aws-smithy-async]
6767
version = "1.2.4"
@@ -70,7 +70,7 @@ version = "1.2.4"
7070
version = "0.60.6"
7171

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

7676
[dependencies.aws-smithy-json]
@@ -91,7 +91,7 @@ features = [
9191
version = "1.2.13"
9292

9393
[dependencies.aws-types]
94-
version = "1.3.5"
94+
version = "1.3.10"
9595

9696
[dependencies.bytes]
9797
version = "1.4.0"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ version = "1.1.3"
3232
version = "0.60.3"
3333

3434
[dependencies.aws-runtime]
35-
version = "1.1.3"
35+
version = "1.5.13"
3636

3737
[dependencies.aws-smithy-async]
3838
version = "1.1.3"
3939

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

4343
[dependencies.aws-smithy-json]
4444
version = "0.61.3"
@@ -55,7 +55,7 @@ features = ["client", "http-02x"]
5555
version = "1.1.3"
5656

5757
[dependencies.aws-types]
58-
version = "1.1.3"
58+
version = "1.3.10"
5959

6060
[dependencies.bytes]
6161
version = "1.0.0"

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.10"
2222
aws-credential-types = "1.0.3"
2323
aws-smithy-async = "1.2.2"
2424
aws-smithy-runtime-api.workspace = true

0 commit comments

Comments
 (0)