jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Update rusoto_sts requirement from 0.32.0 to 0.33.0 #11

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on rusoto_sts to permit the latest version.

Release notes *Sourced from [rusoto_sts's releases](https://github.com/rusoto/rusoto/releases).* > Rusoto 0.33.0 is now out. The [CHANGELOG](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md) has all the changes, including: > * hyper 0.12 > * support for three new AWS services > * improved XML error response handling > > Happy Rusting!
Changelog *Sourced from [rusoto_sts's changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md).* > ## [0.33.0] - 2018-07-31 > > - Remove `impl Display for Region` since it was of little use and confusingly similar to `Region::name()`. > - More efficiently and correctly remove scheme from `Region::Custom` endpoints > - Prevent reactor from hanging indefinitely when using the new tokio release > - Fix deserialization for empty JSON responses > - Fixed bug in query services where lists had incorrect parent item in request > - Improve deserializer of XML error responses > - Adds Serverless Repo service > - Add Alexa for Business service > - Add [Secrets Manager](https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) service > - Support streaming uploads for services like S3 > - Implement `DispatchSignedRequest` and `ProvideAwsCredentials` for `Arc<>` and `Rc<>` wrapped types > - Changed HttpClient to be generic over hyper::Connect, default HttpClient>, see [#1033](https://github-redirect.dependabot.com/rusoto/rusoto/issues/1033) > - Derive PartialEq for all request and response types, except when they contain streams > - Change core and credentials to use Hyper 0.12 > - Add support for alternative prefixes for environment variables. > > ## [0.32.0] - 2018-03-03 > > - Convert all services to `futures`-based APIs > - Show secret keys and tokens as `"**********"` in `Debug` output > - Ensure list of signed headers is correct when not all headers are signed > - Use ```$AWS_PROFILE``` to obtain default profile name > - Implement `Default` for `Region` > - Derive Clone for remaining types (affects CloudFront, Route 53 and S3) > - Link to service-specific documentation in generated Cargo manifests > - Change credential expiration for non-temporary credentials to be optional and add support for ```AWS_CREDENTIAL_EXPIRATION``` to EnvironmentProvider > - Improve ContainerProvider to mimic the behavior of the other SDKs by also considering ```AWS_CONTAINER_AUTHORIZATION_TOKEN``` and ```AWS_CONTAINER_CREDENTIALS_FULL_URI``` > - Implement per-call timeouts for the `DispatchSignedRequest` trait > - Implement timeouts for `ContainerProvider` and `InstanceMetadataProvider` > > ## [0.31.0] - 2018-01-21 > > - Update Rusoto Core ReadMe > - use correct China-northwest region domain > - Fix handling of error responses from Ceph (S3) > - Added integration tests for Ceph and Minio > - Convert metadata keys to lowercase (only affects third party services, Amazon already converts them) > - Allow setting both Region name and endpoint via `Region::Custom` > - Added China-northwest, US-Gov-West & Paris regions > - Switched crategen from rustfmt to rustfmt-nightly > - Removed unused AsciiExt imports > - S3 StreamingBody now has public constructor > > ## [0.30.0] - 2017-12-02 > > - Added CloudHSMv2 > - Added ResourceGroupsTaggingApi > - Added Lex runtime > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rusoto/rusoto/commits/rusoto-v0.33.0)


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 merge` will merge this PR after your CI passes on it - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Superseded by #12.