avalanche-types-rs icon indicating copy to clipboard operation
avalanche-types-rs copied to clipboard

Update aws-sdk-kms requirement from 0.28.0 to 0.30.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Updates the requirements on aws-sdk-kms to permit the latest version.

Changelog

Sourced from aws-sdk-kms's changelog.

August 23rd, 2023

Breaking Changes:

  • :bug::warning: (smithy-rs#2931, aws-sdk-rust#875) Fixed re-exported SdkError type. The previous release had the wrong type for SdkError, which caused projects to fail to compile when upgrading.

New this release:

  • (smithy-rs#2904, aws-sdk-rust#862) RuntimeComponents are now re-exported so that implementing a custom interceptor doens't require directly depending on aws-smithy-runtime-api.
  • :bug: (smithy-rs#2907, aws-sdk-rust#864) Fix requests to S3 with no_credentials set.
  • :bug: (smithy-rs#2934, aws-sdk-rust#872) Logging via #[instrument] in the aws_smithy_runtime::client::orchestrator module is now emitted at the DEBUG level to reduce the amount of logging when emitted at the INFO level.
  • :bug: (smithy-rs#2935) Fix SDK::Endpoint built-in for @endpointRuleSet.

Crate Versions

Crate Version
aws-config 0.56.1
aws-credential-types 0.56.1
aws-endpoint 0.56.1
aws-http 0.56.1
aws-hyper 0.56.1
aws-runtime 0.56.1
aws-runtime-api 0.56.1
aws-sdk-accessanalyzer 0.30.0
aws-sdk-account 0.30.0
aws-sdk-acm 0.30.0
aws-sdk-acmpca 0.30.0
aws-sdk-alexaforbusiness 0.30.0
aws-sdk-amp 0.30.0
aws-sdk-amplify 0.30.0
aws-sdk-amplifybackend 0.30.0
aws-sdk-amplifyuibuilder 0.30.0
aws-sdk-apigateway 0.30.0
aws-sdk-apigatewaymanagement 0.30.0
aws-sdk-apigatewayv2 0.30.0
aws-sdk-appconfig 0.30.0
aws-sdk-appconfigdata 0.30.0
aws-sdk-appfabric 0.2.0
aws-sdk-appflow 0.30.0
aws-sdk-appintegrations 0.30.0
aws-sdk-applicationautoscaling 0.30.0
aws-sdk-applicationcostprofiler 0.30.0
aws-sdk-applicationdiscovery 0.30.0
aws-sdk-applicationinsights 0.30.0
aws-sdk-appmesh 0.30.0
aws-sdk-apprunner 0.30.0
aws-sdk-appstream 0.30.0
aws-sdk-appsync 0.30.0

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 24 '23 12:08 dependabot[bot]