Skip to content

Commit 3caea27

Browse files
fix(deps): bump the aws group across 1 directory with 9 updates
Bumps the aws group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.7.3` | `1.7.4` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.3` | `1.3.5` | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.1` | `1.2.2` | | [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.60.11` | `0.62.0` | | [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.6` | `1.8.0` | Updates `aws-smithy-runtime-api` 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.11 to 1.3.0 - [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-types` from 1.3.3 to 1.3.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-credential-types` 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-async` from 1.2.3 to 1.2.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-smithy-http` from 0.60.11 to 0.62.0 - [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.6 to 1.8.0 - [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.5 to 0.60.8 - [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-smithy-runtime-api 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-minor dependency-group: aws - dependency-name: aws-types dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws - dependency-name: aws-credential-types 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-http dependency-type: direct:production update-type: version-update:semver-minor 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-minor dependency-group: aws - dependency-name: aws-smithy-eventstream dependency-type: direct:production update-type: version-update:semver-patch dependency-group: aws ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2786f01 commit 3caea27

File tree

12 files changed

+133
-101
lines changed

12 files changed

+133
-101
lines changed

Cargo.lock

+89-57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ anstream = "0.6.13"
3232
anyhow = "1.0.97"
3333
appkit-nsworkspace-bindings = { path = "crates/macos-utils/appkit-nsworkspace-bindings" }
3434
async-trait = "0.1.87"
35-
aws-smithy-runtime-api = "1.6.1"
35+
aws-smithy-runtime-api = "1.7.4"
3636
aws-smithy-types = "1.2.10"
37-
aws-types = "1.3.0"
37+
aws-types = "1.3.5"
3838
base64 = "0.22.1"
3939
block2 = "0.5.1"
4040
bytes = "1.10.1"

crates/amzn-codewhisperer-client/Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ name = "amzn_codewhisperer_client"
3737
path = "src/lib.rs"
3838

3939
[dependencies.aws-credential-types]
40-
version = "1.2.1"
40+
version = "1.2.2"
4141

4242
[dependencies.aws-runtime]
4343
version = "1.4.3"
@@ -46,24 +46,24 @@ version = "1.4.3"
4646
version = "1.2.1"
4747

4848
[dependencies.aws-smithy-http]
49-
version = "0.60.11"
49+
version = "0.62.0"
5050

5151
[dependencies.aws-smithy-json]
52-
version = "0.60.7"
52+
version = "0.61.1"
5353

5454
[dependencies.aws-smithy-runtime]
55-
version = "1.7.1"
55+
version = "1.8.0"
5656
features = ["client", "http-auth"]
5757

5858
[dependencies.aws-smithy-runtime-api]
59-
version = "1.7.2"
59+
version = "1.7.4"
6060
features = ["client", "http-02x", "http-auth"]
6161

6262
[dependencies.aws-smithy-types]
6363
version = "1.2.7"
6464

6565
[dependencies.aws-types]
66-
version = "1.3.3"
66+
version = "1.3.5"
6767

6868
[dependencies.bytes]
6969
version = "1.10.1"

0 commit comments

Comments
 (0)