Skip to content

chore(deps): bump the aws group across 1 directory with 6 updates#410

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/aws-1275eaef3d
Closed

chore(deps): bump the aws group across 1 directory with 6 updates#410
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/aws-1275eaef3d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 4, 2026

Bumps the aws group with 1 update in the / directory: aws-config.

Updates aws-config from 1.8.12 to 1.8.13

Commits

Updates aws-runtime from 1.5.17 to 1.6.0

Changelog

Sourced from aws-runtime's changelog.

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! ❤

January 14th, 2026

New this release:

  • (client) Add support for tracking observability business metrics (OBSERVABILITY_TRACING, OBSERVABILITY_OTEL_TRACING, OBSERVABILITY_OTEL_METRICS) in User-Agent headers when telemetry providers are configured.
  • 🐛 (client, smithy-rs#4459, @​lnj) Updated the TokenBucket creation to initialize the bucket with the user-provided TimeSource from the Config. This fixes the bug in issue 4459 that caused failures in WASM since the TokenBucket was being created with a default SystemTime based TimeSource
  • 🐛 (client, @​svix-jbrown) Update the lru dependency for aws-sdk-s3 and rust-runtime
  • (client, smithy-rs#4469, @​greenwoodcm) Add support for aws-smithy-mocks interceptor to handle concurrent requests.
  • 🐛 (client, smithy-rs#4413) Deprecate NoAuthRuntimePlugin, which does not properly configure the auth scheme option resolver for noAuth, and introduce NoAuthRuntimePluginV2 that does.
  • (client) Update crc-fast to 1.9

Contributors Thank you for your contributions! ❤

... (truncated)

Commits

Updates aws-sdk-sts from 1.95.0 to 1.97.0

Commits

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

Commits

Updates aws-smithy-http-client from 1.1.5 to 1.1.9

Commits

Updates aws-smithy-types from 1.3.5 to 1.4.3

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

Bumps the aws group with 1 update in the / directory: [aws-config](https://github.com/smithy-lang/smithy-rs).


Updates `aws-config` from 1.8.12 to 1.8.13
- [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.17 to 1.6.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-sts` from 1.95.0 to 1.97.0
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

Updates `aws-smithy-runtime-api` from 1.9.3 to 1.11.3
- [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-client` from 1.1.5 to 1.1.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-smithy-types` from 1.3.5 to 1.4.3
- [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-config
  dependency-version: 1.8.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-runtime
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-sdk-sts
  dependency-version: 1.97.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-runtime-api
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
- dependency-name: aws-smithy-http-client
  dependency-version: 1.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: aws
- dependency-name: aws-smithy-types
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: aws
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 4, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Feb 12, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 12, 2026
@dependabot dependabot bot deleted the dependabot/cargo/aws-1275eaef3d branch February 12, 2026 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants