jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Update rusoto_sts requirement from 0.32.0 to 0.34.0 #13

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on rusoto_sts to permit the latest version.

Changelog *Sourced from [rusoto_sts's changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md).* > ## [0.34.0] - 2018-09-05 > > - Add example to Rusoto Logs documentation > - Add custom dev dependency capability to services crategen > - Allow replacing OpenSSL with rustls by adding `features = ["rustls"], default_features=false` to your Cargo.toml > - Fix codegen for query types not sending values correctly > - Bump minimum supported version of Rust to 1.26 > - Make STS provider `Send` > - Remove unused package `hyper-tls` in credentials crate > - Send parameters in request body instead of query string for query based services and EC2 > - Allow AWS credentials in environment variables to have a custom prefix > - Fix bug in presigned URLs for S3 > > ## [0.33.1] - 2018-08-07 > > - Fix `rusoto_mock` versions available > > ## [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 > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rusoto/rusoto/commits/rusoto-v0.34.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 cancel merge` will cancel a previously requested merge - `@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 use this milestone` will set the current milestone 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 5 years ago

Looks like rusoto_sts is up-to-date now, so this is no longer needed.