chore(deps): bump the aws group across 1 directory with 9 updates#25868
chore(deps): bump the aws group across 1 directory with 9 updates#25868dependabot[bot] wants to merge 1 commit into
Conversation
2801dd1 to
74323f2
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 74323f2872
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| ] | ||
|
|
||
| [[package]] | ||
| name = "aws-smithy-runtime-api-macros" |
There was a problem hiding this comment.
Commit regenerated license inventory
When this Cargo.lock change adds new crates such as aws-smithy-runtime-api-macros and aws-smithy-schema, the generated LICENSE-3rdparty.csv is left unchanged and has no rows for those component names. In CI for any PR that changes Cargo.lock, the changes filter marks dependencies and the Test Suite runs make check-licenses (.github/workflows/changes.yml:216-220, .github/workflows/test.yml:97-110), so this dependency bump will fail until make build-licenses is run and the updated inventory is committed.
Useful? React with 👍 / 👎.
6de791f to
7922c8a
Compare
Bumps the aws group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.14` | `1.3.0` | | [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust) | `1.99.0` | `1.104.0` | | [aws-sdk-secretsmanager](https://github.com/awslabs/aws-sdk-rust) | `1.99.0` | `1.103.0` | | [aws-types](https://github.com/smithy-lang/smithy-rs) | `1.3.14` | `1.4.0` | | [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.4.2` | `1.5.1` | | [aws-smithy-runtime](https://github.com/smithy-lang/smithy-rs) | `1.10.3` | `1.12.0` | Updates `aws-credential-types` from 1.2.14 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-sdk-kms` from 1.99.0 to 1.104.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-sdk-secretsmanager` from 1.99.0 to 1.103.0 - [Release notes](https://github.com/awslabs/aws-sdk-rust/releases) - [Commits](https://github.com/awslabs/aws-sdk-rust/commits) Updates `aws-types` from 1.3.14 to 1.4.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-sigv4` from 1.4.2 to 1.5.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-async` from 1.2.14 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-smithy-runtime` from 1.10.3 to 1.12.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-runtime-api` from 1.11.6 to 1.13.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-types` from 1.4.6 to 1.6.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) --- updated-dependencies: - dependency-name: aws-credential-types dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-kms dependency-version: 1.104.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sdk-secretsmanager dependency-version: 1.103.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-sigv4 dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-async dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-runtime dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-runtime-api dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-smithy-types dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws - dependency-name: aws-types dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: aws ... Signed-off-by: dependabot[bot] <support@github.com>
7922c8a to
742d147
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 742d1474fd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "aws-sigv4" | ||
| version = "1.4.2" | ||
| version = "1.5.1" |
There was a problem hiding this comment.
Enable http0 compatibility for aws-sigv4
When this lockfile selects aws-sigv4 1.5.1, Vector still builds the crate with default features disabled and only sign-http in Cargo.toml. In 1.5.1 the SigningInstructions::apply_to_request_http0x helper is gated by the http0-compat feature, while src/aws/mod.rs:318 still calls it on Vector's http 0.2 requests. Any build enabling aws-core (for example the AWS sinks/sources or OpenSearch signing) will fail to compile unless the feature is added or the call is migrated.
Useful? React with 👍 / 👎.
Bumps the aws group with 6 updates in the / directory:
1.2.141.3.01.99.01.104.01.99.01.103.01.3.141.4.01.4.21.5.11.10.31.12.0Updates
aws-credential-typesfrom 1.2.14 to 1.3.0Commits
Updates
aws-sdk-kmsfrom 1.99.0 to 1.104.0Commits
Updates
aws-sdk-secretsmanagerfrom 1.99.0 to 1.103.0Commits
Updates
aws-typesfrom 1.3.14 to 1.4.0Commits
Updates
aws-sigv4from 1.4.2 to 1.5.1Commits
Updates
aws-smithy-asyncfrom 1.2.14 to 1.3.0Commits
Updates
aws-smithy-runtimefrom 1.10.3 to 1.12.0Commits
Updates
aws-smithy-runtime-apifrom 1.11.6 to 1.13.0Commits
Updates
aws-smithy-typesfrom 1.4.6 to 1.6.1Commits