Skip to content

deps(deps): bump the aws-dependencies group with 9 updates#12

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/aws-dependencies-1900a432bf
Open

deps(deps): bump the aws-dependencies group with 9 updates#12
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/aws-dependencies-1900a432bf

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps the aws-dependencies group with 9 updates:

Package From To
aws-sigv4 1.3.7 1.4.2
aws-credential-types 1.2.11 1.2.14
aws-smithy-runtime-api 1.9.3 1.11.6
aws-lc-fips-sys 0.13.10 0.13.12
aws-lc-rs 1.15.2 1.16.1
aws-lc-sys 0.35.0 0.38.0
aws-smithy-async 1.2.7 1.2.14
aws-smithy-http 0.62.6 0.63.6
aws-smithy-types 1.3.5 1.4.6

Updates aws-sigv4 from 1.3.7 to 1.4.2

Changelog

Sourced from aws-sigv4's changelog.

March 2nd, 2026

New this release:

  • 🐛 (client, smithy-rs#4429) Fix bug where initial-request messages in event stream operations are not signed.

February 16th, 2026

New this release:

  • 🎉 (server, smithy-rs#4494) Automatically add smithy.framework#ValidationException to operations with constrained inputs. Previously, users had to either set addValidationExceptionToConstrainedOperations: true in codegen settings or manually add ValidationException to each operation. Now this happens automatically unless a custom validation exception (a structure with the @validationException trait) is defined in the model. When using a custom validation exception, users must explicitly add it to each applicable operation. The addValidationExceptionToConstrainedOperations flag is deprecated.

February 10th, 2026

Breaking Changes:

  • ⚠️ (all) Upgrade MSRV to Rust 1.91.0.

February 1st, 2026

Breaking Changes:

  • ⚠️🎉 (client, smithy-rs#4454, smithy-rs#4467, aws-sdk-rust#1389) Enable retries by default for AWS SDK clients using BehaviorVersion::v2026_01_12() or later.

    Previously, retries were only enabled when constructing clients via aws_config::load_from_env(). Clients constructed directly using Client::from_conf() did not have retries enabled, which was inconsistent with AWS SDK behavior in other languages.

    This change affects AWS SDK clients constructed with Client::from_conf() when using BehaviorVersion::v2026_01_12() or BehaviorVersion::latest(). Generic Smithy clients (non-AWS) are not affected.

    To disable retries:

    let config = aws_sdk_s3::Config::builder()
        .retry_config(RetryConfig::disabled())
        // ...
        .build();

    For more context, see the discussion on retry behavior.

New this release:

  • 🎉 (client, smithy-rs#312, @​AmitKulkarni23) Add support for Smithy bigInteger and bigDecimal types as string wrappers in aws-smithy-types, allowing users to parse with their preferred big number library.
  • 🎉 (all, smithy-rs#4484) All Smithy-rs crates, for both servers and clients, now use the 1.x version of the http crate for all internal processing. Utility methods are still provided for users to convert between SDK types and both of the http 0.x and 1.x types.
  • 🐛 (client, smithy-rs#4500) Fix JMESPath integer literal handling in waiters to support Smithy 1.66.0, which parses integer literals as Long instead of Double.

Contributors Thank you for your contributions! ❤

... (truncated)

Commits

Updates aws-credential-types from 1.2.11 to 1.2.14

Commits

Updates aws-smithy-runtime-api from 1.9.3 to 1.11.6

Commits

Updates aws-lc-fips-sys from 0.13.10 to 0.13.12

Commits

Updates aws-lc-rs from 1.15.2 to 1.16.1

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.16.1

What's Changed

Build Improvements

Other merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.16.0...v1.16.1

aws-lc-rs v1.16.0

What's Changed

Build Improvements

Issues Being Closed

Other Merged PRs

New Contributors

... (truncated)

Commits

Updates aws-lc-sys from 0.35.0 to 0.38.0

Commits

Updates aws-smithy-async from 1.2.7 to 1.2.14

Commits

Updates aws-smithy-http from 0.62.6 to 0.63.6

Commits

Updates aws-smithy-types from 1.3.5 to 1.4.6

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 6, 2026

Assignees

The following users could not be added as assignees: rnpm/maintainers. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps the aws-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [aws-sigv4](https://github.com/smithy-lang/smithy-rs) | `1.3.7` | `1.4.2` |
| [aws-credential-types](https://github.com/smithy-lang/smithy-rs) | `1.2.11` | `1.2.14` |
| [aws-smithy-runtime-api](https://github.com/smithy-lang/smithy-rs) | `1.9.3` | `1.11.6` |
| [aws-lc-fips-sys](https://github.com/aws/aws-lc-rs) | `0.13.10` | `0.13.12` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.15.2` | `1.16.1` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.35.0` | `0.38.0` |
| [aws-smithy-async](https://github.com/smithy-lang/smithy-rs) | `1.2.7` | `1.2.14` |
| [aws-smithy-http](https://github.com/smithy-lang/smithy-rs) | `0.62.6` | `0.63.6` |
| [aws-smithy-types](https://github.com/smithy-lang/smithy-rs) | `1.3.5` | `1.4.6` |


Updates `aws-sigv4` from 1.3.7 to 1.4.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-credential-types` from 1.2.11 to 1.2.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-runtime-api` from 1.9.3 to 1.11.6
- [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-lc-fips-sys` from 0.13.10 to 0.13.12
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-fips-sys/v0.13.10...aws-lc-fips-sys/v0.13.12)

Updates `aws-lc-rs` from 1.15.2 to 1.16.1
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.15.2...v1.16.1)

Updates `aws-lc-sys` from 0.35.0 to 0.38.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.35.0...aws-lc-sys/v0.38.0)

Updates `aws-smithy-async` from 1.2.7 to 1.2.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.62.6 to 0.63.6
- [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.3.5 to 1.4.6
- [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-sigv4
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-credential-types
  dependency-version: 1.2.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws-dependencies
- dependency-name: aws-smithy-runtime-api
  dependency-version: 1.11.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-lc-fips-sys
  dependency-version: 0.13.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-dependencies
- dependency-name: aws-lc-rs
  dependency-version: 1.16.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-lc-sys
  dependency-version: 0.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-smithy-async
  dependency-version: 1.2.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: aws-dependencies
- dependency-name: aws-smithy-http
  dependency-version: 0.63.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
- dependency-name: aws-smithy-types
  dependency-version: 1.4.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: aws-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/aws-dependencies-1900a432bf branch from 7248cf4 to 7d1cb37 Compare March 9, 2026 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants