cincinnati
cincinnati copied to clipboard
build(deps): bump mockito from 0.31.1 to 1.7.0
Bumps mockito from 0.31.1 to 1.7.0.
Release notes
Sourced from mockito's releases.
1.7.0
- Make
parking_lotoptional- Update
randcrate to v0.9- Allow
coloredcrate v3Thanks to
@tottoto@nerodono1.6.1
- Added
Mock::with_header_from_requestallowing you to set the header dynamically by using a closure which exposes theRequestobjectThanks to
@alex-kattathra-johnson1.6.0
- Introduced
Mock::match_requestwhich exposes theRequestobject via a closure and can be used to build custom matchers1.5.0
- [Breaking] Upgrade to hyper v1
Thanks to
@tottoto1.4.0
- [Breaking] Bump minimum supported Rust version to 1.70 and revert version constraints on the
coloredcrate1.3.1
- Fixed a bug where
Semaphore::const_newwasn't available on Tokio < 1.30 because of the missing Tokioparking_lotfeature flag- Use the Tokio runtime everywhere to remove the need for the
futurescrate (aside fromfutures-core)Thanks to
@tottoto1.3.0
- Introduced
Server::new_with_opts,Server::new_with_opts_asyncand theServerOptsstruct to allow configuring the server host, port and enabling auto-asserts (see next item)- Added the
assert_on_dropserver option that allows you to automatically callassert()whenever your mocks go out of scope (defaults to false)- Expose
Server::socket_address()to return the raw serverSocketAddr- Use only required features for dependencies
- Accept
hyper::header::HeaderValueas amatch_header()valueThanks to
@andrewtoth@alexander-jackson1.2.0
- [Breaking] The minimum supported Rust version was bumped to 1.68.0
- The server pool was limited to 20 servers for
mac_ostargets to prevent hitting the file descriptor limitThanks to
@kornelski1.1.1
- Ensure
with_chunked_bodysupports streaming responses (as opposed to writing the entire buffer in one go)Thanks to
@kornelski1.1.0
... (truncated)
Commits
63eaa54Bump to 1.7.0566364cMerge pull request #216 from nerodono/make-parking_lot-optional98d6c69make parking_lot optional in tokio dep4b4eddcMerge pull request #215 from tottoto/allow-colored-301cda8cAllow colored crate version 312929b1Merge pull request #214 from tottoto/remove-unnecessary-importd2e7fc3Remove unnecessary import969ba9cMerge pull request #212 from tottoto/update-to-rand-0.9da4e922Update to rand 0.98b8fc34Merge pull request #213 from tottoto/resolve-msrv-aware-dependencies- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign pratikmahajan for approval. For more information see the Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
/uncc
@dependabot rebase
@dependabot rebase
@dependabot rebase
rebase
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:
| Test name | Commit | Details | Required | Rerun command |
|---|---|---|---|---|
| ci/prow/customrust-images | 956744033e5f3a32604a32fa4f08814ad1bbd9e4 | link | true | /test customrust-images |
| ci/prow/customrust-cargo-test | 956744033e5f3a32604a32fa4f08814ad1bbd9e4 | link | true | /test customrust-cargo-test |
| ci/prow/customrust-e2e | 956744033e5f3a32604a32fa4f08814ad1bbd9e4 | link | true | /test customrust-e2e |
| ci/prow/cargo-test | ec85b53eac6a96572a962efe3ca265ece5f66355 | link | true | /test cargo-test |
| ci/prow/verify-openapi | ec85b53eac6a96572a962efe3ca265ece5f66355 | link | true | /test verify-openapi |
Full PR test history. Your PR dashboard.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.
Issues go stale after 90d of inactivity.
Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.
If this issue is safe to close now please do so with /close.
/lifecycle stale
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
✨ Finishing touches
🧪 Generate unit tests (beta)
- [ ] Create PR with unit tests
- [ ] Post copyable unit tests in a comment
- [ ] Commit unit tests in branch
dependabot/cargo/mockito-1.7.0
Comment @coderabbitai help to get the list of available commands and usage tips.