Skip to content

Commit b65b78d

Browse files
fix(deps): bump the aws group across 1 directory with 8 updates
Bumps the aws group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.9` | `1.3.10` | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.8` | `1.2.9` | | [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.5.12` | `1.5.14` | | [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.90.0` | | [aws-sdk-cognitoidentityprovider](https://github.com/awslabs/aws-sdk-rust) | `1.101.0` | `1.103.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-credential-types` from 1.2.8 to 1.2.9 - [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.14 - [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.91.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.90.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.103.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-credential-types dependency-version: 1.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-runtime dependency-version: 1.5.14 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.91.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentity dependency-version: 1.90.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentityprovider dependency-version: 1.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63eb865 commit b65b78d

File tree

11 files changed

+63
-83
lines changed

11 files changed

+63
-83
lines changed

Cargo.lock

Lines changed: 35 additions & 55 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
@@ -35,7 +35,7 @@ assert_cmd = "2.0.17" # This version is required for musl builds to succeed
3535
async-trait = "0.1.87"
3636
aws-smithy-runtime-api = "1.6.1"
3737
aws-smithy-types = "1.2.10"
38-
aws-types = "1.3.0"
38+
aws-types = "1.3.10"
3939
base64 = "0.22.1"
4040
block2 = "0.5.1"
4141
bytes = "1.10.1"

crates/amzn-codewhisperer-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ name = "amzn_codewhisperer_client"
5555
path = "src/lib.rs"
5656

5757
[dependencies.aws-credential-types]
58-
version = "1.2.1"
58+
version = "1.2.9"
5959

6060
[dependencies.aws-runtime]
61-
version = "1.5.5"
61+
version = "1.5.14"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ name = "amzn_codewhisperer_streaming_client"
5555
path = "src/lib.rs"
5656

5757
[dependencies.aws-credential-types]
58-
version = "1.2.1"
58+
version = "1.2.9"
5959

6060
[dependencies.aws-runtime]
61-
version = "1.5.5"
61+
version = "1.5.14"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@ name = "amzn_consolas_client"
5858
path = "src/lib.rs"
5959

6060
[dependencies.aws-credential-types]
61-
version = "1.2.1"
61+
version = "1.2.9"
6262

6363
[dependencies.aws-runtime]
64-
version = "1.5.5"
64+
version = "1.5.14"
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ name = "amzn_qdeveloper_streaming_client"
5858
path = "src/lib.rs"
5959

6060
[dependencies.aws-credential-types]
61-
version = "1.2.1"
61+
version = "1.2.9"
6262

6363
[dependencies.aws-runtime]
64-
version = "1.5.5"
64+
version = "1.5.14"
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"

0 commit comments

Comments
 (0)