jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Bump rusoto_credential from 0.13.0 to 0.15.0 #41

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rusoto_credential from 0.13.0 to 0.15.0.

Release notes *Sourced from [rusoto_credential's releases](https://github.com/rusoto/rusoto/releases).* > ## 0.15.0 > Several changes to allow AWS services to be threadsafe. > - AWS service client methods no longer take `&mut self` > - Credentials providers have been separated into `Sync` and `!Sync` implementations, to allow users to choose whether they want to incur the overhead of a `Mutex` to allow expired credentials to be automatically refreshed via interior mutability. > - Implemented `DefaultCredentailsProvider` and `DefaultCredentialsProviderSync` to cover the 99% of cases where users just want automatically refreshed credentials from the standard credentials chain. > > Pull AWS_SESSION_TOKEN from the environment for credentials (allowing rusoto to run in a Lambda with an IAM role) > > Fixed a bug when S3 path names contained spaces > > Adds support for nearly all JSON protocol services that weren't yet supported. Including: > - Certificate Manager > - CloudHSM > - CloudTrail > - CloudWatch Events > - CloudWatch Logs > - CodeCommit > - CodeDeploy > - CodePipeline > - Cognito Identity > - Config > - Data Pipeline > - Device Farm > - Direct Connect > - Directory Service > - DynamoDB Streams > - EC2 Container Registry > - Elastic MapReduce > - Inspector > - Key Management Service > - Kinesis > - Kinesis Firehose > - Machine Learning > - OpsWorks > - Route53 Domains > - Simple Systems Manager > - Simple Workflow Service > - Storage Gateway > - Web Application Firewall > - WorkSpaces > > ## 0.14.0 > Fix a bug with blob deserialization. > Add support for the ap-northeast-2 region. > Move the `rusoto_helpers` crate into the main `rusoto` repository. > Add support for Kinesis with typed errors. > Modify build script output so the codegen is only rerun when necessary. > Minor documentation changes. > Update serde/syntex dependency versions. > Add EC2 support. > ... (truncated)
Commits - [`81bf4f8`](https://github.com/rusoto/rusoto/commit/81bf4f85e1acecf2ec6f6c36e56460e451473282) bump rusoto version to 0.15.0, rusoto_codegen dependency to 0.2.2 - [`93c804b`](https://github.com/rusoto/rusoto/commit/93c804bcead4ee78f25d03ba4a2263ba0d4d5223) bump codegen version to 0.2.2 - [`b61d75d`](https://github.com/rusoto/rusoto/commit/b61d75de264a33d542e0920b40b53d5c216bb236) Update README to reflect DefaultCredentialsProvider. Add missing semicolon. - [`b3cf16f`](https://github.com/rusoto/rusoto/commit/b3cf16fa41afa59be729fc3fffdbe39065855b30) Merge pull request [#284](https://github-redirect.dependabot.com/rusoto/rusoto/issues/284) from rusoto/feature_json_services - [`7fb3700`](https://github.com/rusoto/rusoto/commit/7fb3700a0fc923cc71c2ce1c8d6d636823c40372) Merge pull request [#286](https://github-redirect.dependabot.com/rusoto/rusoto/issues/286) from zdevwu/master - [`eeeceb9`](https://github.com/rusoto/rusoto/commit/eeeceb928a81da032e2c3b122d6aae55e6c85542) Reverse to moving credentials instead of borrowing in sign_and_execute - [`a27fa85`](https://github.com/rusoto/rusoto/commit/a27fa85c96e6725cdf402b090aa2efe996f915f8) Test to verify canonical_uri percent encoded - [`1750988`](https://github.com/rusoto/rusoto/commit/17509884e8fc33f618350cf2fec17ed6db8d30ea) be a lot less verbose in integration tests - [`3c6ea9c`](https://github.com/rusoto/rusoto/commit/3c6ea9c409a4b6ced12c8d72e6695c5e50a5ba65) add new services to README - [`0774fa8`](https://github.com/rusoto/rusoto/commit/0774fa8e78ffa3923841206fe3c93178ae00c284) add AWS Workspaces integration tests - Additional commits viewable in [compare view](https://github.com/rusoto/rusoto/compare/v0.13.0...v0.15.0)


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 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

Superseded by #49.