Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update aws-sdk-kms requirement from 0.16 to 0.29 #59

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2023

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

Changelog

Sourced from aws-sdk-kms's changelog.

August 3rd, 2023

Breaking Changes:

  • ⚠ (smithy-rs#2675) Remove native-tls and add a migration guide.
  • ⚠ (smithy-rs#2673) For event stream operations such as S3 SelectObjectContent or Transcribe StartStreamTranscription, the EventStreamSender in the input now requires the passed in Stream impl to implement Sync.
  • ⚠ (smithy-rs#2742) A newtype wrapper SharedAsyncSleep has been introduced and occurrences of Arc<dyn AsyncSleep> that appear in public APIs have been replaced with it.
  • ⚠ (smithy-rs#2893) Update MSRV to Rust 1.69.0
  • ⚠ (smithy-rs#2783) The naming make_token for fields and the API of IdempotencyTokenProvider in service configs and their builders has now been updated to idempotency_token_provider.
  • ⚠ (smithy-rs#2845) The implementation From<http::header::value::InvalidHeaderValue> for aws_http::user_agent::UserAgentStageError has been removed.
  • ⚠ (aws-sdk-rust#579, aws-sdk-rust#338) Behavior change: Credential providers now share the HTTP connector used by the SDK. If you want to keep a separate connector for clients, use <service>::ConfigBuilder::http_connector when constructing the client.
  • ⚠ (smithy-rs#2877) The doc(hidden) time_source in aws-credential-types was removed. Use aws_smithy_async::time instead.
  • ⚠ (smithy-rs#2877) The doc(hidden) with_env in ProviderConfig was removed.
  • ⚠ The underlying architecture of the SDK clients has been overhauled. This shouldn't require any changes for most projects, but will affect projects that customize the SDK middleware. More details are available in the upgrade guide if you are effected by these changes.

New this release:

  • 🎉 (smithy-rs#2707, aws-sdk-rust#114, smithy-rs#2846) The SDK has added support for timestreamwrite and timestreamquery. Support for these services is considered experimental at this time. In order to use these services, you MUST call .with_endpoint_discovery_enabled() on the Client after construction.
  • 🎉 (smithy-rs#2647, smithy-rs#2645, smithy-rs#2646, smithy-rs#2616, @​thomas-k-cameron) Implement unstable serde support for the Number, Blob, Document, DateTime primitives
  • 🎉 (smithy-rs#2652, @​thomas-k-cameron) Add a send_with function on -Input types for sending requests without fluent builders
  • 🐛 (smithy-rs#2815, @​relevantsam) Automatically exclude X-Ray trace ID headers and authorization headers from SigV4 canonical request calculations.
  • (smithy-rs#2791, @​davidsouther) Add accessors to Builders
  • 🐛 (smithy-rs#2722, aws-sdk-rust#703) Fix error message when credentials-sso feature is not enabled on aws-config. NOTE: if you use no-default-features, you will need to manually able credentials-sso after 0.55.*
  • 🐛 (smithy-rs#2720) SsoCredentialsProvider, AssumeRoleProvider, and WebIdentityTokenCredentialsProvider now use NoCredentialsCache internally when fetching credentials using an STS client. This avoids double-caching when these providers are wrapped by LazyCredentialsCache when a service client is created.
  • 🐛 (smithy-rs#2730, @​cholcombe973) The SigningInstructions in the aws-sigv4 module are now public. This allows them to be named in a function signature.
  • (smithy-rs#2728, smithy-rs#2262, aws-sdk-rust#2087) Time is now controlled by the TimeSource trait. This facilitates testing as well as use cases like WASM where SystemTime::now() is not supported.
  • (smithy-rs#2724) The AppName property can now be set with sdk_ua_app_id in profile files. The old field, sdk-ua-app-id, is maintained for backwards compatibility.

Contributors Thank you for your contributions! ❤

Crate Versions

Crate Version
aws-config 0.56.0
aws-credential-types 0.56.0
aws-endpoint 0.56.0
aws-http 0.56.0
aws-hyper 0.56.0
aws-runtime 0.56.0
aws-runtime-api 0.56.0
aws-sdk-accessanalyzer 0.29.0
aws-sdk-account 0.29.0
aws-sdk-acm 0.29.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)

Updates the requirements on [aws-sdk-kms](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-kms
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 10, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 24, 2023

Superseded by #63.

@dependabot dependabot bot closed this Aug 24, 2023
@dependabot dependabot bot deleted the dependabot/cargo/aws-sdk-kms-0.29 branch August 24, 2023 15:48
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants