mockersf / jenkins-api.rs

Rust client for Jenkins API
MIT License
26 stars 17 forks source link

⬆️ Update mockito requirement from 0.17 to 0.18 #38

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 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.18.0 > - **[Breaking]** The minimum supported Rust version was increased to 1.32, after [upgrading the rand crate dependency to 0.7.0](https://github-redirect.dependabot.com/lipanski/mockito/pull/76). > - [Introduced](https://github-redirect.dependabot.com/lipanski/mockito/pull/75) `Matcher::AllOf`, which can be used to check a set of matchers in conjunction. It works in a similar way to the existing `Matcher::AnyOf`. > - [Introduced](https://github-redirect.dependabot.com/lipanski/mockito/pull/78) `Matcher::UrlEncoded` to match key/value pairs in URL-encoded strings. > - [Introduced](https://github-redirect.dependabot.com/lipanski/mockito/pull/77) `Mock#match_query` to be able to match the URL query part distinctly from the path. The function supports all known matchers but works best with `Matcher::UrlEncoded`. The old behaviour of matching the query as part of the path argument in a `mock` call has been preserved, but using `Mock#match_query` has the effect of overriding that. > > :balloon: :balloon: :balloon:
Commits - [`c5497bf`](https://github.com/lipanski/mockito/commit/c5497bf5f323de278d068a124e2ceb5320e619ce) Bump to 0.18.0 - [`153aa3c`](https://github.com/lipanski/mockito/commit/153aa3c4b7be8522ca2be4fab19d9079add03aa6) Merge pull request [#78](https://github-redirect.dependabot.com/lipanski/mockito/issues/78) from lipanski/formencoded_matcher - [`d1ef166`](https://github.com/lipanski/mockito/commit/d1ef1661b75ff094cbe56f58aa96fca9e1b5341d) Introduce Matcher::UrlEncoded to match url encoded data - especially query pa... - [`b6f26d4`](https://github.com/lipanski/mockito/commit/b6f26d40b6334cd03cea7d618e414d45d4cdda61) Merge pull request [#77](https://github-redirect.dependabot.com/lipanski/mockito/issues/77) from lipanski/query_params_v2 - [`c8ae0b8`](https://github.com/lipanski/mockito/commit/c8ae0b8e70bede019ec6cebde2394bef0d969de5) Implement a query matcher - [`80ea470`](https://github.com/lipanski/mockito/commit/80ea470ace2561a635785423fa91223873662b75) Merge pull request [#75](https://github-redirect.dependabot.com/lipanski/mockito/issues/75) from lipanski/all_of_matcher - [`68d4862`](https://github.com/lipanski/mockito/commit/68d486278ecac7af081f114057d98e30779bf397) Matcher::AllOf - [`1d82aa6`](https://github.com/lipanski/mockito/commit/1d82aa6db73284e8314775305482fc5f899a1a9e) Merge pull request [#76](https://github-redirect.dependabot.com/lipanski/mockito/issues/76) from lipanski/bump_dependencies - [`f8d9b91`](https://github.com/lipanski/mockito/commit/f8d9b919587fdbac90afc5e957e06d277704833e) Bump dependencies (rand) and increase the minimum supported toolchain version - [`f9ea870`](https://github.com/lipanski/mockito/commit/f9ea870cd12c6310cf9f88348372df8470b81ef7) Bump to 0.17.1 - Additional commits viewable in [compare view](https://github.com/lipanski/mockito/compare/0.17.0...0.18.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 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). To ignore the version in this PR you can just close it - `@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 #39.