nlopes / libhoney-rust

Rust library for sending data to Honeycomb
MIT License
23 stars 16 forks source link

Update mockito requirement from =0.21.0 to =0.22.0 #21

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on mockito to permit the latest version.

Release notes *Sourced from [mockito's releases](https://github.com/lipanski/mockito/releases).* > ## 0.22.0 > - [Applied](https://github-redirect.dependabot.com/lipanski/mockito/pull/88) the Rust 2018 edition. > - Fixed an [issue](https://github-redirect.dependabot.com/lipanski/mockito/issues/86) regarding usage of the `AnyOf` matcher for the path/query parts within a `mock` call. > > Thanks to [@​thomasetter](https://github.com/thomasetter)
Commits - [`cd1dc4a`](https://github.com/lipanski/mockito/commit/cd1dc4aac39e90708d26000f5ce1116273e86c79) Bump to 0.22.0 - [`c6e2788`](https://github.com/lipanski/mockito/commit/c6e27882913e4e71925f0ab0f41c5bb505bb39a7) Merge pull request [#88](https://github-redirect.dependabot.com/lipanski/mockito/issues/88) from thomasetter/edition-switch - [`2d0fe9e`](https://github.com/lipanski/mockito/commit/2d0fe9e2a7d5f7d20222366959b69d2fb86e2082) Merge pull request [#89](https://github-redirect.dependabot.com/lipanski/mockito/issues/89) from lipanski/fix_path_query - [`de51c7c`](https://github.com/lipanski/mockito/commit/de51c7c03160f0092bb7bb9f3fc1fa2d870d91a3) fixup! Some refactoring/cleanup on top of 3b519bb - [`dde0845`](https://github.com/lipanski/mockito/commit/dde0845eb28bb99ffc49ff5f28f45cf280c087db) Some refactoring/cleanup on top of 3b519bb - [`3a01c9c`](https://github.com/lipanski/mockito/commit/3a01c9cbdb733c95770527a4c0c6daec828368a5) use the Rust 2018 edition - [`3b519bb`](https://github.com/lipanski/mockito/commit/3b519bbbcd1cc77e7d9ecb3adb1ca00befb93e83) Fix queries in the path as sub matchers. - See full diff in [compare view](https://github.com/lipanski/mockito/compare/0.21.0...0.22.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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)