cincinnati icon indicating copy to clipboard operation
cincinnati copied to clipboard

build(deps): bump mockito from 0.31.1 to 1.7.0

Open dependabot[bot] opened this issue 8 months ago • 3 comments

Bumps mockito from 0.31.1 to 1.7.0.

Release notes

Sourced from mockito's releases.

1.7.0

  • Make parking_lot optional
  • Update rand crate to v0.9
  • Allow colored crate v3

Thanks to @​tottoto @​nerodono

1.6.1

  • Added Mock::with_header_from_request allowing you to set the header dynamically by using a closure which exposes the Request object

Thanks to @​alex-kattathra-johnson

1.6.0

  • Introduced Mock::match_request which exposes the Request object via a closure and can be used to build custom matchers

1.5.0

Thanks to @​tottoto

1.4.0

  • [Breaking] Bump minimum supported Rust version to 1.70 and revert version constraints on the colored crate

1.3.1

  • Fixed a bug where Semaphore::const_new wasn't available on Tokio < 1.30 because of the missing Tokio parking_lot feature flag
  • Use the Tokio runtime everywhere to remove the need for the futures crate (aside from futures-core)

Thanks to @​tottoto

1.3.0

  • Introduced Server::new_with_opts, Server::new_with_opts_async and the ServerOpts struct to allow configuring the server host, port and enabling auto-asserts (see next item)
  • Added the assert_on_drop server option that allows you to automatically call assert() whenever your mocks go out of scope (defaults to false)
  • Expose Server::socket_address() to return the raw server SocketAddr
  • Use only required features for dependencies
  • Accept hyper::header::HeaderValue as a match_header() value

Thanks to @​andrewtoth @​alexander-jackson

1.2.0

  • [Breaking] The minimum supported Rust version was bumped to 1.68.0
  • The server pool was limited to 20 servers for mac_os targets to prevent hitting the file descriptor limit

Thanks to @​kornelski

1.1.1

  • Ensure with_chunked_body supports streaming responses (as opposed to writing the entire buffer in one go)

Thanks to @​kornelski

1.1.0

... (truncated)

Commits
  • 63eaa54 Bump to 1.7.0
  • 566364c Merge pull request #216 from nerodono/make-parking_lot-optional
  • 98d6c69 make parking_lot optional in tokio dep
  • 4b4eddc Merge pull request #215 from tottoto/allow-colored-3
  • 01cda8c Allow colored crate version 3
  • 12929b1 Merge pull request #214 from tottoto/remove-unnecessary-import
  • d2e7fc3 Remove unnecessary import
  • 969ba9c Merge pull request #212 from tottoto/update-to-rand-0.9
  • da4e922 Update to rand 0.9
  • 8b8fc34 Merge pull request #213 from tottoto/resolve-msrv-aware-dependencies
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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[bot] avatar Mar 06 '25 09:03 dependabot[bot]

[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.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

openshift-ci[bot] avatar Mar 06 '25 09:03 openshift-ci[bot]

/uncc

petr-muller avatar Mar 12 '25 12:03 petr-muller

@dependabot rebase

petr-muller avatar May 16 '25 13:05 petr-muller

@dependabot rebase

petr-muller avatar May 16 '25 20:05 petr-muller

@dependabot rebase

petr-muller avatar May 27 '25 16:05 petr-muller

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.

openshift-merge-robot avatar May 27 '25 16:05 openshift-merge-robot

@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.

openshift-ci[bot] avatar Aug 20 '25 17:08 openshift-ci[bot]

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

openshift-bot avatar Nov 19 '25 09:11 openshift-bot

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in 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.

coderabbitai[bot] avatar Nov 19 '25 09:11 coderabbitai[bot]