jonathanmorley / oktaws

Apache License 2.0
15 stars 10 forks source link

Bump rusoto_credential from 0.13.0 to 0.17.0 #53

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rusoto_credential from 0.13.0 to 0.17.0.

Release notes *Sourced from [rusoto_credential's releases](https://github.com/rusoto/rusoto/releases).* > ## 0.17.0 > Big thank you to our contributors for helping make these happen: > - Codegen: clean up capitalization functions, add tests: [#392](https://github-redirect.dependabot.com/rusoto/rusoto/pull/392) > - Codegen: minimize `derive`s used: [#391](https://github-redirect.dependabot.com/rusoto/rusoto/pull/391) > - EC2 codegen: add parsing tests and fix EC2 codegen to correctly handle them: [#390](https://github-redirect.dependabot.com/rusoto/rusoto/pull/390) > - Codegen: skip unneeded serializers and deserializers: [#389](https://github-redirect.dependabot.com/rusoto/rusoto/pull/389) > - EC2 codegen capitalization fix: [#386](https://github-redirect.dependabot.com/rusoto/rusoto/pull/386) > - Add a user agent header to Rusoto calls to AWS: [#382](https://github-redirect.dependabot.com/rusoto/rusoto/pull/382) > - Allow our XML parsing to return empty chars: [#385](https://github-redirect.dependabot.com/rusoto/rusoto/pull/385) > - Stricter encoding for signatures to match AWS requirements: [#381](https://github-redirect.dependabot.com/rusoto/rusoto/pull/381) > - S3: add support for `head_object` and prevent panics from escaping to user: [#377](https://github-redirect.dependabot.com/rusoto/rusoto/pull/377) > - Added Appveyor badge: [#378](https://github-redirect.dependabot.com/rusoto/rusoto/pull/378) > - Added Appveyor support: [#374](https://github-redirect.dependabot.com/rusoto/rusoto/pull/374) > - SQS: codegen creates tests to read sample files from botocore and fixes to ensure we parse them: [#373](https://github-redirect.dependabot.com/rusoto/rusoto/pull/373) > - S3: handle DNS-incompatible bucket names: [#372](https://github-redirect.dependabot.com/rusoto/rusoto/pull/372) > - EC2 CreateSnapshot codegen fix: [#370](https://github-redirect.dependabot.com/rusoto/rusoto/pull/370) > - Update README with better docs on troubleshooting via getting println output: [#365](https://github-redirect.dependabot.com/rusoto/rusoto/pull/365) > - Move from _openssl_ to _ring_ for Rusoto crypto needs: [#347](https://github-redirect.dependabot.com/rusoto/rusoto/pull/347) > - Set Rustdoc test to not run because it needs some extra Rust features before we can land it: [#361](https://github-redirect.dependabot.com/rusoto/rusoto/pull/361) > - S3 list_objects handcrafting: [#354](https://github-redirect.dependabot.com/rusoto/rusoto/pull/354) > - Attempted to add Rustdoc test for sample code: [#359](https://github-redirect.dependabot.com/rusoto/rusoto/pull/359) > - More README code sample updates: [#358](https://github-redirect.dependabot.com/rusoto/rusoto/pull/358) > - Fix and simplify code sample in README: [#356](https://github-redirect.dependabot.com/rusoto/rusoto/pull/356) > - Return of S3 integration tests: [#352](https://github-redirect.dependabot.com/rusoto/rusoto/pull/352) > - EC2 codegen struct name fix: [#346](https://github-redirect.dependabot.com/rusoto/rusoto/pull/346) > - Simplification of signing bytes and strings: [#348](https://github-redirect.dependabot.com/rusoto/rusoto/pull/348) > - Add IoT service: [#345](https://github-redirect.dependabot.com/rusoto/rusoto/pull/345) > - Stricter shape types in codegen: [#341](https://github-redirect.dependabot.com/rusoto/rusoto/pull/341) > - Documentation update: [#339](https://github-redirect.dependabot.com/rusoto/rusoto/pull/339) > > ## 0.16.0 > - Typed errors are now implemented for all generated services. > This will allow users to respond to specific errors instead handling the `AWSError` catch-all that was previously in use. Generated methods now return `Result` where `FooError` enumerates the specific errors that can be generated by the method (per the botocore service definitions), and implements Rust `Error` trait for proper composition. See the documentation for details e.g., https://rusoto.github.io/rusoto/rusoto/sqs/enum.CreateQueueError.html > - Hyper clients are now reused between requests. Previously a new hyper client was created for each request. > - Model objects now derive `Clone` > - Adds a `DispatchSignedRequest` trait that hides implementation details of HTTP request dispatch (Hyper by default) > This allows for easy mocking of interactions with AWS and opens the door for rich unit tests of generated services with the sample responses provided in AWS API documentation. > - Adds support for the `cn-north-1` region > - Adds a warning to the docs that you probably don't want to build with `--features all` since you probably don't need 40+ AWS services built, and that doing so will use a lot of memory > - Updates some stale dependency versions (serde to 0.8.0 and url to 1.2.0) > - Fixes a bug where `debug!()` logging of non-UTF-8 responses caused a panic > - Fixed a bug where list-based data types in some requests weren't serialized properly (AWS list types are 1 based, not 0 based) > > ## 0.15.3 > Fixes a serious bug where an upstream change to our serde dependency broke the build for DynamoDb, DynamoDbStreams, and Emr. All services now compile again. > - S3 `panic()`s less due to getting rid of some `unwrap()`s > - S3 `put_object` requests now include the missing `Cache-Control` header > - Removed build dependency on Syntex > - Fixed a bug where the EC2 service was still using `&mut self` instead of just `&self` > - Added the `ap-south-1` region > ... (truncated)
Commits - [`f0c826c`](https://github.com/rusoto/rusoto/commit/f0c826c177f17e0dd48e3f3dcd791620c7705914) Bumps version to 0.17.0. - [`fe9369f`](https://github.com/rusoto/rusoto/commit/fe9369f29120c6bb8d0b619e2b6591a80003c86f) codegen version bump - [`d5401b9`](https://github.com/rusoto/rusoto/commit/d5401b93068ec26509899ef8deeab7bb0b1b1f4e) Merge pull request [#392](https://github-redirect.dependabot.com/rusoto/rusoto/issues/392) from davideagen/capitalize - [`e471a9c`](https://github.com/rusoto/rusoto/commit/e471a9c29d7f97677823d30851dbb09ed25c2ff1) Merge pull request [#391](https://github-redirect.dependabot.com/rusoto/rusoto/issues/391) from rusoto/more-codegen-trimming - [`836f0e2`](https://github.com/rusoto/rusoto/commit/836f0e2331a0a26dbc87e2920c40339f6602a0dc) Code gen trimming. - [`513f2f5`](https://github.com/rusoto/rusoto/commit/513f2f503745a171f267d067ab1c2d49d4e6838a) Capitalization cleanup. - [`7e1d505`](https://github.com/rusoto/rusoto/commit/7e1d50572452de6dffe753e227963edb38015168) Merge pull request [#390](https://github-redirect.dependabot.com/rusoto/rusoto/issues/390) from rusoto/add-ec2-tests - [`6174731`](https://github.com/rusoto/rusoto/commit/61747316410f59e452a77f6893e2cb9a1415d9c3) Doesn't make serializers or deserializers for inbound or outbound only types. - [`c21ec06`](https://github.com/rusoto/rusoto/commit/c21ec06f7d3101603477fd5fd8e340b1d324949c) Merge pull request [#389](https://github-redirect.dependabot.com/rusoto/rusoto/issues/389) from rusoto/only-make-serializers-for-outbound-types - [`3fc58ac`](https://github.com/rusoto/rusoto/commit/3fc58ac9d9ea3266930124727c67f41f5fe81162) Merge pull request [#386](https://github-redirect.dependabot.com/rusoto/rusoto/issues/386) from davideagen/issue_383 - Additional commits viewable in [compare view](https://github.com/rusoto/rusoto/compare/v0.13.0...v0.17.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 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 #54.