awslabs / coldsnap

A command line interface for Amazon EBS snapshots
Apache License 2.0
194 stars 24 forks source link

Bump aws-sdk-ebs from 0.12.0 to 0.13.0 #152

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps aws-sdk-ebs from 0.12.0 to 0.13.0.

Release notes

Sourced from aws-sdk-ebs's releases.

v0.13.0 (June 9th, 2022)

New this release:

  • 🎉 (smithy-rs#1390) Add method ByteStream::into_async_read. This makes it easy to convert ByteStreams into a struct implementing tokio:io::AsyncRead. Available on crate feature rt-tokio only.
  • 🎉 (smithy-rs#1356, @​jszwedko) Add support for credential_process in AWS configs for fetching credentials from an external process.
  • (smithy-rs#1404, @​petrosagg) Switch to RustCrypto's implementation of MD5.

Contributors Thank you for your contributions! ❤

Changelog

Sourced from aws-sdk-ebs's changelog.

v0.13.0 (June 9th, 2022)

New this release:

  • 🎉 (smithy-rs#1390) Add method ByteStream::into_async_read. This makes it easy to convert ByteStreams into a struct implementing tokio:io::AsyncRead. Available on crate feature rt-tokio only.
  • 🎉 (smithy-rs#1356, @​jszwedko) Add support for credential_process in AWS configs for fetching credentials from an external process.
  • (smithy-rs#1404, @​petrosagg) Switch to RustCrypto's implementation of MD5.

Contributors Thank you for your contributions! ❤

Commits
  • b8050cb Update changelog
  • 204b620 [smithy-rs] Add the ability to generate pub(crate) values (#1444)
  • ed82759 [smithy-rs] #[allow(clippy::type_complexity)] globally (#1440)
  • d9c6459 [smithy-rs] Refactor sdk-versioner to operate off the versions manifest (#1...
  • 9f77277 [smithy-rs] Prepare for release (#1426)
  • 71a76c8 [smithy-rs] Simplify a Clone impl (#1418)
  • 4d2180f [smithy-rs] Add support for credential_process from profiles (#1356)
  • 60bdf55 [smithy-rs] Use md5 implementation of RustCrypto organization (#1404)
  • 01da2b3 [smithy-rs] feature: conversion method for ByteStream into AsyncRead impl...
  • 7333d60 [smithy-rs] Add excluded headers option to aws-sigv4 (#1381)
  • Additional commits viewable in compare view


Dependabot compatibility score

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 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] commented 2 years ago

Superseded by #159.