Skip to content

Commit d50ab12

Browse files
fix(deps): bump the aws group with 8 updates (#275)
Bumps the aws group with 8 updates: | Package | From | To | | --- | --- | --- | | [aws-runtime](https://github.com/smithy-lang/smithy-rs) | `1.4.3` | `1.4.4` | | [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.2.1` | `1.2.2` | | [aws-smithy-json](https://github.com/smithy-lang/smithy-rs) | `0.60.7` | `0.61.1` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.7.3` | `1.7.4` | | [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.2.9` | `1.2.10` | | [aws-sdk-ssooidc](https://github.com/awslabs/aws-sdk-rust) | `1.50.0` | `1.51.0` | | [aws-sdk-cognitoidentity](https://github.com/awslabs/aws-sdk-rust) | `1.50.0` | `1.51.0` | | [aws-sdk-cognitoidentityprovider](https://github.com/awslabs/aws-sdk-rust) | `1.58.0` | `1.60.1` | Updates `aws-runtime` from 1.4.3 to 1.4.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-async` from 1.2.1 to 1.2.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-json` from 0.60.7 to 0.61.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-runtime` from 1.7.3 to 1.7.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-types` from 1.2.9 to 1.2.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.50.0 to 1.51.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.50.0 to 1.51.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.58.0 to 1.60.1 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) --- updated-dependencies: - dependency-name: aws-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-async dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-smithy-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-sdk-ssooidc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-cognitoidentityprovider dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 67cd938 commit d50ab12

File tree

12 files changed

+73
-64
lines changed

12 files changed

+73
-64
lines changed

Cargo.lock

Lines changed: 37 additions & 28 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ path = "src/lib.rs"
4242
version = "1.2.1"
4343

4444
[dependencies.aws-runtime]
45-
version = "1.4.3"
45+
version = "1.4.4"
4646

4747
[dependencies.aws-smithy-async]
48-
version = "1.2.1"
48+
version = "1.2.2"
4949

5050
[dependencies.aws-smithy-http]
5151
version = "0.60.11"
5252

5353
[dependencies.aws-smithy-json]
54-
version = "0.60.7"
54+
version = "0.61.1"
5555

5656
[dependencies.aws-smithy-runtime]
5757
version = "1.7.1"
@@ -69,7 +69,7 @@ features = [
6969
]
7070

7171
[dependencies.aws-smithy-types]
72-
version = "1.2.7"
72+
version = "1.2.10"
7373

7474
[dependencies.aws-types]
7575
version = "1.3.3"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ path = "src/lib.rs"
4242
version = "1.2.1"
4343

4444
[dependencies.aws-runtime]
45-
version = "1.4.3"
45+
version = "1.4.4"
4646

4747
[dependencies.aws-smithy-async]
48-
version = "1.2.1"
48+
version = "1.2.2"
4949

5050
[dependencies.aws-smithy-eventstream]
5151
version = "0.60.5"
@@ -55,7 +55,7 @@ version = "0.60.11"
5555
features = ["event-stream"]
5656

5757
[dependencies.aws-smithy-json]
58-
version = "0.60.7"
58+
version = "0.61.1"
5959

6060
[dependencies.aws-smithy-runtime]
6161
version = "1.7.1"
@@ -73,7 +73,7 @@ features = [
7373
]
7474

7575
[dependencies.aws-smithy-types]
76-
version = "1.2.7"
76+
version = "1.2.10"
7777

7878
[dependencies.aws-types]
7979
version = "1.3.3"

crates/amzn-consolas-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,16 +42,16 @@ path = "src/lib.rs"
4242
version = "1.2.1"
4343

4444
[dependencies.aws-runtime]
45-
version = "1.4.3"
45+
version = "1.4.4"
4646

4747
[dependencies.aws-smithy-async]
48-
version = "1.2.1"
48+
version = "1.2.2"
4949

5050
[dependencies.aws-smithy-http]
5151
version = "0.60.11"
5252

5353
[dependencies.aws-smithy-json]
54-
version = "0.60.7"
54+
version = "0.61.1"
5555

5656
[dependencies.aws-smithy-runtime]
5757
version = "1.7.1"
@@ -65,7 +65,7 @@ features = [
6565
]
6666

6767
[dependencies.aws-smithy-types]
68-
version = "1.2.7"
68+
version = "1.2.10"
6969

7070
[dependencies.aws-types]
7171
version = "1.3.3"

crates/amzn-qdeveloper-client/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ path = "src/lib.rs"
3939
version = "1.2.1"
4040

4141
[dependencies.aws-runtime]
42-
version = "1.4.3"
42+
version = "1.4.4"
4343

4444
[dependencies.aws-smithy-async]
45-
version = "1.2.1"
45+
version = "1.2.2"
4646

4747
[dependencies.aws-smithy-http]
4848
version = "0.60.11"
4949

5050
[dependencies.aws-smithy-json]
51-
version = "0.60.7"
51+
version = "0.61.1"
5252

5353
[dependencies.aws-smithy-runtime]
5454
version = "1.7.1"
@@ -59,7 +59,7 @@ version = "1.7.2"
5959
features = ["client", "http-02x"]
6060

6161
[dependencies.aws-smithy-types]
62-
version = "1.2.7"
62+
version = "1.2.10"
6363

6464
[dependencies.aws-types]
6565
version = "1.3.3"

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ path = "src/lib.rs"
4242
version = "1.2.1"
4343

4444
[dependencies.aws-runtime]
45-
version = "1.4.3"
45+
version = "1.4.4"
4646

4747
[dependencies.aws-smithy-async]
48-
version = "1.2.1"
48+
version = "1.2.2"
4949

5050
[dependencies.aws-smithy-eventstream]
5151
version = "0.60.5"
@@ -55,7 +55,7 @@ version = "0.60.11"
5555
features = ["event-stream"]
5656

5757
[dependencies.aws-smithy-json]
58-
version = "0.60.7"
58+
version = "0.61.1"
5959

6060
[dependencies.aws-smithy-runtime]
6161
version = "1.7.1"
@@ -69,7 +69,7 @@ features = [
6969
]
7070

7171
[dependencies.aws-smithy-types]
72-
version = "1.2.7"
72+
version = "1.2.10"
7373

7474
[dependencies.aws-types]
7575
version = "1.3.3"

crates/amzn-toolkit-telemetry/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ version = "1.1.3"
3535
version = "0.60.3"
3636

3737
[dependencies.aws-runtime]
38-
version = "1.1.3"
38+
version = "1.4.4"
3939

4040
[dependencies.aws-smithy-async]
41-
version = "1.1.3"
41+
version = "1.2.2"
4242

4343
[dependencies.aws-smithy-http]
4444
version = "0.60.3"
4545

4646
[dependencies.aws-smithy-json]
47-
version = "0.60.3"
47+
version = "0.61.1"
4848

4949
[dependencies.aws-smithy-runtime]
5050
version = "1.1.3"
@@ -58,7 +58,7 @@ features = [
5858
]
5959

6060
[dependencies.aws-smithy-types]
61-
version = "1.1.3"
61+
version = "1.2.10"
6262

6363
[dependencies.aws-types]
6464
version = "1.1.3"

0 commit comments

Comments
 (0)