jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Bump rusoto_credential from 0.13.0 to 0.40.0 #65

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rusoto_credential from 0.13.0 to 0.40.0.

Release notes *Sourced from [rusoto_credential's releases](https://github.com/rusoto/rusoto/releases).* > ## Rusoto 0.39.0 > Another release, roughly on schedule! 😁 > > CHANGELOG: > > - Add Worklink service > - Add FSX service > - Fix de/serialization of DynamoDB binary set attribute values > - Change type for blob values from `Vec` to `Bytes` > - Add DocDB service > - Add License Manager service > - Add Kafka service > - Add Chime service > - Add RDS Data service > - Add ComprehendMedical service > - Add Ap-East-1 Region > - Remove log crate dependency from services > - Remove decoding of the uri path before encoding it > - Use http::HeaderMap instead of our custom implementation > - Update all public crates to Rust 2018 edition > > A massive thank you to all contributors! You make this project happen. 👍 > > ## Rusoto 0.38.0 > CHANGELOG for Rusoto 0.38.0: > > * Add RusotoError enum as base error type for all services > * Improve error messages for BufferedHttpResponse in Unknown error variants. > * Fix hostname derivation for custom Region endpoints > * Support presigned URLs for multipart uploads to S3 > * Add Us-Gov-East region > * Fix a bug in SNS CreateTopic and Subscribe > * Reduced generated xml deserializer logic > * Move credentials crate to Rust 2018 > * Remove internal test files from published crates for rusoto_credential and rusoto_core > > ## Rusoto 0.37.0 > - Implement Clone on the various Client types. > - Upgrade hyper-rustls library > - Fix duplicated Content-Type header in SageMaker Runtime > - Switch from `try!` to `?` operator > - Remove unneeded muts in Glacier codegen > - Add Eu-North-1 Region > - Fix bug in SNS publish message action > - Mock can simulate communications errors > - Upgrade botocore definitions to [`1.12.100`](https://github.com/boto/botocore/tree/1.12.100) > - add [amplify](https://docs.aws.amazon.com/cli/latest/reference/amplify/index.html) service > - add [apigatewaymanagementapi](https://docs.aws.amazon.com/cli/latest/reference/apigatewaymanagementapi/index.html) service > - add [apigatewayv2](https://docs.aws.amazon.com/cli/latest/reference/apigatewayv2/index.html) service > - add [ram](https://docs.aws.amazon.com/cli/latest/reference/ram/index.html) service > ... (truncated)
Changelog *Sourced from [rusoto_credential's changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md).* > ## [0.40.0] - 2019-06-28 > > - Only emit types used in service during crate generation > - Updated CloudFront to use latest API version: `2018-11-05` > - Only emit crate tests section when needed > - Fix bug with CodePipeline response not containing required fields from AWS > - Moved API documentation links to docs.rs > - Decode IAM policy documents automatically > - Removed `serde_json` crate from services where it was not required > - Exclude `test_resources` in cargo manifest > - upgrades botocore version to from `1.12.156` to `1.12.163` > - (Breaking Change) Fix invalid signatures on presigned URLs by adding a new > `should_sha256_sign_payload` argument to `SignedRequest::generate_presigned_url`. > > ## [0.39.0] - 2019-05-19 > > - Add Worklink service > - Add FSX service > - Fix de/serialization of DynamoDB binary set attribute values > - Change type for blob values from `Vec` to `Bytes` > - Add DocDB service > - Add License Manager service > - Add Kafka service > - Add Chime service > - Add RDS Data service > - Add ComprehendMedical service > - Add Ap-East-1 Region > - Remove log crate dependency from services > - Remove decoding of the uri path before encoding it > - Use http::HeaderMap instead of our custom implementation > - Update all public crates to Rust 2018 edition > > ## [0.38.0] - 2019-04-17 > > - Add `RusotoError` enum as base error type for all services > - Improve error messages for BufferedHttpResponse in Unknown error variants. > - Fix hostname derivation for custom Region endpoints > - Support presigned URLs for multipart uploads to S3 > - Add Us-Gov-East region > - Fix a bug in SNS CreateTopic and Subscribe > - Reduced generated xml deserializer logic > - Move credentials crate to Rust 2018 > - Remove internal test files from published crates for rusoto_credential and rusoto_core > > ## [0.37.0] - 2019-03-12 > > - Implement Clone on the various Client types. > - Upgrade hyper-rustls library > - Fix duplicated Content-Type header in SageMaker Runtime > - Switch from `try!` to `?` operator > ... (truncated)
Commits - See full diff in [compare view](https://github.com/rusoto/rusoto/commits)


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 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 #84.